Skip to content

Commit 146aa1c

Browse files
committed
profiling(node) obj shorthand
1 parent 7038c24 commit 146aa1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/profiling-node/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ export function makeProfileChunkEnvelope(
408408
): ProfileChunkEnvelope {
409409
const profileChunkHeader: ProfileChunkItem[0] = {
410410
type: 'profile_chunk',
411-
platform: platform,
411+
platform,
412412
};
413413

414414
return createEnvelope<ProfileChunkEnvelope>(createEventEnvelopeHeaders(sdkInfo, tunnel, dsn), [

0 commit comments

Comments
 (0)