-
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: Session Replay API #803
Conversation
Asset Size Report
Merging this pull request will result in the following asset size changes:
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #803 +/- ##
==========================================
- Coverage 78.50% 78.40% -0.10%
==========================================
Files 142 142
Lines 6256 6335 +79
Branches 1217 1231 +14
==========================================
+ Hits 4911 4967 +56
- Misses 1148 1158 +10
- Partials 197 210 +13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Add two new APIs for controlling session replay behaviors -- newrelic.recordReplay() and newrelic.pauseReplay().
Overview
This PR adds two new APIs that can give more control over session replay behaviors:
Related Issue(s)
https://new-relic.atlassian.net/browse/NR-167584
Testing
New tests have been added to validate these behaviors.