Skip to content

Commit 741f90c

Browse files
committed
remove double emit
1 parent 5778f9f commit 741f90c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/tracing/transaction.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,6 @@ export class Transaction extends SpanClass implements TransactionInterface {
271271
// Uncomment if we want to make DSC immutable
272272
// this._frozenDynamicSamplingContext = dsc;
273273

274-
client.emit && client.emit('createDsc', dsc);
275-
276274
return dsc;
277275
}
278276

0 commit comments

Comments
 (0)