Package io.sentry
Class TraceState
- java.lang.Object
-
- io.sentry.TraceState
-
@Experimental public final class TraceState extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable java.lang.StringgetEnvironment()@NotNull java.lang.StringgetPublicKey()@Nullable java.lang.StringgetRelease()@NotNull SentryIdgetTraceId()@Nullable java.lang.StringgetTransaction()@Nullable io.sentry.TraceState.TraceStateUsergetUser()
-
-
-
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()
-
-