Package io.sentry.graphql
Interface SentryGraphqlInstrumentation.BeforeSpanCallback
- Enclosing class:
- SentryGraphqlInstrumentation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
execute
@Nullable @Nullable io.sentry.ISpan execute(@NotNull @NotNull io.sentry.ISpan span, @NotNull @NotNull graphql.schema.DataFetchingEnvironment environment, @Nullable @Nullable Object result)
-