Skip to content

Commit e79c752

Browse files
committed
fix: add uvNotOnPath to telemetry stage type
1 parent ddac04d commit e79c752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/telemetry/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export interface IEventNamePropertyMapping {
128128
}
129129
*/
130130
[EventNames.UV_PYTHON_INSTALL_FAILED]: {
131-
stage: 'uvInstall' | 'pythonInstall' | 'findPath';
131+
stage: 'uvInstall' | 'uvNotOnPath' | 'pythonInstall' | 'findPath';
132132
};
133133

134134
/* __GDPR__

0 commit comments

Comments
 (0)