Class ExceptionReporter.ExceptionDetails

java.lang.Object
io.sentry.graphql.ExceptionReporter.ExceptionDetails
Enclosing class:
ExceptionReporter

public static final class ExceptionReporter.ExceptionDetails extends Object
  • Constructor Details

    • ExceptionDetails

      public ExceptionDetails(@NotNull @NotNull IHub hub, @Nullable @Nullable graphql.execution.instrumentation.parameters.InstrumentationExecutionParameters instrumentationExecutionParameters, boolean isSubscription)
    • ExceptionDetails

      public ExceptionDetails(@NotNull @NotNull IHub hub, @Nullable @Nullable graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, boolean isSubscription)
  • Method Details

    • getQuery

      @Nullable public @Nullable String getQuery()
    • getVariables

      @Nullable public @Nullable Map<String,Object> getVariables()
    • isSubscription

      public boolean isSubscription()
    • getHub

      @NotNull public @NotNull IHub getHub()