-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
fix (cherry-pick): custom tracing in production builds (#27124) #27265
fix (cherry-pick): custom tracing in production builds (#27124) #27265
Conversation
@@ -89,18 +89,15 @@ const scuttlingConfigBase = { | |||
extra: '', | |||
stateHooks: '', | |||
nw: '', | |||
// Sentry Custom Tracing | |||
document: '', |
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.
Note for audit sake that document
was already an exception in MV2, this just excludes it in both MV2 and MV3.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## Version-v12.3.0 #27265 +/- ##
===================================================
- Coverage 70.24% 70.12% -0.12%
===================================================
Files 1426 1431 +5
Lines 50239 50396 +157
Branches 13954 13981 +27
===================================================
+ Hits 35289 35339 +50
- Misses 14950 15057 +107 ☔ View full report in Codecov by Sentry. |
Builds ready [e413384]
Page Load Metrics (1803 ± 119 ms)
|
Builds ready [5a31273]
Page Load Metrics (1681 ± 58 ms)
|
No release label on PR. Adding release label release-12.3.0 on PR, as PR was cherry-picked in branch 12.3.0. |
Description
Cherry pick of #27124 for version 12.3.0.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist