Class SentryId

java.lang.Object
io.sentry.protocol.SentryId
All Implemented Interfaces:
JsonSerializable

public final class SentryId extends Object implements JsonSerializable
  • Field Details

    • EMPTY_ID

      public static final SentryId EMPTY_ID
  • Constructor Details

    • SentryId

      public SentryId()
    • SentryId

      public SentryId(@Nullable @Nullable UUID uuid)
    • SentryId

      public SentryId(@NotNull @NotNull String sentryIdString)
  • Method Details