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 92a63ae commit 3201de3Copy full SHA for 3201de3
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 8.3.0
12
13
### Features
0 commit comments