Skip to content

Commit

Permalink
another small formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeem-kamal committed Jan 21, 2023
1 parent 4335a95 commit e0ba48a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

public class TraceDecorator extends BaseDecorator {
public static TraceDecorator DECORATE = new TraceDecorator();

private static final boolean useLegacyOperationName =
InstrumenterConfig.get().isLegacyInstrumentationEnabled(true,"trace.annotations");
private static final CharSequence TRACE = UTF8BytesString.create("trace");
Expand Down

0 comments on commit e0ba48a

Please sign in to comment.