Class SentryGraphqlAutoConfiguration

java.lang.Object
io.sentry.spring.boot.jakarta.graphql.SentryGraphqlAutoConfiguration

@Configuration(proxyBeanMethods=false) public class SentryGraphqlAutoConfiguration extends Object
  • Constructor Details

    • SentryGraphqlAutoConfiguration

      public SentryGraphqlAutoConfiguration()
  • Method Details

    • sentryInstrumentationWebMvc

      @Bean(name="sentryInstrumentation") @ConditionalOnMissingBean @ConditionalOnWebApplication(type=SERVLET) public io.sentry.graphql.SentryInstrumentation sentryInstrumentationWebMvc(@NotNull @NotNull SentryProperties sentryProperties, @NotNull @NotNull org.springframework.beans.factory.ObjectProvider<io.sentry.graphql.SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback)
    • sentryInstrumentationWebflux

      @Bean(name="sentryInstrumentation") @ConditionalOnMissingBean @ConditionalOnWebApplication(type=REACTIVE) public io.sentry.graphql.SentryInstrumentation sentryInstrumentationWebflux(@NotNull @NotNull SentryProperties sentryProperties, @NotNull @NotNull org.springframework.beans.factory.ObjectProvider<io.sentry.graphql.SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback)
    • exceptionResolverAdapter

      @Bean @Order(-2147483648) public io.sentry.spring.jakarta.graphql.SentryDataFetcherExceptionResolverAdapter exceptionResolverAdapter()
    • graphqlBeanPostProcessor

      @Bean public static io.sentry.spring.jakarta.graphql.SentryGraphqlBeanPostProcessor graphqlBeanPostProcessor()