chore(deps): update Cocoa SDK to v8.0.0 #2756
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 7.31.5 to 8.0.0.
Auto-generated by a dependency updater.
Changelog
8.0.0
Features
This version adds a dependency on Swift.
We renamed the default branch from
master
tomain
. We are going to keep themaster
branch for backwards compatibility for package managers pointing to themaster
branch.Features
SENTRY_DSN
environment variable on macOS (#2534)Fixes
SentrySDK.init
now affect the session (#2430)SentryCrashMAX_STRINGBUFFERSIZE
to reduce the instances where we're dropping a crash due to size limit (#2465)SentryAppStateManager
correctly unsubscribes fromNSNotificationCenter
when closing the SDK (#2460)Breaking Changes
- [SentrySDK startWithOptionsObject:]
to- [SentrySDK startWithOptions:]
(#2404)SpanProtocol.data
non nullable (#2409)- [SpanProtocol setExtraValue:forKey:]
as deprecated (#2413)SentrySDK.addBreadcrumb(crumb:)
toSentrySDK.addBreadcrumb(_ crumb:)
(#2416)SentryScope.add(_ crumb:)
toSentryScope.addBreadcrumb(_ crumb:)
(#2416)SentryScope.add(_ attachment:)
toSentryScope.addAttachment(_ attachment:)
(#2416)Client
toSentryClient
(#2403)SentryScope.apply(to:)
(#2416)SentryScope.apply(to:maxBreadcrumb:)
(#2416)- [SentryOptions initWithDict:didFailWithError:]
(#2404)- [SentryOptions sdkInfo]
(#2404)SentryOptions.enableAutoPerformanceTracking
toenableAutoPerformanceTracing
SentryOptions.enableUIViewControllerTracking
toenableUIViewControllerTracing
SentryOptions.enablePreWarmedAppStartTracking
toenablePreWarmedAppStartTracing
SentryOptions.enableFileIOTracking
toenableFileIOTracing
SentryOptions.enableCoreDataTracking
toenableCoreDataTracing
SentryOptions.enableOutOfMemoryTracking
toSentryOptions.enableWatchdogTerminationTracking
(#2499)viewAppearing
span for UIViewController APM (#2511)