Skip to content

Commit 1badb1c

Browse files
committed
docs: trim run_surface comment to one line
1 parent 9ad7756 commit 1badb1c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/utils/analytics.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ export class Analytics {
9494
// runs to 'headless'.
9595
this.tags.build = IS_PRODUCTION_BUILD ? 'prod' : 'dev';
9696

97-
// Where the run executes, on every event: the experimental headless flag is a
98-
// cloud run (runNonInteractive upgrades this to 'cloud'); everything else is local.
97+
// Local by default; runNonInteractive upgrades the headless path to 'cloud'.
9998
this.tags.run_surface = 'local';
10099

101100
this.anonymousId = uuidv4();

0 commit comments

Comments
 (0)