chore(deps): update dependency sentry to v9.25.0 - #484
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/sentry-9.x
branch
from
June 10, 2026 18:03
39c15e6 to
24fb574
Compare
renovate
Bot
force-pushed
the
renovate/sentry-9.x
branch
2 times, most recently
from
June 18, 2026 18:00
57087d7 to
d1ae73a
Compare
renovate
Bot
force-pushed
the
renovate/sentry-9.x
branch
from
June 24, 2026 21:39
d1ae73a to
c7d7b8c
Compare
renovate
Bot
force-pushed
the
renovate/sentry-9.x
branch
from
July 1, 2026 23:07
c7d7b8c to
9fd93f6
Compare
renovate
Bot
force-pushed
the
renovate/sentry-9.x
branch
from
July 6, 2026 17:15
9fd93f6 to
ac08530
Compare
renovate
Bot
force-pushed
the
renovate/sentry-9.x
branch
from
July 8, 2026 18:16
ac08530 to
871f9fc
Compare
renovate
Bot
force-pushed
the
renovate/sentry-9.x
branch
from
July 15, 2026 17:30
871f9fc to
0883a72
Compare
renovate
Bot
force-pushed
the
renovate/sentry-9.x
branch
from
July 22, 2026 21:39
0883a72 to
32a06e4
Compare
renovate
Bot
force-pushed
the
renovate/sentry-9.x
branch
from
July 30, 2026 08:20
32a06e4 to
e464cb7
Compare
renovate
Bot
force-pushed
the
renovate/sentry-9.x
branch
from
August 5, 2026 18:57
e464cb7 to
4604048
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.25.0Release Notes
getsentry/sentry-cocoa (Sentry)
v9.25.0Compare Source
Breaking Changes
Features
SentrySDK.feedback.enableOnShake()anddisableOnShake()to toggle the shake-to-report gesture at runtime (#8591)Fixes
durationsent for active sessions (#8612)durationis now set only when the session ends. Active sessions (including on error increments) no longer emit a bogusduration.-[UIApplication applicationState](8672)v9.24.0Compare Source
Breaking Changes
enableMemoryIntrospectionoption to allow users to control memory introspection in crash reports, defaults to false (was previously true) (#8571)enableMemoryIntrospectionto trueFeatures
Breadcrumb.setData(value:key:)to set a single breadcrumb data entry and deprecate theBreadcrumb.datasetter in its favor. (#8572)Fixes
NSInvalidArgumentException/-[NSConcreteValue doubleValue]) when Core Animation raises while redacting the view hierarchy, e.g. during React Navigation transitions or video fullscreen presentation (#8537)v9.23.0Compare Source
Features
Fixes
experimental.dataCollectionAPIs in SDK V10 (#8435)Improvements
v9.22.0Compare Source
Features
swiftAsyncStacktracesas stable (#8373)dataCollectionoption underexperimentalfor configuring data scrubbing behavior (#8369)options.experimental.dataCollection(#8371)Fixes
Content-Typefor HTTP/2 and HTTP/3, so it captures HTTP response bodies as it was supposed to (when body capturing is enabled viaoptions.sessionReplay.networkCaptureBodies) (#8390)(null)when a Spotlight request fails (#8401)"dsn"to propertydsninstead ofnil(#8393)Improvements
enableReplayNetworkDetailsCapturingexperimental flag; network detail capture is now enabled automatically whennetworkDetailAllowUrlsis non-empty (#8396)v9.21.0Compare Source
Fixes
span,startProfiler, andstopProfilerby snapshottingcurrentHubundercurrentHubLockbefore dereferencing. (#8318)userInfocontext for unhandledNSExceptions(#8332)Features
v9.20.0Compare Source
Fixes
Features
Fixes
NSURLSessionTask.currentRequestproperty (#8058)v9.19.1Compare Source
Fixes
SentrySDKInternal.isEnabled(#8310)platformitem header in profile-chunk envelopes (#8269)mprotectcalls in the__cxa_throwswapper (#8221)app.start.extended_app_starttoapp.start.extended(#8220)v9.19.0Compare Source
Features
extendAppLaunch()->extendAppStart()finishExtendedAppLaunch()->finishExtendedAppStart()getExtendedAppStartSpan()to get the extended app spanImprovements
Fixes
Info.plistentriesMinimumOSVersionandCFBundleSupportedPlatformsinSentryObjC.xcframework(#8157)Internal
SentrySDK.internalstructured API for hybrid SDKs, replacingPrivateSentrySDKOnlywith namespaced sub-APIs (replay,profiling,appStart,performance,screenshot,viewHierarchy,screen,envelope,swizzle,sdk,debug,breadcrumbs,user) (#8097)v9.18.0Compare Source
Features
UIViewControllerinstances. (#8027)Fixes
Deprecations
SentrySDK.feedback.show(),SentrySDK.FeedbackForm, or.sentryFeedback(isPresented:)instead. (#8052)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.