Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
Datadog.setVerbosity(Log.INFO)
```

## RUM Debug Widget

Check warning on line 36 in content/en/real_user_monitoring/application_monitoring/android/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'RUM Debug Widget' should use sentence-style capitalization.
Copy link
Contributor

@iadjivon iadjivon Mar 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## RUM Debug Widget
## RUM debug widget

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 Agent or Feature Flag since these are the proper names of the products.

Copy link
Author

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.


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.
Copy link
Contributor

@iadjivon iadjivon Mar 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
The [RUM Debug Widget][5] module provides a floating overlay that displays key metrics such as memory usage, CPU load, and RUM events in real time when in debug build.
This widget is intended for debugging and development purposes only and should be removed before shipping to production.
  1. Confirming that RUM Debug Widget it is the official name of the module?

  2. I think the point of this only working in debug and needing to be removed before production is important to list here. What do you think?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having module is more related to the code itself, here I think we can focus more on the feature, so I wouldn't include that word. Also this can be exceptionally set up in release builds, but this is better explained in the link from this sentence:

See the module README for setup instructions.

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.

{{< 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.
Expand All @@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading