Package io.sentry.spring.jakarta.tracing
Class SentryTracingConfiguration
java.lang.Object
io.sentry.spring.jakarta.tracing.SentryTracingConfiguration
@Configuration
@Import({SentryAdviceConfiguration.class,SentrySpanPointcutConfiguration.class,SentryTransactionPointcutConfiguration.class})
public class SentryTracingConfiguration
extends Object
Provides infrastructure beans for creating transactions and spans around bean methods annotated
with
SentryTransaction
and SentrySpan
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SentryTracingConfiguration
public SentryTracingConfiguration()
-