Package io.sentry.graphql
Class SentryGraphqlExceptionHandler
java.lang.Object
io.sentry.graphql.SentryGraphqlExceptionHandler
-
Constructor Summary
ConstructorDescriptionSentryGraphqlExceptionHandler
(@Nullable graphql.execution.DataFetcherExceptionHandler delegate) -
Method Summary
Modifier and TypeMethodDescription@Nullable CompletableFuture<graphql.execution.DataFetcherExceptionHandlerResult>
handleException
(@NotNull Throwable throwable, @Nullable graphql.schema.DataFetchingEnvironment environment, @Nullable graphql.execution.DataFetcherExceptionHandlerParameters handlerParameters)
-
Constructor Details
-
SentryGraphqlExceptionHandler
public SentryGraphqlExceptionHandler(@Nullable @Nullable graphql.execution.DataFetcherExceptionHandler delegate)
-
-
Method Details
-
handleException
@Nullable public @Nullable CompletableFuture<graphql.execution.DataFetcherExceptionHandlerResult> handleException(@NotNull @NotNull Throwable throwable, @Nullable @Nullable graphql.schema.DataFetchingEnvironment environment, @Nullable @Nullable graphql.execution.DataFetcherExceptionHandlerParameters handlerParameters)
-