feat: Propagate traceId on platforms supported by sentry-native#2089
Merged
bitsandfoxes merged 28 commits intomainfrom Apr 9, 2025
Merged
feat: Propagate traceId on platforms supported by sentry-native#2089bitsandfoxes merged 28 commits intomainfrom
traceId on platforms supported by sentry-native#2089bitsandfoxes merged 28 commits intomainfrom
Conversation
Contributor
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- Propagate `traceId` on platforms supported by `sentry-native` ([#2089](https://github.com/getsentry/sentry-unity/pull/2089))If none of the above apply, you can opt out of this check by adding |
16 tasks
f961bec to
6265ac0
Compare
Flash0ver
approved these changes
Apr 9, 2025
|
|
||
| ### Features | ||
|
|
||
| - When running on Windows or Linux, the SDK now links errors and events originating on different layers (managed, native errors) via `trace ID` ([#2089](https://github.com/getsentry/sentry-unity/pull/2089)) |
Member
There was a problem hiding this comment.
question: Could we merge both entries into a single entry linking both PRs, or do we prefer to have one entry per PR?
Contributor
Author
There was a problem hiding this comment.
True, we could just append the links to the PRs to the entry!
vaind
approved these changes
Apr 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Propagating the
traceIdwhen running on platforms supported bysentry-native.