Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Manoel Aranda Neto <[email protected]>
  • Loading branch information
adinauer and marandaneto authored Jun 27, 2023
1 parent ad3d2a4 commit 7db620b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sentry/src/main/java/io/sentry/Scope.java
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ public void setPropagationContext(final @NotNull PropagationContext propagationC
return propagationContext;
}

@ApiStatus.Internal
public @NotNull PropagationContext withPropagationContext(
final @NotNull IWithPropagationContext callback) {
synchronized (propagationContextLock) {
Expand All @@ -838,6 +839,7 @@ public interface IWithTransaction {
}

/** the IWithPropagationContext callback */
@ApiStatus.Internal
public interface IWithPropagationContext {

/**
Expand Down

0 comments on commit 7db620b

Please sign in to comment.