-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
chore(deps): update Cocoa SDK to v8.6.0 #1416
Conversation
11ac22e
to
1fabe8a
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1416 +/- ##
==========================================
- Coverage 90.79% 90.78% -0.01%
==========================================
Files 61 61
Lines 2042 2040 -2
==========================================
- Hits 1854 1852 -2
Misses 188 188
☔ View full report in Codecov by Sentry. |
1fabe8a
to
7eca873
Compare
This version of cocoa enabled |
7eca873
to
2f06c38
Compare
2f06c38
to
c6b9987
Compare
Bumps flutter/scripts/update-cocoa.sh from 8.5.0 to 8.6.0.
Auto-generated by a dependency updater.
Changelog
8.6.0
Features
Trace origin indicates what created a trace or a span. Not all transactions and spans contain enough information to tell whether the user or what precisely in the SDK created it. Origin solves this problem. The SDK now sends origin for transactions and spans.
Fixes
Removed
stitchAsyncCode
from SentryOptions (#2973)The
stitchAsyncCode
experimental option has been removed fromSentryOptions
as its behavior was unpredictable and sometimes resulted in unexpected errors. We plan to add it back once we fix it, but we don't have an ETA for it.