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 3470ab2 commit aba1673Copy full SHA for aba1673
packages/core/src/tracing/transaction.ts
@@ -271,8 +271,6 @@ export class Transaction extends SpanClass implements TransactionInterface {
271
// Uncomment if we want to make DSC immutable
272
// this._frozenDynamicSamplingContext = dsc;
273
274
- client.emit && client.emit('createDsc', dsc);
275
-
276
return dsc;
277
}
278
0 commit comments