-
Notifications
You must be signed in to change notification settings - Fork 51
fix: fix duplicative log payloads on unload #1166
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
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 #1166 +/- ##
==========================================
- Coverage 88.77% 88.77% -0.01%
==========================================
Files 161 163 +2
Lines 7348 7410 +62
Branches 1453 1471 +18
==========================================
+ Hits 6523 6578 +55
- Misses 707 714 +7
Partials 118 118
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Ensure agent clears buffer on page navigation unload harvests to prevent duplicative payloads from being sent.
Overview
Related Issue(s)
https://new-relic.atlassian.net/browse/NR-307620
Testing