Class SentryTransactionMethodWrapper

java.lang.Object
enterprises.iwakura.sigewine.aop.MethodWrapper<SentryTransaction>
enterprises.iwakura.sigewine.aop.sentry.SentryTransactionMethodWrapper

public final class SentryTransactionMethodWrapper extends enterprises.iwakura.sigewine.aop.MethodWrapper<SentryTransaction>
Method wrapper for Sentry transactions. This class handles the creation and management of Sentry transactions and spans based on the SentryTransaction annotation. It supports binding to the current scope, capturing exceptions, and using custom configurators for transaction options.