mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix extensions to swallow exceptions when sending telemetry (#5600)
* Fix extensions to swallow exceptions when sending telemetry * Remove reference to GDPR * Clean up now-unused code
This commit is contained in:
@@ -39,7 +39,7 @@ export function backEscapeDoubleQuotes(value: string): string {
|
||||
}
|
||||
|
||||
/**
|
||||
* Map an error message into a GDPR-Compliant short name for the type of error.
|
||||
* Map an error message into a friendly short name for the type of error.
|
||||
* @param msg The error message to map
|
||||
*/
|
||||
export function getTelemetryErrorType(msg: string): string {
|
||||
|
||||
Reference in New Issue
Block a user