Skip to content

Commit b4d5fb6

Browse files
authored
Fix incorrect link. (#23955)
1 parent 0f03f48 commit b4d5fb6

File tree

1 file changed

+2
-1
lines changed
  • content/en/tracing/trace_collection/automatic_instrumentation/dd_libraries

1 file changed

+2
-1
lines changed

content/en/tracing/trace_collection/automatic_instrumentation/dd_libraries/android.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ dependencies {
270270
* `TrackingConsent.GRANTED`: The SDK sends all current batched data and future data directly to the data collection endpoint.
271271
* `TrackingConsent.NOT_GRANTED`: The SDK wipes all batched data and does not collect any future data.
272272

273-
**Note**: In the credentials required for initialization, your application variant name is also required, and should use your `BuildConfig.FLAVOR` value (or an empty string if you don't have variants). This is important because it enables the right ProGuard `mapping.txt` file to be automatically uploaded at build time to be able to view de-obfuscated RUM error stack traces. For more information see the [guide to uploading Android source mapping files][8].
273+
**Note**: In the credentials required for initialization, your application variant name is also required, and should use your `BuildConfig.FLAVOR` value (or an empty string if you don't have variants). This is important because it enables the right ProGuard `mapping.txt` file to be automatically uploaded at build time to be able to view de-obfuscated RUM error stack traces. For more information see the [guide to uploading Android source mapping files][12].
274274

275275
Use the utility method `isInitialized` to check if the SDK is properly initialized:
276276

@@ -947,3 +947,4 @@ The following methods in `AndroidTracer.Builder` can be used when initializing t
947947
[9]: https://github.com/square/retrofit/tree/master/retrofit-adapters/rxjava3
948948
[10]: /tracing/trace_collection/custom_instrumentation/android/otel
949949
[11]: https://opentracing.io
950+
[12]: /real_user_monitoring/error_tracking/mobile/android/?tab=us#upload-your-mapping-file

0 commit comments

Comments
 (0)