-
Notifications
You must be signed in to change notification settings - Fork 144
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
🔊 Revert hooks and add missing URL context telemetry #3313
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3313 +/- ##
==========================================
- Coverage 93.58% 93.49% -0.10%
==========================================
Files 291 290 -1
Lines 7691 7691
Branches 1751 1754 +3
==========================================
- Hits 7198 7191 -7
- Misses 493 500 +7 ☔ View full report in Codecov by Sentry. |
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
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.
Thank you 🙏
/to-staging |
Devflow running:
|
Integrated commit sha: b74939e Co-authored-by: Aymeric Mortemousque <[email protected]>
Motivation
Following #3289, we've started seeing the telemetry error
Cannot destructure property 'url' of 'o.find(...)' as it is undefined which comes from
This PR revert the hooks and adds telemetry to help diagnose the root cause.
Changes
Testing
I have gone over the contributing documentation.