Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions docs/android/configuration/configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@ Explanations for each of the fields follow below.
"api_token": "0123456789abcdef0123456789abcdef",
"ndk_enabled": true,
"sdk_config": {
"capture_fcm_pii_data": false,
"sensitive_keys_denylist": ["secret", "password"],
"app": {
"report_disk_usage": true
},
"crash_handler": {
"enabled": true
},
"automatic_data_capture": {
"memory_info": true,
"power_save_mode_info": true,
"network_connectivity_info": true,
"anr_info": true,
Expand All @@ -43,9 +40,6 @@ Explanations for each of the fields follow below.
"capture_query_params": false,
"enable": true
},
"crash_handler": {
"enabled": true
},
"compose": {
"capture_compose_onclick": true
},
Expand All @@ -69,20 +63,13 @@ Explanations for each of the fields follow below.
"anr": {
"capture_unity_thread": false
},
"app": {
"report_disk_usage": false
},
"background_activity": {
"capture_enabled": true
},
"base_urls": {
"config": "ABCDEFGH",
"data": "ABCDEFGH"
},
"session": {
"components": ["ABCDEFGHIJKLMNOPQRSTUV"],
"send_full_for": ["ABCDEFGHIJKLMNOPQRST"]
},
"sig_handler_detection": false,
"app_exit_info": {
"aei_enabled": true
Expand All @@ -107,10 +94,6 @@ Your API 32-hexdigit token.

Enables NDK crash capture. Defaults to `false`.

#### automatic_data_capture - memory_info *bool*

Enables memory warning capture. Defaults to `true`.

#### automatic_data_capture - power_save_mode_info *bool*

Enables power save mode capture. Defaults to `true`.
Expand Down Expand Up @@ -234,14 +217,6 @@ Base config URL for the SDK.

Base data URL for the SDK.

#### session - components *string array*

Allowlist of session components that should be included in the session payload. The presence of this property denotes that the gating feature is enabled.

#### session - send_full_for *string array*

List of events allowed to send a full session payload if the gating feature is enabled.

#### sig_handler_detection *bool*

Enables 3rd party signal handler detection. Defaults to `true`.
Expand Down
Loading