Class SentryGraphql22AutoConfiguration

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

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

    • SentryGraphql22AutoConfiguration

      public SentryGraphql22AutoConfiguration()
  • Method Details

    • sentryInstrumentationWebMvc

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

      @Bean(name="sentryInstrumentation") @ConditionalOnMissingBean(name="sentryInstrumentation") @ConditionalOnWebApplication(type=REACTIVE) public io.sentry.graphql22.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()