chore(deps): update dependency sentry to v9.17.1#484
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
39c15e6 to
24fb574
Compare
24fb574 to
57087d7
Compare
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.
This PR contains the following updates:
9.15.0→9.17.1Release Notes
getsentry/sentry-cocoa (Sentry)
v9.17.1Compare Source
Fixes
_OBJC_CLASS_$_symbols in x86_64 slice of SentryObjC dynamic framework (#8037)SentryLevel: CustomStringConvertiblewhen building with SPM from source (#8032)v9.17.0Compare Source
Features
Support creating envelope items from attachments via SentryObjC (#8001)
Add format-string logging to
SentryObjCLoggerwith automatic message template extraction (#7996)Add managed user feedback form presentation APIs (#7873)
Apps using the managed User Feedback integration can now present the form directly:
SentrySDK.feedback.show()to let the SDK pick the best presenter.SentrySDK.FeedbackForm()view controller yourself..sentryFeedback(isPresented:), or presentSentrySDK.FeedbackFormView()from a container such as.sheet.These APIs use the global
SentryOptions.configureUserFeedbackconfiguration and temporarily hide the managed widgetwhile the form is open, when possible.
Add per-form feedback configuration (#8018)
Managed feedback presentation APIs now accept a configuration closure, so apps can customize a single
form on top of the global
SentryOptions.configureUserFeedbacksettings without mutating them:Standalone app start sub-spans operations have been renamed for better clarity (#8003):
Deprecations
SentrySDK.feedback.show(),SentrySDK.FeedbackForm, or.sentryFeedback(isPresented:)instead. (#8022)Fixes
extendAppLaunch()(#8028)v9.16.1Compare Source
Features
Add SentryObjC wrapper SDK — a pure Objective-C interface for projects that cannot enable Clang modules (e.g., ObjC++ with
-fmodules=NO). (#7918)Ships as a compile-from-source SPM product
SentryObjC, a static pre-compiled frameworkSentryObjC-Static.xcframework.zipand a dynamic pre-compiled frameworkSentryObjC-Dynamic.xcframework.zip.Steps to migrate:
SentryorSentrySPMwithSentryObjC(orSentryObjC-Static/SentryObjC-Dynamicif you want to use the precompiled binary targets).#import <Sentry/Sentry.h>to#import <SentryObjC/SentryObjC.h>Sentry-prefixed types toSentryObjC(e.g.,SentrySDK→SentryObjCSDK,SentryOptions→SentryObjCOptions).SentrySDK.extendAppLaunch()now returns the extended app launch span, allowing users to add child spans for granular breakdown of the app start period (#7985)Fixes
SentryFramesTracker.add/removeListenerwhen called from a listener's owninit/deiniton a background thread, observed on iOS 26 (#7943)coldorwarmasstart_typefor standalone app starts, removing the.prewarmedsuffix per sentry-conventions (#7968)v9.16.0Compare Source
Features
Add SentryObjC wrapper SDK — a pure Objective-C interface for projects that cannot enable Clang modules (e.g., ObjC++ with
-fmodules=NO). (#7918)Ships as a compile-from-source SPM product
SentryObjC, a static pre-compiled frameworkSentryObjC-Static.xcframework.zipand a dynamic pre-compiled frameworkSentryObjC-Dynamic.xcframework.zip.Steps to migrate:
SentryorSentrySPMwithSentryObjC(orSentryObjC-Static/SentryObjC-Dynamicif you want to use the precompiled binary targets).#import <Sentry/Sentry.h>to#import <SentryObjC/SentryObjC.h>Sentry-prefixed types toSentryObjC(e.g.,SentrySDK→SentryObjCSDK,SentryOptions→SentryObjCOptions).SentrySDK.extendAppLaunch()now returns the extended app launch span, allowing users to add child spans for granular breakdown of the app start period (#7985)Fixes
SentryFramesTracker.add/removeListenerwhen called from a listener's owninit/deiniton a background thread, observed on iOS 26 (#7943)coldorwarmasstart_typefor standalone app starts, removing the.prewarmedsuffix per sentry-conventions (#7968)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.