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
This change modifies the analytics initialization check so that if the application is running in a CI environment (detected by import.meta.env.CI === 'web'), the metrics are not initialized. This helps avoid emitting analytics events during automated tests or CI jobs.
0 commit comments