Skip to content

Commit 883b995

Browse files
authored
Improve v8 changelog (#4134)
* Improve v8 changelog * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 1e5daad commit 883b995

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,11 @@ Version 8 of the Sentry Android/Java SDK brings a variety of features and fixes.
114114
- New `Scope` types have been introduced, see "Behavioural Changes" for more details.
115115
- Lifecycle tokens have been introduced to manage `Scope` lifecycle, see "Behavioural Changes" for more details.
116116
- Bumping `minSdk` level to 21 (Android 5.0)
117-
- Our `sentry-opentelemetry-agent` has been improved and now works in combination with the rest of Sentry. You may now mix and match OpenTelemetry and Sentry API for instrumenting your application.
117+
- Our `sentry-opentelemetry-agent` has been improved and now works in combination with the rest of Sentry. You may now combine OpenTelemetry and Sentry for instrumenting your application.
118+
- You may now use both OpenTelemetry SDK and Sentry SDK to capture transactions and spans. They can also be mixed and end up on the same transaction.
119+
- OpenTelemetry extends the Sentry SDK by adding spans for numerous integrations, like Ktor, Vert.x and MongoDB. Please check [the OpenTelemetry GitHub repository](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation) for a full list.
120+
- OpenTelemetry allows propagating trace information from and to additional libraries, that Sentry did not support before, for example gRPC.
121+
- OpenTelemetry also has broader support for propagating the Sentry `Scopes` through reactive libraries like RxJava.
118122
- The SDK is now compatible with Spring Boot 3.4
119123
- We now support GraphQL v22 (`sentry-graphql-22`)
120124
- Metrics have been removed

0 commit comments

Comments
 (0)