-
Notifications
You must be signed in to change notification settings - Fork 3
[RUM-15529] Integrate Session Replay #131
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: main
Are you sure you want to change the base?
Changes from all commits
c001035
83ebe09
4e60db9
0d3fc5c
c17cb88
72a3f39
2320625
693e403
0f1c446
103f7c2
d297795
7f92ebe
91200ac
ff2502c
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 |
|---|---|---|
|
|
@@ -5,11 +5,10 @@ datadogRum.init({ | |
| clientToken: 'pub-renderer-token', | ||
| site: 'datadoghq.com', | ||
| service: 'e2e-renderer', | ||
| sessionSampleRate: 100, | ||
| profilingSampleRate: 100, | ||
| trackResources: true, | ||
| trackLongTasks: true, | ||
| trackUserInteractions: true, | ||
| sessionReplaySampleRate: 100, | ||
|
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.
This bridge-window fixture is also used by Useful? React with 👍 / 👎. |
||
| }); | ||
|
|
||
| document.getElementById('status')!.textContent = 'bridge-ready'; | ||
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.
Nit — add a Session Replay setup section.
sessionReplaySampleRateis now documented in the config table (good), but unlikeprofilingSampleRatethere is no linked "Session Replay" section under Available Features or a setup guide explaining that customers must also initialize@datadog/browser-rumin the renderer with session replay enabled. A short section mirroring Renderer Profiling would close the loop for adopters.