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 b574d47 commit c5a30c7Copy full SHA for c5a30c7
packages/core/src/tracing/trace.ts
@@ -416,7 +416,6 @@ function _startTransaction(transactionContext: TransactionContext): Transaction
416
},
417
});
418
if (client) {
419
- client.emit('startTransaction', transaction);
420
client.emit('spanStart', transaction);
421
}
422
return transaction;
0 commit comments