Skip to content

Commit

Permalink
Update dd-java-agent/instrumentation/javax-mail/src/main/java/datadog…
Browse files Browse the repository at this point in the history
…/trace/instrumentation/javax/mail/JavaxMailInstrumentation.java

Co-authored-by: Alejandro González García <alejandro.gonzalez@datadoghq.com>
  • Loading branch information
sezen-datadog and jandro996 authored Jan 16, 2025
1 parent 14458ed commit b548721
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public JavaxMailInstrumentation(String instrumentationName, String... additional
@Override
public void methodAdvice(MethodTransformer transformer) {
transformer.applyAdvice(
named("javaxMailInstrumentation"),
named("send"),
JavaxMailInstrumentation.class.getName() + "$MailInjectionAdvice");
}

Expand Down

0 comments on commit b548721

Please sign in to comment.