We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd83611 commit e9ba45dCopy full SHA for e9ba45d
1 file changed
packages/core/src/types/envelope.ts
@@ -89,7 +89,7 @@ type ReplayEventItemHeaders = { type: 'replay_event' };
89
type ReplayRecordingItemHeaders = { type: 'replay_recording'; length: number };
90
type CheckInItemHeaders = { type: 'check_in' };
91
type ProfileItemHeaders = { type: 'profile' };
92
-type ProfileChunkItemHeaders = { type: 'profile_chunk' };
+type ProfileChunkItemHeaders = { type: 'profile_chunk'; platform: ProfileChunk['platform'] };
93
type SpanItemHeaders = { type: 'span' };
94
type SpanContainerItemHeaders = {
95
/**
0 commit comments