diff --git a/src/content/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/configure-settings.mdx b/src/content/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/configure-settings.mdx index e61cd278a48..9d2dba3441c 100644 --- a/src/content/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/configure-settings.mdx +++ b/src/content/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/configure-settings.mdx @@ -88,6 +88,63 @@ NewRelic.withApplicationToken(NEW_RELIC_TOKEN) .start(this.getApplication()); ``` + ## Data endpoint settings [#android-data-endpoint-settings] + +
+ Description + | + ++ Example + | +
---|---|
+ Enable or disable crash reporting, which appears on the [ |
+
+
+```java
+NewRelic.withApplicationToken(“ |
+
+ Specifies the authority component of the crash data upload URI.
+
+ To replace data endpoint the agent will use when reporting crashes, add `andCrashCollectorAddress:` to your `NewRelic.withApplicationToken(“ |
+
+
+```java
+NewRelic.withApplicationToken(“ |
+