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 5b2f378 commit 18dd819Copy full SHA for 18dd819
packages/apm/src/integrations/tracing.ts
@@ -493,7 +493,7 @@ export class Tracing implements Integration {
493
case 'paint':
494
case 'measure':
495
const mark = transactionSpan.child({
496
- description: `${entry.name}`,
+ description: entry.name,
497
op: entry.entryType,
498
});
499
mark.startTimestamp = timeOrigin + startTime;
0 commit comments