-
Notifications
You must be signed in to change notification settings - Fork 326
Do not instrument proxies (#1735) #1738
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
Conversation
|
I would consider this a breaking change. If you agree/disagree I will update the changeling accordingly. |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
|
jenkins run the tests please |
Codecov Report
@@ Coverage Diff @@
## master #1738 +/- ##
============================================
+ Coverage 61.13% 61.17% +0.03%
- Complexity 3607 3610 +3
============================================
Files 402 402
Lines 18294 18297 +3
Branches 2509 2509
============================================
+ Hits 11184 11193 +9
+ Misses 6323 6318 -5
+ Partials 787 786 -1
Continue to review full report at Codecov.
|
|
After discussing this internally we agreed that it should not really be a breaking change as it mostly impacts transaction/span naming. Also, it's very unlikely that there would be any strong dependency on current names as those are mostly generated at runtime, and thus might not be stable over time. Thanks a lot for raising this issue @tobiasstadler ! |
|
Thank you! |
What does this PR do?
Fixes #1735
Checklist
I have added tests that would fail without this fix