getsentry / sentry-native

Sentry SDK for C, C++ and native applications.
MIT License
404 stars 170 forks source link

feat: add emitting of transaction data inside context trace data #1075

Closed JoshuaMoelans closed 2 weeks ago

JoshuaMoelans commented 3 weeks ago

fixes https://github.com/getsentry/sentry-native/issues/1074 related to https://github.com/getsentry/team-sdks/issues/95

ToDo:

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 50.00000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 82.55%. Comparing base (34a9901) to head (3997178). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1075 +/- ## ========================================== - Coverage 82.67% 82.55% -0.12% ========================================== Files 53 53 Lines 7717 7729 +12 Branches 1213 1214 +1 ========================================== + Hits 6380 6381 +1 - Misses 1225 1235 +10 - Partials 112 113 +1 ```