File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export enum EventNames {
196196 * - result: 'success' | 'timeout' | 'error'
197197 * - errorType: string (classified error category, on failure only)
198198 */
199- PET_RESOLVE = 'PET.RESOLVE' , /**
199+ PET_RESOLVE = 'PET.RESOLVE' /**
200200 * Telemetry event for the one-time migration that removes a stale
201201 * `python-envs.defaultEnvManager: system` value from User (global) settings.
202202 * Fires only on the activation when the migration actually runs (not on subsequent runs).
@@ -206,7 +206,7 @@ export enum EventNames {
206206 * | 'not_set' (no user-scope slot of system found, nothing to do)
207207 * | 'failed' (attempted removal threw)
208208 * - errorType: string (only when outcome === 'failed')
209- */
209+ */ ,
210210 MIGRATION_SYSTEM_ENV_MANAGER = 'MIGRATION.SYSTEM_ENV_MANAGER' ,
211211 /**
212212 * Telemetry event fired once per session, per URI, the first time a `.py`
You can’t perform that action at this time.
0 commit comments