All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sentry.spring.jakarta.tracing.SentryTracingConfiguration Maven / Gradle / Ivy

There is a newer version: 8.0.0-rc.3
Show newest version
package io.sentry.spring.jakarta.tracing;

import com.jakewharton.nopen.annotation.Open;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

/**
 * Provides infrastructure beans for creating transactions and spans around bean methods annotated
 * with {@link SentryTransaction} and {@link SentrySpan}.
 */
@Configuration
@Import({
  SentryAdviceConfiguration.class,
  SentrySpanPointcutConfiguration.class,
  SentryTransactionPointcutConfiguration.class
})
@Open
public class SentryTracingConfiguration {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy