Skip to content

Commit 187f65c

Browse files
committed
update spray compilation error
1 parent ebdeafd commit 187f65c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dd-java-agent/instrumentation/spray-1.3/src/main/scala/datadog/trace/instrumentation/spray/SprayHttpServerRunSealedRouteAdvice.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ public static ContextScope enter(
3333

3434
DECORATE.afterStart(span);
3535

36-
ctx = SprayHelper.wrapRequestContext(ctx, span, extractedContext);
36+
ctx =
37+
SprayHelper.wrapRequestContext(
38+
ctx, span, DECORATE.getExtractedSpanContext(extractedContext));
3739
return scope;
3840
}
3941

0 commit comments

Comments
 (0)