Package io.sentry

Class TraceState


  • @Experimental
    public final class TraceState
    extends java.lang.Object
    • Method Detail

      • getTraceId

        @NotNull
        public @NotNull SentryId getTraceId()
      • getPublicKey

        @NotNull
        public @NotNull java.lang.String getPublicKey()
      • getRelease

        @Nullable
        public @Nullable java.lang.String getRelease()
      • getEnvironment

        @Nullable
        public @Nullable java.lang.String getEnvironment()
      • getUser

        @Nullable
        public @Nullable io.sentry.TraceState.TraceStateUser getUser()
      • getTransaction

        @Nullable
        public @Nullable java.lang.String getTransaction()