-
-
Notifications
You must be signed in to change notification settings - Fork 464
Open
Labels
Description
Integration
sentry
Java Version
any
Version
8.27.1
Steps to Reproduce
Line 14 in 3699cd5
| @SentryTransaction(operation = "scheduled") |
sentry-java/sentry-spring-7/src/main/java/io/sentry/spring7/checkin/SentryCheckInAdvice.java
Line 91 in 4c4fed9
| TracingUtils.startNewTrace(scopes); |
Use our Spring Boot 4 sample to verify.
Expected Result
PropagationContext trace ID matches the transactions trace ID.
Actual Result
PropagationContext trace ID differs from the transactions trace ID.
This might not have any effect in practice because we should be using the span/transaction when retrieving the trace ID.