-
Notifications
You must be signed in to change notification settings - Fork 142
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
✨ [RUM-6567] Generate new web vitals attribution fields #3251
base: v6
Are you sure you want to change the base?
✨ [RUM-6567] Generate new web vitals attribution fields #3251
Conversation
cefc56e
to
3954e43
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v6 #3251 +/- ##
==========================================
- Coverage 93.50% 93.49% -0.01%
==========================================
Files 288 288
Lines 7590 7597 +7
Branches 1726 1731 +5
==========================================
+ Hits 7097 7103 +6
- Misses 493 494 +1 ☔ View full report in Codecov by Sentry. |
/to-staging |
Devflow running:
|
/to-staging -c |
Devflow running:
|
Motivation
This PR adds code to generate the new web vitals attribution fields that were added to the event format in this PR.
For now, the old web vitals fields remain. To remove them safely without breaking backwards compatibility, we need backend changes, so we'll hold off until those are done.
Changes
rum-events-format
submodule has been updated to include the new fields.viewCollection.ts
.Testing
I have gone over the contributing documentation.