chore(deps): update Cocoa SDK to v8.15.2 #145
Closed
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.
Bumps scripts/update-cocoa.sh from 8.4.0 to 8.15.2.
Auto-generated by a dependency updater.
Changelog
8.15.2
Fixes
8.15.1
Fixes
8.15.0
Features
Fixes
8.14.2
Fixes
mechanism.handled
is not considered crash (#3353)8.14.1
Fixes
8.14.0
Features
Sentry can now be used without linking UIKit; this is helpful for using the SDK in certain app extension contexts (#3175)
Warning: this breaks some SPM integrations. Use 8.14.1 if you integrate using SPM.
GA of MetricKit integration (#3340)
Once enabled, this feature subscribes to MetricKit's MXDiagnosticPayload data, converts it to events, and sends it to Sentry.
The MetricKit integration subscribes to MXHangDiagnostic,
MXDiskWriteExceptionDiagnostic,
and MXCPUExceptionDiagnostic.
8.13.1
Fixes
8.13.0
Fixes
Features
8.12.0
Fixes
enableAutoPerformanceTracing
isNO
(#3273)Features
8.11.0
Features
Fixes
8.10.0
Features
Fixes
8.9.6
Fixed
8.9.5
Hybrid SDK support
8.9.4
Fixes
8.9.3
Fixes
8.9.2
Important Note
Do not use this version if you use Release Health. It introduces a bug where crashed Sessions would not be reported correctly. This has been fixed in version
8.9.3
.Improvements
Fixes
8.9.1
Fixes
8.9.0
Features
This change considerably speeds up retrieving stacktraces, which the SDK uses for captureMessage, captureError and also for reporting file IO or DB operation on the main thread.
Breaking change
enableTimeToFullDisplay
toenableTimeToFullDisplayTracing
(#3106)8.9.0-beta.1
Features
8.8.0
Features
Fixes
SentryId.empty
(#3072)--no-use-binaries
option (#3071)sprintf
call tosnprintf
(#3077)8.7.4
Fixes
Trace
serialized value ofsampled
from string to boolean (#3067)Breaking Changes
nameForSentrySampleDecision
which shouldn't have been public (#3067)8.7.3
Fixes
sprintf
tosnprintf
(#2866)8.7.2
Fixed
8.7.1
Fixes
sent_at
to envelope header (#2859)User
&Breadcrumb
(#3017)8.7.0
Features
For the Swift error above Sentry displays:
LoginError
wrongUser(id: "12345678") (Code: 1)
LoginError
Code: 1
Customized error descriptions have precedence over this feature.
This change has no impact on grouping of the issues in Sentry.
Fixes
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.8.5.0
Features
Fixes