Do not instrument proxies (#1735)#1738
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