You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POTEL 34 - Retrieve the correct current span from Scope/Scopes (#3554)
* Use parent span id from sentry-trace header
* attach active span to scope
* record dropped span/transaction in SentrySampler
* changelog
* record lost span when copying parent decision
* Format code
* refactor: use sampling decision
* Retrieve current span from scope(s) in span factory
* changelog
---------
Co-authored-by: Sentry Github Bot <[email protected]>
Copy file name to clipboardExpand all lines: sentry-opentelemetry/sentry-opentelemetry-extra/src/main/java/io/sentry/opentelemetry/OtelSpanFactory.java
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -152,22 +152,16 @@ public final class OtelSpanFactory implements ISpanFactory {
0 commit comments