Skip to content

Commit ff0b6af

Browse files
committed
format
1 parent 54a5d67 commit ff0b6af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry/src/main/java/io/sentry/logger/LoggerBatchProcessor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ public void add(final @NotNull SentryLogEvent logEvent) {
5555
.getClientReportRecorder()
5656
.recordLostEvent(DiscardReason.QUEUE_OVERFLOW, DataCategory.LogItem);
5757
final long lostBytes =
58-
JsonSerializationUtils.byteSizeOf(
59-
options.getSerializer(), options.getLogger(), logEvent);
58+
JsonSerializationUtils.byteSizeOf(options.getSerializer(), options.getLogger(), logEvent);
6059
options
6160
.getClientReportRecorder()
6261
.recordLostEvent(DiscardReason.QUEUE_OVERFLOW, DataCategory.Attachment, lostBytes);

0 commit comments

Comments
 (0)