Package io.sentry
Class SentryEnvelopeItem
java.lang.Object
io.sentry.SentryEnvelopeItem
-
Method Summary
Modifier and TypeMethodDescriptionstatic SentryEnvelopeItemfromAttachment(@NotNull ISerializer serializer, @NotNull ILogger logger, @NotNull Attachment attachment, long maxAttachmentSize) static @NotNull SentryEnvelopeItemfromClientReport(@NotNull ISerializer serializer, @NotNull ClientReport clientReport) static @NotNull SentryEnvelopeItemfromEvent(@NotNull ISerializer serializer, @NotNull SentryBaseEvent event) static @NotNull SentryEnvelopeItemfromProfilingTrace(@NotNull ProfilingTraceData profilingTraceData, long maxTraceFileSize, @NotNull ISerializer serializer) static @NotNull SentryEnvelopeItemfromSession(@NotNull ISerializer serializer, @NotNull Session session) static SentryEnvelopeItemfromUserFeedback(@NotNull ISerializer serializer, @NotNull UserFeedback userFeedback) @Nullable ClientReportgetClientReport(@NotNull ISerializer serializer) @org.jetbrains.annotations.NotNull byte[]getData()@Nullable SentryEventgetEvent(@NotNull ISerializer serializer) @NotNull SentryEnvelopeItemHeader@Nullable SentryTransactiongetTransaction(@NotNull ISerializer serializer)
-
Method Details
-
getData
- Throws:
Exception
-
getHeader
-
fromSession
@NotNull public static @NotNull SentryEnvelopeItem fromSession(@NotNull @NotNull ISerializer serializer, @NotNull @NotNull Session session) throws IOException - Throws:
IOException
-
getEvent
@Nullable public @Nullable SentryEvent getEvent(@NotNull @NotNull ISerializer serializer) throws Exception - Throws:
Exception
-
fromEvent
@NotNull public static @NotNull SentryEnvelopeItem fromEvent(@NotNull @NotNull ISerializer serializer, @NotNull @NotNull SentryBaseEvent event) throws IOException - Throws:
IOException
-
getTransaction
@Nullable public @Nullable SentryTransaction getTransaction(@NotNull @NotNull ISerializer serializer) throws Exception - Throws:
Exception
-
fromUserFeedback
public static SentryEnvelopeItem fromUserFeedback(@NotNull @NotNull ISerializer serializer, @NotNull @NotNull UserFeedback userFeedback) -
fromAttachment
public static SentryEnvelopeItem fromAttachment(@NotNull @NotNull ISerializer serializer, @NotNull @NotNull ILogger logger, @NotNull @NotNull Attachment attachment, long maxAttachmentSize) -
fromProfilingTrace
@NotNull public static @NotNull SentryEnvelopeItem fromProfilingTrace(@NotNull @NotNull ProfilingTraceData profilingTraceData, long maxTraceFileSize, @NotNull @NotNull ISerializer serializer) throws SentryEnvelopeException - Throws:
SentryEnvelopeException
-
fromClientReport
@NotNull public static @NotNull SentryEnvelopeItem fromClientReport(@NotNull @NotNull ISerializer serializer, @NotNull @NotNull ClientReport clientReport) throws IOException - Throws:
IOException
-
getClientReport
@Nullable public @Nullable ClientReport getClientReport(@NotNull @NotNull ISerializer serializer) throws Exception - Throws:
Exception
-