Skip to content

Commit 96f7f39

Browse files
committed
fix SfnClientInstrumentation class header
1 parent 973cd79 commit 96f7f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/aws-java-sfn-2.0/src/main/java/datadog/trace/instrumentation/aws/v2/sfn/SfnClientInstrumentation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/** AWS SDK v2 Step Function instrumentation */
1414
@AutoService(InstrumenterModule.class)
1515
public final class SfnClientInstrumentation extends InstrumenterModule.Tracing
16-
implements Instrumenter.ForSingleType {
16+
implements Instrumenter.ForSingleType, Instrumenter.HasMethodAdvice {
1717

1818
public SfnClientInstrumentation() {
1919
super("sfn", "aws-sdk");

0 commit comments

Comments
 (0)