Skip to content

Commit 0397e5a

Browse files
committed
docs: Update comments
1 parent e7bf856 commit 0397e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/apm/src/integrations/tracing.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ export class Tracing implements Integration {
175175
logger.warn(`[Tracing] We added a reasonable default for you: ${defaultTracingOrigins}`);
176176
}
177177

178-
// Starting our inital pageload transaction
178+
// Starting pageload transaction
179179
if (global.location && global.location.href) {
180-
// `${global.location.href}` will be used a temp transaction name
180+
// Use `${global.location.href}` as transaction name
181181
Tracing.startIdleTransaction(global.location.href, {
182182
op: 'pageload',
183183
});

0 commit comments

Comments
 (0)