Package io.sentry

Class SentryEnvelopeHeader


  • @Internal
    public final class SentryEnvelopeHeader
    extends java.lang.Object
    • Constructor Detail

      • SentryEnvelopeHeader

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

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

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

        public SentryEnvelopeHeader()
    • Method Detail

      • getEventId

        @Nullable
        public @Nullable SentryId getEventId()
      • getSdkVersion

        @Nullable
        public @Nullable SdkVersion getSdkVersion()
      • getTrace

        @Nullable
        public @Nullable TraceState getTrace()