feat: propagate trace to sentry-android and sentry-cocoa#5244
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5244 +/- ##
==========================================
+ Coverage 74.10% 74.13% +0.03%
==========================================
Files 508 508
Lines 18282 18282
Branches 3574 3574
==========================================
+ Hits 13547 13553 +6
+ Misses 3868 3860 -8
- Partials 867 869 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jamescrosswell
approved these changes
May 19, 2026
Collaborator
jamescrosswell
left a comment
There was a problem hiding this comment.
LGTM - thanks @bitsandfoxes !
This was referenced May 24, 2026
This was referenced May 28, 2026
This was referenced May 29, 2026
evgenygunko
pushed a commit
to evgenygunko/CopyWordsDA
that referenced
this pull request
May 29, 2026
> ℹ️ **Note** > > This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Sentry.Maui](https://sentry.io/) ([source](https://github.com/getsentry/sentry-dotnet)) | `6.5.0` → `6.6.0` |  |  | --- ### Release Notes <details> <summary>getsentry/sentry-dotnet (Sentry.Maui)</summary> ### [`v6.6.0`](https://github.com/getsentry/sentry-dotnet/blob/HEAD/CHANGELOG.md#660) [Compare Source](getsentry/sentry-dotnet@6.5.0...6.6.0) ##### Features ✨ - feat: propagate trace to `sentry-android` and `sentry-cocoa` by [@​bitsandfoxes](https://github.com/bitsandfoxes) in [#​5244](getsentry/sentry-dotnet#5244) - feat: User.Id can now be overriden (set to null) in Global mode by [@​jamescrosswell](https://github.com/jamescrosswell) in [#​5039](getsentry/sentry-dotnet#5039) - feat: Implement strict trace continuation by [@​giortzisg](https://github.com/giortzisg) in [#​4981](getsentry/sentry-dotnet#4981) ##### Fixes 🐛 - fix: return early from AddSentryOtlpExporter when DSN is the disable-SDK sentinel by [@​jamescrosswell](https://github.com/jamescrosswell) in [#​5247](getsentry/sentry-dotnet#5247) - fix: sync default tags to native layer by [@​bitsandfoxes](https://github.com/bitsandfoxes) in [#​5214](getsentry/sentry-dotnet#5214) ##### Dependencies ⬆️ ##### Deps - chore(deps): update Cocoa SDK to v9.14.0 by [@​github-actions](https://github.com/github-actions)\[bot] in [#​5252](getsentry/sentry-dotnet#5252) - chore(deps): update Java SDK to v8.42.0 by [@​github-actions](https://github.com/github-actions)\[bot] in [#​5208](getsentry/sentry-dotnet#5208) ##### Other - release: 6.6.0 by [@​jamescrosswell](https://github.com/jamescrosswell) in [0140be0a](getsentry/sentry-dotnet@0140be0) - chore: update scripts/update-cli.ps1 to 3.4.3 by [@​github-actions](https://github.com/github-actions)\[bot] in [#​5251](getsentry/sentry-dotnet#5251) - ci: update the Update Dependencies workflow by [@​Flash0ver](https://github.com/Flash0ver) in [#​5175](getsentry/sentry-dotnet#5175) - chore: update modules/sentry-native to 0.14.2 by [@​github-actions](https://github.com/github-actions)\[bot] in [#​5229](getsentry/sentry-dotnet#5229) - chore: update...
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.
Resolves #4074
The native SDKs provide API to
SetTraceso we can finalize theScopeObserver.