Skip to content

chore(deps): update Java SDK to v8.8.0 #2111

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

Merged
merged 1 commit into from
Apr 15, 2025

Conversation

github-actions[bot]
Copy link
Contributor

Bumps modules/sentry-java from 8.7.0 to 8.8.0.

Auto-generated by a dependency updater.

Changelog

8.8.0

Features

  • Add CoroutineExceptionHandler for reporting uncaught exceptions in coroutines to Sentry (#4259)
    • This is now part of sentry-kotlin-extensions and can be used together with SentryContext when launching a coroutine
    • Any exceptions thrown in a coroutine when using the handler will be captured (not rethrown!) and reported to Sentry
    • It's also possible to extend CoroutineExceptionHandler to implement custom behavior in addition to the one we provide by default

Fixes

  • Use thread context classloader when available (#4320)
    • This ensures correct resource loading in environments like Spring Boot where the thread context classloader is used for resource loading.
  • Improve low memory breadcrumb capturing (#4325)
  • Fix do not initialize SDK for Jetpack Compose Preview builds (#4324)
  • Fix Synchronize Baggage values (#4327)

Improvements

  • Make SystemEventsBreadcrumbsIntegration faster (#4330)

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/8.8.0 branch from eb90372 to 93138bd Compare April 15, 2025 03:16
@bitsandfoxes bitsandfoxes merged commit 3add276 into main Apr 15, 2025
63 of 74 checks passed
@bitsandfoxes bitsandfoxes deleted the deps/modules/sentry-java/8.8.0 branch April 15, 2025 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants