Package io.sentry.graphql
Class SentryDataFetcherExceptionHandler
- java.lang.Object
-
- io.sentry.graphql.SentryDataFetcherExceptionHandler
-
- All Implemented Interfaces:
graphql.execution.DataFetcherExceptionHandler
public final class SentryDataFetcherExceptionHandler extends java.lang.Object implements graphql.execution.DataFetcherExceptionHandlerCaptures exceptions that occur during data fetching, passes them to Sentry and invokes a delegate exception handler.
-
-
Constructor Summary
Constructors Constructor Description SentryDataFetcherExceptionHandler(@NotNull graphql.execution.DataFetcherExceptionHandler delegate)SentryDataFetcherExceptionHandler(@NotNull io.sentry.IHub hub, @NotNull graphql.execution.DataFetcherExceptionHandler delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description graphql.execution.DataFetcherExceptionHandlerResultonException(@NotNull graphql.execution.DataFetcherExceptionHandlerParameters handlerParameters)
-
-
-
Constructor Detail
-
SentryDataFetcherExceptionHandler
public SentryDataFetcherExceptionHandler(@NotNull @NotNull io.sentry.IHub hub, @NotNull @NotNull graphql.execution.DataFetcherExceptionHandler delegate)
-
SentryDataFetcherExceptionHandler
public SentryDataFetcherExceptionHandler(@NotNull @NotNull graphql.execution.DataFetcherExceptionHandler delegate)
-
-