Skip to content

Commit

Permalink
Debug logging for the error that's happening.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedell-newrelic committed Dec 17, 2024
1 parent 59844fc commit 068feab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ public BasicRequestRootTracer(Transaction transaction, ClassMethodSignature sig,
this.response = response;

Tracer rootTracer = transaction.getTransactionActivity().getRootTracer();
System.out.println("rootTracer: "+rootTracer);
if (rootTracer != null) {
System.out.println("MetricName: "+rootTracer.getMetricName());
throw new SkipTracerException();
}
}
Expand Down

0 comments on commit 068feab

Please sign in to comment.