Class SentryGraphqlExceptionHandler

java.lang.Object
io.sentry.graphql.SentryGraphqlExceptionHandler

@Internal public final class SentryGraphqlExceptionHandler extends Object
  • 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)