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 9ad7756 commit 1badb1cCopy full SHA for 1badb1c
1 file changed
src/utils/analytics.ts
@@ -94,8 +94,7 @@ export class Analytics {
94
// runs to 'headless'.
95
this.tags.build = IS_PRODUCTION_BUILD ? 'prod' : 'dev';
96
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.
+ // Local by default; runNonInteractive upgrades the headless path to 'cloud'.
99
this.tags.run_surface = 'local';
100
101
this.anonymousId = uuidv4();
0 commit comments