-
-
Notifications
You must be signed in to change notification settings - Fork 54
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.1.0 #1162
Merged
Merged
Conversation
This file contains 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
46ac3cd
to
9ed154d
Compare
285c680
to
f453da5
Compare
bitsandfoxes
approved these changes
Feb 2, 2023
brustolin
approved these changes
Feb 2, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have two comments that could use a second look.
But it does LGTM
…getsentry/sentry-unity into deps/modules/sentry-cocoa/8.1.0
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.
Bumps modules/sentry-cocoa from 7.31.5 to 8.1.0.
Auto-generated by a dependency updater.
Changelog
8.1.0
Features
transactionName
toviewName
(#2630)Fixes
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)