-
Notifications
You must be signed in to change notification settings - Fork 46
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: Preload the Session Replay recorder when properly configured #893
Conversation
Asset Size Report
Merging this pull request will result in the following asset size changes:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #893 +/- ##
==========================================
+ Coverage 78.86% 78.88% +0.01%
==========================================
Files 147 148 +1
Lines 6583 6606 +23
Branches 1289 1294 +5
==========================================
+ Hits 5192 5211 +19
- Misses 1175 1179 +4
Partials 216 216
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Load the Session Replay recorder module before the page load when configured to do so. This will increase visibility for recordable data for customers who have opted in to the behavior.
Overview
Related Issue(s)
https://new-relic.atlassian.net/browse/NR-222367
https://new-relic.atlassian.net/browse/NR-232242
Testing
A new test has been added to validate that the agent will record before the page load event when properly configured --
session_replay.preload