Skip to content

Commit cb8746c

Browse files
committed
changelog
1 parent 6b69f56 commit cb8746c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
- To enable the auto configuration of it, please set `-Dotel.java.global-autoconfigure.enabled=true` on the `java` command, when starting your application.
1010
- You may also want to set `OTEL_LOGS_EXPORTER=none;OTEL_METRICS_EXPORTER=none;OTEL_TRACES_EXPORTER=none` env vars to not have the log flooded with error messages regarding OpenTelemetry features we don't use.
1111
- `OpenTelemetryUtil.applyOpenTelemetryOptions` now takes an enum instead of a boolean for its mode
12-
- Use `AGENT` when using `sentry-opentelemetry-agent`
13-
- Use `AGENTLESS` when using `sentry-opentelemetry-agentless`
14-
- Use `AGENTLESS_SPRING` when using `sentry-opentelemetry-agentless-spring`
12+
- Add `openTelemetryMode` option ([#3994](https://github.com/getsentry/sentry-java/pull/3994))
13+
- It defaults to `AUTO` meaning the SDK will figure out how to best configure itself for use with OpenTelemetry
14+
- Use `AGENT` when using `sentry-opentelemetry-agent`
15+
- Use `AGENTLESS` when using `sentry-opentelemetry-agentless`
16+
- Use `AGENTLESS_SPRING` when using `sentry-opentelemetry-agentless-spring`
1517

1618
### Fixes
1719

0 commit comments

Comments
 (0)