Class SentryGraphqlInstrumentation.TracingState

java.lang.Object
io.sentry.graphql.SentryGraphqlInstrumentation.TracingState
All Implemented Interfaces:
graphql.execution.instrumentation.InstrumentationState
Enclosing class:
SentryGraphqlInstrumentation

public static final class SentryGraphqlInstrumentation.TracingState extends Object implements graphql.execution.instrumentation.InstrumentationState
  • Constructor Details

    • TracingState

      public TracingState()
  • Method Details

    • getTransaction

      @Nullable public @Nullable ISpan getTransaction()
    • setTransaction

      public void setTransaction(@Nullable @Nullable ISpan transaction)