Package io.sentry

Class SentryEnvelopeHeader

java.lang.Object
io.sentry.SentryEnvelopeHeader
All Implemented Interfaces:
JsonSerializable, JsonUnknown

@Internal public final class SentryEnvelopeHeader extends Object implements JsonSerializable, JsonUnknown
  • Constructor Details

    • SentryEnvelopeHeader

      public SentryEnvelopeHeader(@Nullable @Nullable SentryId eventId, @Nullable @Nullable SdkVersion sdkVersion)
    • SentryEnvelopeHeader

      public SentryEnvelopeHeader(@Nullable @Nullable SentryId eventId, @Nullable @Nullable SdkVersion sdkVersion, @Nullable @Nullable TraceContext traceContext)
    • SentryEnvelopeHeader

      public SentryEnvelopeHeader(@Nullable @Nullable SentryId eventId)
    • SentryEnvelopeHeader

      public SentryEnvelopeHeader()
  • Method Details