We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bf856 commit 0397e5aCopy full SHA for 0397e5a
packages/apm/src/integrations/tracing.ts
@@ -175,9 +175,9 @@ export class Tracing implements Integration {
175
logger.warn(`[Tracing] We added a reasonable default for you: ${defaultTracingOrigins}`);
176
}
177
178
- // Starting our inital pageload transaction
+ // Starting pageload transaction
179
if (global.location && global.location.href) {
180
- // `${global.location.href}` will be used a temp transaction name
+ // Use `${global.location.href}` as transaction name
181
Tracing.startIdleTransaction(global.location.href, {
182
op: 'pageload',
183
});
0 commit comments