-
Notifications
You must be signed in to change notification settings - Fork 310
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
[ci-visibility] Link CI Visibility and RUM #1706
[ci-visibility] Link CI Visibility and RUM #1706
Conversation
could you have another look @rochdev ? I only changed the way we pass the trace id to decimal: 700b499. This is the way the event platform provides the trace id, and changing from hex to decimal and viceversa is a problem with big numbers in javascript, so it's better to just stick with that format. I also merged |
Codecov Report
@@ Coverage Diff @@
## master #1706 +/- ##
=======================================
Coverage 93.49% 93.49%
=======================================
Files 157 157
Lines 6652 6655 +3
=======================================
+ Hits 6219 6222 +3
Misses 433 433
Continue to review full report at Codecov.
|
What does this PR do?
test.is_rum_active
if RUM is active.beforeunload
event after test suite is finished to make sure RUM events are flushed.Motivation
Link CI Visibility and RUM
Plugin Checklist
Additional Notes