Skip to content

Commit a9d2ae4

Browse files
committed
updated item header to chunk platform
1 parent f21dc6c commit a9d2ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ private static void ensureAttachmentSizeLimit(
304304
"application-json",
305305
traceFile.getName(),
306306
null,
307-
"android");
307+
profileChunk.getPlatform());
308308

309309
// avoid method refs on Android due to some issues with older AGP setups
310310
// noinspection Convert2MethodRef

0 commit comments

Comments
 (0)