Skip to content

Commit 047fabf

Browse files
unwrap LogExceptionRunnable (#7933)
1 parent f19a626 commit 047fabf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dd-java-agent/instrumentation/java-concurrent/src/main/java/datadog/trace/instrumentation/java/concurrent/TaskUnwrappingInstrumentation.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ public boolean isEnabled() {
6464
"val$c",
6565
"io.grpc.netty.WriteQueue$RunnableCommand",
6666
"runnable",
67+
"io.grpc.internal.LogExceptionRunnable",
68+
"task",
6769
"akka.dispatch.TaskInvocation",
6870
"runnable",
6971
"scala.concurrent.impl.CallbackRunnable",

0 commit comments

Comments
 (0)