Skip to content

build(deps): bump github.com/getsentry/sentry-cocoa from 8.53.1 to 9.15.0 in /ee/psso/authentikPlatform.xcodeproj#951

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/ee/psso/authentikPlatform.xcodeproj/github.com/getsentry/sentry-cocoa-9.15.0
Closed

build(deps): bump github.com/getsentry/sentry-cocoa from 8.53.1 to 9.15.0 in /ee/psso/authentikPlatform.xcodeproj#951
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/ee/psso/authentikPlatform.xcodeproj/github.com/getsentry/sentry-cocoa-9.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Bumps github.com/getsentry/sentry-cocoa from 8.53.1 to 9.15.0.

Release notes

Sourced from github.com/getsentry/sentry-cocoa's releases.

9.15.0

Features

  • Add SentrySDK.extendAppLaunch() and SentrySDK.finishExtendedAppLaunch() to extend standalone app start spans beyond the default end point (e.g. include initial data loading). Call extendAppLaunch() after SentrySDK.start(options:) and before the app start transaction is created, then call finishExtendedAppLaunch() when your app is fully ready. Requires options.experimental.enableStandaloneAppStartTracing = true. (#7936)
  • Skip max app start duration limit for standalone app start tracing (#7949)

Fixes

  • Fix UIViewController transactions lost during launch profiling (#7920)

9.14.0

Features

  • Add standalone app start tracing as an experimental option (#7660), enable it via options.experimental.enableStandaloneAppStartTracing = true

Fixes

  • Defer Session Replay startup until a foreground window is available (#7928)
  • Fix race conditions in scope observer iteration and propagation context locking (#7897)
  • Support stack traces for standalone clients (#7817)
  • Prevent SessionTracker crash with profiling (#7927)
    • Reevaluation of sampling decision is only done for new sessions.
  • Call SentrySessionListener on main thread (#7917)

9.13.0

Fixes

  • Fix crash with AVAssetDownloadTask in urlSessionTask:setState: (#7891)
  • Prevent crash-loop from malformed recrash reports (#7892)

Features

  • Add Set conformance to SentryAttributeValue (#7876)

9.12.1

[!WARNING] ⚠️ Known Issue: Sentry Cocoa 9.12.0+ crashes apps using AVAssetDownloadURLSession (#7886). Fixed in 9.13.0.

Fixes

  • Prevent memory strings in stack overflow crash reports (#7841)
  • Report crashed thread for null function calls (#7866)
  • Add depth limits to data sanitization and JSON encoder (#7857)
  • Moved BinaryImageCache initialization to a background thread to reduce blocking on dyld reader locks on the main thread (#7823)
  • Init vars before task_threads and vm_deallocate (#7858)
  • Handle extra length call in SentryInvalidJSONString (#7859)

9.12.0

[!WARNING] ⚠️ Known Issue: Sentry Cocoa 9.12.0+ crashes apps using AVAssetDownloadURLSession (#7886). Fixed in 9.13.0.

... (truncated)

Changelog

Sourced from github.com/getsentry/sentry-cocoa's changelog.

Changelog

9.15.0

Features

  • Add SentrySDK.extendAppLaunch() and SentrySDK.finishExtendedAppLaunch() to extend standalone app start spans beyond the default end point (e.g. include initial data loading). Call extendAppLaunch() after SentrySDK.start(options:) and before the app start transaction is created, then call finishExtendedAppLaunch() when your app is fully ready. Requires options.experimental.enableStandaloneAppStartTracing = true. (#7936)
  • Skip max app start duration limit for standalone app start tracing (#7949)

Fixes

  • Fix UIViewController transactions lost during launch profiling (#7920)

9.14.0

Features

  • Add standalone app start tracing as an experimental option (#7660), enable it via options.experimental.enableStandaloneAppStartTracing = true

Fixes

  • Defer Session Replay startup until a foreground window is available (#7928)
  • Fix race conditions in scope observer iteration and propagation context locking (#7897)
  • Support stack traces for standalone clients (#7817)
  • Prevent SessionTracker crash with profiling (#7927)
    • Reevaluation of sampling decision is only done for new sessions.
  • Call SentrySessionListener on main thread (#7917)

9.13.0

Fixes

  • Fix crash with AVAssetDownloadTask in urlSessionTask:setState: (#7891)
  • Prevent crash-loop from malformed recrash reports (#7892)

Features

  • Prevent memory strings in stack overflow crash reports (#7841)
  • Add Set conformance to SentryAttributeValue (#7876)

9.12.1

[!WARNING] ⚠️ Known Issue: Sentry Cocoa 9.12.0+ crashes apps using AVAssetDownloadURLSession (#7886). Fixed in 9.13.0.

Fixes

  • Prevent memory strings in stack overflow crash reports (#7841)
  • Report crashed thread for null function calls (#7866)
  • Add depth limits to data sanitization and JSON encoder (#7857)

... (truncated)

Commits
  • cef29e9 release: 9.15.0
  • bbc91e5 feat: Add extendAppLaunch/finishExtendedAppLaunch API (#7936)
  • ddad953 fix: Subsequent VC transactions lost when launch profiling is active (#7920)
  • c4d02bd ref: End standalone app start at didFinishLaunching (#7941)
  • bbb8fdc feat: skip max app start duration limit for standalone tracing (#7949)
  • a27e7b3 chore(deps): update Ruby Gems to latest versions (#7947)
  • 6c64f68 chore(deps): bump mikepenz/action-junit-report from 6.4.0 to 6.4.1 (#7939)
  • 445b440 chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 (#7940)
  • 58e87fd chore(deps): bump ruby/setup-ruby from 1.307.0 to 1.310.0 (#7938)
  • d4b3feb chore: Adopt .editorconfig for style (#7933)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/getsentry/sentry-cocoa](https://github.com/getsentry/sentry-cocoa) from 8.53.1 to 9.15.0.
- [Release notes](https://github.com/getsentry/sentry-cocoa/releases)
- [Changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-cocoa@8.53.1...cef29e9)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-cocoa
  dependency-version: 9.15.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels May 28, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 38.15%. Comparing base (915cb98) to head (817c626).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #951   +/-   ##
=======================================
  Coverage   38.15%   38.15%           
=======================================
  Files         227      227           
  Lines        8412     8412           
=======================================
  Hits         3210     3210           
  Misses       4815     4815           
  Partials      387      387           
Flag Coverage Δ
go-e2e 45.75% <ø> (ø)
go-integration 17.52% <ø> (ø)
go-macos-26 15.84% <ø> (+0.03%) ⬆️
go-ubuntu-24.04 15.48% <ø> (ø)
go-ubuntu-24.04-arm 15.11% <ø> (ø)
go-windows-2025 15.13% <ø> (ø)
swift 3.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 3, 2026

Superseded by #978.

@dependabot dependabot Bot closed this Jun 3, 2026
@dependabot dependabot Bot deleted the dependabot/swift/ee/psso/authentikPlatform.xcodeproj/github.com/getsentry/sentry-cocoa-9.15.0 branch June 3, 2026 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant