Skip to content

Commit cb02c72

Browse files
committed
changelog
1 parent 8d80489 commit cb02c72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
- This allows spans to be filtered by span origin on creation
4646
- Honor ignored span origins in `SentryTracer.startChild` ([#3704](https://github.com/getsentry/sentry-java/pull/3704))
4747
- Add `enable-spotlight` and `spotlight-connection-url` to external options and check if spotlight is enabled when deciding whether to inspect an OpenTelemetry span for connecting to splotlight ([#3709](https://github.com/getsentry/sentry-java/pull/3709))
48+
- Trace context on `Contexts.setTrace` has been marked `@NotNull` ([#3721](https://github.com/getsentry/sentry-java/pull/3721))
49+
- Setting it to `null` would cause an exception.
50+
- Transactions are dropped if trace context is missing
4851

4952
### Behavioural Changes
5053

0 commit comments

Comments
 (0)