Skip to content

Commit 4545735

Browse files
committed
fix: Move changelog entry to Unreleased section
1 parent e30064c commit 4545735

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CHANGELOG.md

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

3+
## Unreleased
4+
5+
### Features
6+
7+
- Add strict trace continuation support ([#5136](https://github.com/getsentry/sentry-java/pull/5136))
8+
- The SDK now extracts `org_id` from the DSN host and propagates it via `sentry-org_id` in the baggage header.
9+
- When an incoming trace has a mismatched `org_id`, the SDK starts a new trace instead of continuing the foreign one.
10+
- New option `strictTraceContinuation` (default `false`): when enabled, both the SDK's org ID and the incoming baggage org ID must be present and match for a trace to be continued.
11+
- New option `orgId`: allows explicitly setting the organization ID for self-hosted and Relay setups where it cannot be extracted from the DSN.
12+
313
## 8.34.0
414

515
### Features
@@ -9,11 +19,6 @@
919
- New APIs are `Sentry.setAttribute`, `Sentry.setAttributes`, `Sentry.removeAttribute`
1020
- Support collections and arrays in attribute type inference ([#5124](https://github.com/getsentry/sentry-java/pull/5124))
1121
- Add support for `SENTRY_SAMPLE_RATE` environment variable / `sample-rate` property ([#5112](https://github.com/getsentry/sentry-java/pull/5112))
12-
- Add strict trace continuation support ([#5136](https://github.com/getsentry/sentry-java/pull/5136))
13-
- The SDK now extracts `org_id` from the DSN host and propagates it via `sentry-org_id` in the baggage header.
14-
- When an incoming trace has a mismatched `org_id`, the SDK starts a new trace instead of continuing the foreign one.
15-
- New option `strictTraceContinuation` (default `false`): when enabled, both the SDK's org ID and the incoming baggage org ID must be present and match for a trace to be continued.
16-
- New option `orgId`: allows explicitly setting the organization ID for self-hosted and Relay setups where it cannot be extracted from the DSN.
1722
- Create `sentry-opentelemetry-otlp` and `sentry-opentelemetry-otlp-spring` modules for combining OpenTelemetry SDK OTLP export with Sentry SDK ([#5100](https://github.com/getsentry/sentry-java/pull/5100))
1823
- OpenTelemetry is configured to send spans to Sentry directly using an OTLP endpoint.
1924
- Sentry only uses trace and span ID from OpenTelemetry (via `OpenTelemetryOtlpEventProcessor`) but will not send spans through OpenTelemetry nor use OpenTelemetry `Context` for `Scopes` propagation.

0 commit comments

Comments
 (0)