Package io.sentry.graphql
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable io.sentry.ISpanvoidsetTransaction(@Nullable io.sentry.ISpan transaction)
-
Constructor Details
-
TracingState
public TracingState()
-
-
Method Details
-
getTransaction
@Nullable public @Nullable io.sentry.ISpan getTransaction() -
setTransaction
public void setTransaction(@Nullable @Nullable io.sentry.ISpan transaction)
-