-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add RUM Debug Widget to troubleshooting.md #35347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -33,6 +33,14 @@ | |||||||||||
| Datadog.setVerbosity(Log.INFO) | ||||||||||||
| ``` | ||||||||||||
|
|
||||||||||||
| ## RUM Debug Widget | ||||||||||||
|
|
||||||||||||
| The [RUM Debug Widget][5] provides a floating overlay that displays key metrics such as memory usage, CPU load, and RUM events in real time. It is intended for debugging and development purposes only. | ||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Having
This takes us to the configuration of the feature in the code, and I guess it's better just to keep this single source of truth, wdyt? |
||||||||||||
|
|
||||||||||||
| See the [module README][6] for setup instructions. | ||||||||||||
kikoveiga marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||
|
|
||||||||||||
| {{< img src="real_user_monitoring/android/android-rum-debug-widget.png" alt="RUM Debug Widget floating overlay" style="width:50%;">}} | ||||||||||||
|
|
||||||||||||
| ## Migrating to 3.0.0 | ||||||||||||
|
|
||||||||||||
| If you've been using the SDK v2 or SDK v1, there are some breaking changes introduced in version `3.0.0`. See the [migration guide][2] for more information. | ||||||||||||
|
|
@@ -49,3 +57,5 @@ | |||||||||||
| [2]: /real_user_monitoring/guide/mobile-sdk-upgrade | ||||||||||||
| [3]: https://app.datadoghq.com/source-code/setup/rum | ||||||||||||
| [4]: /real_user_monitoring/guide/debug-symbols | ||||||||||||
| [5]: https://github.com/DataDog/dd-sdk-android/tree/develop/features/dd-sdk-android-rum-debug-widget | ||||||||||||
| [6]: https://github.com/DataDog/dd-sdk-android/blob/develop/features/dd-sdk-android-rum-debug-widget/README.md | ||||||||||||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to dismiss this suggestion if this is the official/proper name of this module. Examples of products that would be capitalized in a title would be
Datadog AgentorFeature Flagsince these are the proper names of the products.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I think we can keep the capitalization because it's a feature/product.