You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add emitting of transaction data inside context trace data (#1075)
* add emitting of transaction data inside context trace data
* format
* fix test name
* update test + proper data store
* remove unnecessary test
* remove unnecessary test from tests.inc
* update CHANGELOG.md
* renamed transaction.extra -> transaction.data
* apply scoped transaction/span data to every in-scope event
---------
Co-authored-by: Mischan Toosarani-Hausberger <mischan@abovevacant.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
**Fixes**:
10
10
11
11
- Correct the timeout specified for the upload-task awaiting `dispatch_semaphore_wait()` when using an HTTP-proxy on macOS. ([#1077](https://github.com/getsentry/sentry-native/pull/1077), [crashpad#111](https://github.com/getsentry/crashpad/pull/111))
0 commit comments