Skip to content

Commit c5a30c7

Browse files
committed
fix
1 parent b574d47 commit c5a30c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/tracing/trace.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ function _startTransaction(transactionContext: TransactionContext): Transaction
416416
},
417417
});
418418
if (client) {
419-
client.emit('startTransaction', transaction);
420419
client.emit('spanStart', transaction);
421420
}
422421
return transaction;

0 commit comments

Comments
 (0)