Skip to content

Commit

Permalink
Applied java spotless check
Browse files Browse the repository at this point in the history
  • Loading branch information
atharvasharma61 committed Apr 8, 2024
1 parent c4a4b23 commit 6ec2e3f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ public StrictCheckSpanProcessor() {}
// update the flag to true or set the corresponding system property to true
// This is helpful in debugging the tests. Default value is false.
// Note: Enabling this might lead to OOM issues while running ITs.
private static final boolean isStackTraceForSpanEnabled = Booleans.parseBoolean(System.getProperty("test.telemetry.span.stack_traces", "false"));
private static final boolean isStackTraceForSpanEnabled = Booleans.parseBoolean(
System.getProperty("test.telemetry.span.stack_traces", "false")
);

@Override
public void onStart(Span span) {
Expand Down

0 comments on commit 6ec2e3f

Please sign in to comment.