Package io.sentry.spring.graphql
Class SentryGraphqlConfiguration
java.lang.Object
io.sentry.spring.graphql.SentryGraphqlConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsentryInstrumentationWebflux
(@NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback) sentryInstrumentationWebMvc
(@NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback)
-
Constructor Details
-
SentryGraphqlConfiguration
public SentryGraphqlConfiguration()
-
-
Method Details
-
sentryInstrumentationWebMvc
@Bean(name="sentryInstrumentation") @ConditionalOnMissingBean @ConditionalOnWebApplication(type=SERVLET) public SentryInstrumentation sentryInstrumentationWebMvc(@NotNull @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback) -
sentryInstrumentationWebflux
@Bean(name="sentryInstrumentation") @ConditionalOnMissingBean @ConditionalOnWebApplication(type=REACTIVE) public SentryInstrumentation sentryInstrumentationWebflux(@NotNull @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback> beforeSpanCallback) -
exceptionResolverAdapter
@Bean @Order(-2147483648) public SentryDataFetcherExceptionResolverAdapter exceptionResolverAdapter() -
graphqlBeanPostProcessor
-