File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ ### Features
6+
7+ - Make ` RequestDetailsResolver ` public ([ #4326 ] ( https://github.com/getsentry/sentry-java/pull/4326 ) )
8+ - ` RequestDetailsResolver ` is now public and has an additional constructor, making it easier to use a custom ` TransportFactory `
9+
310## 8.10.0
411
512### Features
916 - Set ` -Dio.opentelemetry.context.contextStorageProvider=io.sentry.opentelemetry.SentryContextStorageProvider ` on your ` java ` command
1017 - Sentry will then wrap the other ` ContextStorageProvider ` that has been configured by loading it through SPI
1118 - If no other ` ContextStorageProvider ` is available or there are problems loading it, we fall back to using ` SentryOtelThreadLocalStorage `
12- - Make ` RequestDetailsResolver ` public ([ #4326 ] ( https://github.com/getsentry/sentry-java/pull/4326 ) )
13- - ` RequestDetailsResolver ` is now public and has an additional constructor, making it easier to use a custom ` TransportFactory `
14-
19+
1520### Fixes
1621
1722- Update profile chunk rate limit and client report ([ #4353 ] ( https://github.com/getsentry/sentry-java/pull/4353 ) )
You can’t perform that action at this time.
0 commit comments