Package io.sentry.clientreport
Class NoOpClientReportRecorder
java.lang.Object
io.sentry.clientreport.NoOpClientReportRecorder
- All Implemented Interfaces:
IClientReportRecorder
@Internal
public final class NoOpClientReportRecorder
extends Object
implements IClientReportRecorder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull SentryEnvelope
attachReportToEnvelope
(@NotNull SentryEnvelope envelope) void
recordLostEnvelope
(@NotNull DiscardReason reason, @Nullable SentryEnvelope envelope) void
recordLostEnvelopeItem
(@NotNull DiscardReason reason, @Nullable SentryEnvelopeItem envelopeItem) void
recordLostEvent
(@NotNull DiscardReason reason, @NotNull DataCategory category) void
recordLostEvent
(@NotNull DiscardReason reason, @NotNull DataCategory category, long count)
-
Constructor Details
-
NoOpClientReportRecorder
public NoOpClientReportRecorder()
-
-
Method Details
-
recordLostEnvelope
public void recordLostEnvelope(@NotNull @NotNull DiscardReason reason, @Nullable @Nullable SentryEnvelope envelope) - Specified by:
recordLostEnvelope
in interfaceIClientReportRecorder
-
recordLostEnvelopeItem
public void recordLostEnvelopeItem(@NotNull @NotNull DiscardReason reason, @Nullable @Nullable SentryEnvelopeItem envelopeItem) - Specified by:
recordLostEnvelopeItem
in interfaceIClientReportRecorder
-
recordLostEvent
public void recordLostEvent(@NotNull @NotNull DiscardReason reason, @NotNull @NotNull DataCategory category) - Specified by:
recordLostEvent
in interfaceIClientReportRecorder
-
recordLostEvent
public void recordLostEvent(@NotNull @NotNull DiscardReason reason, @NotNull @NotNull DataCategory category, long count) - Specified by:
recordLostEvent
in interfaceIClientReportRecorder
-
attachReportToEnvelope
@NotNull public @NotNull SentryEnvelope attachReportToEnvelope(@NotNull @NotNull SentryEnvelope envelope) - Specified by:
attachReportToEnvelope
in interfaceIClientReportRecorder
-