Skip to content

Commit a63f8e5

Browse files
authored
correct changelog
1 parent 0600e59 commit a63f8e5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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
@@ -9,9 +16,7 @@
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))

0 commit comments

Comments
 (0)