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
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/mule-4/src/main/java/datadog/trace/instrumentation/mule4/EventContextCreationAdvice.java
+6-5
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,14 @@ public static void onExit(
38
38
} elseif (arginstanceofEventContext) {
39
39
// This means that we are in the constructor for ChildContext and we should copy the span
40
40
// from the parent EventContext which is the first argument.
0 commit comments