-
Notifications
You must be signed in to change notification settings - Fork 47
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: Update agent to use new relic server time #918
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 #918 +/- ##
==========================================
- Coverage 80.50% 80.46% -0.04%
==========================================
Files 154 153 -1
Lines 7053 7095 +42
Branches 1395 1402 +7
==========================================
+ Hits 5678 5709 +31
Misses 1172 1172
- Partials 203 214 +11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
2573e7a
to
be42478
Compare
be42478
to
04682ad
Compare
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.
code changes make sense, when tests can pass reliably i think it lgtm
Update the agent to use New Relic server time as the timestamp for harvested page action and error data.
Overview
This updates all the harvested data to use the calculated NR server time as the the basis for timestamping harvested data. See the CDD for spec changes.
Related Issue(s)
https://new-relic.atlassian.net/browse/NR-222430
https://new-relic.atlassian.net/browse/NR-222419
https://new-relic.atlassian.net/browse/NR-222426
Testing