-
Notifications
You must be signed in to change notification settings - Fork 44
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
feat: Report enduser.id with Session Replay #815
Conversation
Asset Size Report
Merging this pull request will result in the following asset size changes:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #815 +/- ##
==========================================
- Coverage 78.40% 78.29% -0.11%
==========================================
Files 142 142
Lines 6335 6345 +10
Branches 1223 1225 +2
==========================================
+ Hits 4967 4968 +1
- Misses 1158 1168 +10
+ Partials 210 209 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Link to spec update PR pls
Report enduser.id if set with Session Replay data to improve faceting the Session Replay UX
Overview
This PR adds the enduser id to outgoing SR payloads to help facilitate increased faceting in Session Replay UXs.
Related Issue(s)
https://new-relic.atlassian.net/browse/NR-180218
Testing