-
Notifications
You must be signed in to change notification settings - Fork 403
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
refactor: Removed class construction on the segment synthesis and ins… #2837
Conversation
I will need to rebase once #2836 is merged because it fixes the unit test failure |
The merge-base changed after approval.
…tead provided utility functions that return segment and transaction
a761c17
to
e0b5554
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2837 +/- ##
==========================================
- Coverage 97.35% 97.35% -0.01%
==========================================
Files 303 303
Lines 47148 47141 -7
==========================================
- Hits 45903 45896 -7
Misses 1245 1245
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…tead provided utility functions that return segment and transaction
Description
In #2833 there was a comment about the classes for the different segment synthesis wasn't the appropriate data structure. This Pr refactors those files into helper methods for construction the segment and transactions(for server otel spans)