Package io.sentry.graphql
Class ExceptionReporter
java.lang.Object
io.sentry.graphql.ExceptionReporter
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
captureThrowable
(@NotNull Throwable throwable, @NotNull ExceptionReporter.ExceptionDetails exceptionDetails, @Nullable graphql.ExecutionResult result)
-
Constructor Details
-
ExceptionReporter
public ExceptionReporter(boolean captureRequestBodyForNonSubscriptions)
-
-
Method Details
-
captureThrowable
public void captureThrowable(@NotNull @NotNull Throwable throwable, @NotNull @NotNull ExceptionReporter.ExceptionDetails exceptionDetails, @Nullable @Nullable graphql.ExecutionResult result)
-