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 5479b8f commit 564269fCopy full SHA for 564269f
packages/tracing/src/transaction.ts
@@ -32,6 +32,9 @@ export class Transaction extends SpanClass implements TransactionInterface {
32
this.name = transactionContext.name ? transactionContext.name : '';
33
34
this._trimEnd = transactionContext.trimEnd;
35
+
36
+ // this is because transactions are also spans, and spans have a transaction pointer
37
+ this.transaction = this;
38
}
39
40
/**
0 commit comments