Package io.sentry
Interface Scope.IWithPropagationContext
- Enclosing class:
- Scope
@Internal
public static interface Scope.IWithPropagationContext
the IWithPropagationContext callback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(@NotNull PropagationContext propagationContext) The accept method of the callback
-
Method Details
-
accept
The accept method of the callback- Parameters:
propagationContext
- the current propagationContext
-