Skip to content

Commit

Permalink
Update sentry-graphql-java/src/main/java/io/sentry/graphql/SentryInst…
Browse files Browse the repository at this point in the history
…rumentation.java

Co-authored-by: Manoel Aranda Neto <[email protected]>
  • Loading branch information
maciejwalkowiak and marandaneto authored Nov 3, 2021
1 parent 8180ec2 commit 8ec6a1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public SentryInstrumentation() {
@Override
public @NotNull InstrumentationContext<ExecutionResult> beginExecution(
final @NotNull InstrumentationExecutionParameters parameters) {
TracingState tracingState = parameters.getInstrumentationState();
final TracingState tracingState = parameters.getInstrumentationState();
tracingState.setTransaction(hub.getSpan());
return super.beginExecution(parameters);
}
Expand Down

0 comments on commit 8ec6a1f

Please sign in to comment.