Skip to content

Commit 3201de3

Browse files
committed
changelog
1 parent 92a63ae commit 3201de3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- Capture OpenTelemetry span events ([#3564](https://github.com/getsentry/sentry-java/pull/3564))
6+
- OpenTelemetry spans may have exceptions attached to them (`openTelemetrySpan.recordException`). We can now send those to Sentry as errors.
7+
- Set `capture-open-telemetry-events=true` in `sentry.properties` to enable it
8+
- Set `sentry.capture-open-telemetry-events=true` in Springs `application.properties` to enable it
9+
- Set `sentry.captureOpenTelemetryEvents: true` in Springs `application.yml` to enable it
10+
311
## 8.3.0
412

513
### Features

0 commit comments

Comments
 (0)