Skip to content

Commit

Permalink
Merge pull request #1334 from breedx-splk/patch-7
Browse files Browse the repository at this point in the history
Update Android docs about disabling some kinds of telemetry
  • Loading branch information
gschatz-splunk authored May 10, 2024
2 parents afa5fcc + 459d53c commit 1032bb1
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ To configure the Android RUM agent, pass the settings by preparing a ``Config``
.setApplicationName("<name_of_app>")
.setRealm("<realm>"")
.setRumAccessToken("<rumAccessToken>")
.disableBackgroundTaskReporting(BuildConfig.<id_of_application>)
.build(this);
}
}
Expand Down Expand Up @@ -81,8 +80,10 @@ Use the following settings to activate or deactivate the collection of specific

* - Option
- Description
* - :code:`disableBackgroundTaskReporting()`
- Deactivates instrumentation for background tasks. Accepts an application ID value.
* - :code:`disableSubprocessInstrumentation()`
- Deactivates instrumentation for application subprocesses. Accepts an application ID value.
* - :code:`enableBackgroundInstrumentationDeferredUntilForeground()`
- Enables the deferrment of background telemetry until the app is foregrounded. Used to connect background session data to a real user session.
* - :code:`disableCrashReporting()`
- Deactivates crash reporting. This feature is activated by default.
* - :code:`disableAnrDetection()`
Expand Down

0 comments on commit 1032bb1

Please sign in to comment.