[doc] RUM Privacy Plugin#243
Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 3 commits intoMay 6, 2026
Merged
Conversation
yoannmoinet
approved these changes
May 4, 2026
Comment on lines
+30
to
+35
| You can override file inclusion/exclusion using regular expressions: | ||
|
|
||
| ```javascript | ||
| exclude: [/packages\/apps\/mocks/] | ||
| include: [/packages\/apps\/.*\.(?:c|m)?(?:j|t)sx?$/], | ||
| ``` |
Member
There was a problem hiding this comment.
suggestion: it could be nice to add a bit more context about where to put those exclude/include properties: maybe add a minimal example of how to instantiate the plugin, or just mention that it should be provided in the plugin configuration.
| @@ -0,0 +1,89 @@ | |||
| # RUM Privacy Plugin <!-- #omit in toc --> | |||
|
|
|||
| The RUM Privacy Plugin provides action name and session replay masking capabilities for Real User Monitoring (RUM). This plugin helps protect sensitive data while maintaining observability. | |||
Member
There was a problem hiding this comment.
suggestion: add a link to the doc? https://docs.datadoghq.com/real_user_monitoring/application_monitoring/browser/build_plugins/action_name_deobfuscation/
cy-moi
force-pushed
the
congyao/privacy-plugin-docs
branch
from
May 6, 2026 11:11
5aa6f55 to
7ff9deb
Compare
BenoitZugmeyer
approved these changes
May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What and why?
Release public documentation of RUM Privacy Plugin. This feature has been officially supported in browser-sdk v7.
How?
Added descriptions and instructions in a readme file