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 acff1c5 commit 3d930a9Copy full SHA for 3d930a9
packages/tracing/src/transaction.ts
@@ -37,7 +37,7 @@ export class Transaction extends SpanClass implements TransactionInterface {
37
this._hub = hub as Hub;
38
}
39
40
- this.name = transactionContext.name ? transactionContext.name : '';
+ this.name = transactionContext.name || '';
41
42
this._trimEnd = transactionContext.trimEnd;
43
0 commit comments