You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The key name now reflects what it controls: local analytics tracking is always
on (regardless of auth or this setting); the flag only gates whether collected
events are shared with the remote telemetry backend.
- Rename the user-facing key value analytics.enabled -> analytics.share across
settings set/get/list, the onboarding opt-in script, and the disclosure
command reference. Hard rename (no alias) — the feature is unreleased.
- Behavior unchanged: tracking stays always-on locally; the flag still gates
only remote sharing.
- Internals kept (value-only rename): GlobalConfig.analytics field, the
globalConfig:setAnalytics transport event, in-process method names, and the
key-constant identifier names.
0 commit comments