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

    • sourceBuilderCustomizerWebmvc

      @Bean @ConditionalOnWebApplication(type=SERVLET) public org.springframework.boot.autoconfigure.graphql.GraphQlSourceBuilderCustomizer sourceBuilderCustomizerWebmvc(@NotNull @NotNull SentryProperties sentryProperties)
    • sourceBuilderCustomizerWebflux

      @Bean @ConditionalOnWebApplication(type=REACTIVE) public org.springframework.boot.autoconfigure.graphql.GraphQlSourceBuilderCustomizer sourceBuilderCustomizerWebflux(@NotNull @NotNull SentryProperties sentryProperties)
    • exceptionResolverAdapter

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

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