Package io.sentry
Class SentryEnvelopeItem
- java.lang.Object
-
- io.sentry.SentryEnvelopeItem
-
@Internal public final class SentryEnvelopeItem extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SentryEnvelopeItemfromAttachment(@NotNull Attachment attachment, long maxAttachmentSize)static @NotNull SentryEnvelopeItemfromEvent(@NotNull ISerializer serializer, @NotNull SentryBaseEvent event)static @NotNull SentryEnvelopeItemfromSession(@NotNull ISerializer serializer, @NotNull Session session)static SentryEnvelopeItemfromUserFeedback(@NotNull ISerializer serializer, @NotNull UserFeedback userFeedback)@org.jetbrains.annotations.NotNull byte[]getData()@Nullable SentryEventgetEvent(@NotNull ISerializer serializer)@NotNull SentryEnvelopeItemHeadergetHeader()@Nullable SentryTransactiongetTransaction(@NotNull ISerializer serializer)
-
-
-
Method Detail
-
getData
@NotNull public @org.jetbrains.annotations.NotNull byte[] getData() throws java.lang.Exception- Throws:
java.lang.Exception
-
getHeader
@NotNull public @NotNull SentryEnvelopeItemHeader getHeader()
-
fromSession
@NotNull public static @NotNull SentryEnvelopeItem fromSession(@NotNull @NotNull ISerializer serializer, @NotNull @NotNull Session session) throws java.io.IOException
- Throws:
java.io.IOException
-
getEvent
@Nullable public @Nullable SentryEvent getEvent(@NotNull @NotNull ISerializer serializer) throws java.lang.Exception
- Throws:
java.lang.Exception
-
fromEvent
@NotNull public static @NotNull SentryEnvelopeItem fromEvent(@NotNull @NotNull ISerializer serializer, @NotNull @NotNull SentryBaseEvent event) throws java.io.IOException
- Throws:
java.io.IOException
-
getTransaction
@Nullable public @Nullable SentryTransaction getTransaction(@NotNull @NotNull ISerializer serializer) throws java.lang.Exception
- Throws:
java.lang.Exception
-
fromUserFeedback
public static SentryEnvelopeItem fromUserFeedback(@NotNull @NotNull ISerializer serializer, @NotNull @NotNull UserFeedback userFeedback)
-
fromAttachment
public static SentryEnvelopeItem fromAttachment(@NotNull @NotNull Attachment attachment, long maxAttachmentSize)
-
-