Skip to content

chore(deps): update Java SDK to v8.10.0#2128

Closed
github-actions[bot] wants to merge 1 commit intomainfrom
deps/modules/sentry-java/8.10.0
Closed

chore(deps): update Java SDK to v8.10.0#2128
github-actions[bot] wants to merge 1 commit intomainfrom
deps/modules/sentry-java/8.10.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 26, 2025

Bumps modules/sentry-java from 8.9.0 to 8.10.0.

Auto-generated by a dependency updater.

Changelog

8.10.0

Features

  • Wrap configured OpenTelemetry ContextStorageProvider if available (#4359)
    • This is only relevant if you see java.lang.IllegalStateException: Found multiple ContextStorageProvider. Set the io.opentelemetry.context.ContextStorageProvider property to the fully qualified class name of the provider to use. Falling back to default ContextStorage. Found providers: ...
    • Set -Dio.opentelemetry.context.contextStorageProvider=io.sentry.opentelemetry.SentryContextStorageProvider on your java command
    • Sentry will then wrap the other ContextStorageProvider that has been configured by loading it through SPI
    • If no other ContextStorageProvider is available or there are problems loading it, we fall back to using SentryOtelThreadLocalStorage

Fixes

  • Update profile chunk rate limit and client report (#4353)

Dependencies

@github-actions github-actions bot requested a review from bitsandfoxes as a code owner April 26, 2025 03:12
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/8.10.0 branch from 08f7fe6 to 2132b8a Compare April 26, 2025 03:13
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/8.10.0 branch from 2132b8a to 2f0db2f Compare April 29, 2025 03:16
@bitsandfoxes
Copy link
Copy Markdown
Contributor

Superseded by #2135

@bitsandfoxes bitsandfoxes deleted the deps/modules/sentry-java/8.10.0 branch May 14, 2025 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants