Package io.sentry
Interface Scope.IWithTransaction
- Enclosing class:
- Scope
@Internal
public static interface Scope.IWithTransaction
The IWithTransaction callback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(@Nullable ITransaction transaction) The accept method of the callback
-
Method Details
-
accept
The accept method of the callback- Parameters:
transaction
- the current transaction or null if none exists
-