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 7bc561f commit 3d4942bCopy full SHA for 3d4942b
packages/profiling-node/src/integration.ts
@@ -140,6 +140,7 @@ function setupAutomatedSpanProfiling(client: NodeClient): void {
140
141
profilesToAddToEnvelope.push(profile);
142
143
+ // @ts-expect-error profile does not inherit from Event
144
client.emit('preprocessEvent', profile, {
145
event_id: profiledTransaction.event_id,
146
});
0 commit comments