Skip to content

Commit 0a0706f

Browse files
committed
cleanup
1 parent 19b1ee3 commit 0a0706f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/telemetry/errorClassifier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type DiscoveryErrorType =
1111

1212
/**
1313
* 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.
14+
* Does NOT include raw error messages — only the category.
1515
*/
1616
export function classifyError(ex: unknown): DiscoveryErrorType {
1717
if (ex instanceof CancellationError) {

0 commit comments

Comments
 (0)