We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ce0dc commit 0600e59Copy full SHA for 0600e59
CHANGELOG.md
@@ -9,6 +9,8 @@
9
- Set `-Dio.opentelemetry.context.contextStorageProvider=io.sentry.opentelemetry.SentryContextStorageProvider` on your `java` command
10
- Sentry will then wrap the other `ContextStorageProvider` that has been configured by loading it through SPI
11
- 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
15
### Fixes
16
0 commit comments