We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b1ee3 commit 0a0706fCopy full SHA for 0a0706f
src/common/telemetry/errorClassifier.ts
@@ -11,7 +11,7 @@ export type DiscoveryErrorType =
11
12
/**
13
* Classifies an error into a telemetry-safe category for the `errorType` property.
14
- * Does NOT include raw error messages (PII risk from file paths) — only the category.
+ * Does NOT include raw error messages — only the category.
15
*/
16
export function classifyError(ex: unknown): DiscoveryErrorType {
17
if (ex instanceof CancellationError) {
0 commit comments