Skip to content

Commit 0514903

Browse files
committed
add missing package to test, adapt log statement
1 parent dde02b9 commit 0514903

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sentry-async-profiler/src/test/java/io/sentry/asyncprofiler/init/AsyncProfilerInitUtilTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package io.sentry.asyncprofiler.init
2+
13
import io.sentry.ILogger
24
import io.sentry.ISentryExecutorService
35
import io.sentry.NoOpContinuousProfiler

sentry/src/main/java/io/sentry/SentryEnvelopeItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ private static void ensureAttachmentSizeLimit(
314314
}
315315
} else {
316316
throw new SentryEnvelopeException(
317-
"Could not load a ProfileConverter, dropping chunk.");
317+
"No ProfileConverter available, dropping chunk.");
318318
}
319319
} else {
320320
// The payload of the profile item is a json including the trace file encoded with

0 commit comments

Comments
 (0)