Skip to content

Commit

Permalink
make baggage final again
Browse files Browse the repository at this point in the history
  • Loading branch information
adinauer committed Feb 10, 2025
1 parent ee67f42 commit 591d91e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sentry/src/main/java/io/sentry/Baggage.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import static io.sentry.protocol.Contexts.REPLAY_ID;

import com.jakewharton.nopen.annotation.Open;
import io.sentry.protocol.SentryId;
import io.sentry.protocol.TransactionNameSource;
import io.sentry.util.SampleRateUtils;
Expand All @@ -26,8 +25,7 @@
import org.jetbrains.annotations.Nullable;

@ApiStatus.Experimental
@Open
public class Baggage {
public final class Baggage {

public static final @NotNull Baggage NOOP =
new Baggage(new HashMap<>(), null, false, true, NoOpLogger.getInstance());
Expand Down

0 comments on commit 591d91e

Please sign in to comment.