Skip to content

Commit 616f92e

Browse files
lramos15paulacamargo25
authored andcommitted
Fix GDPR comments (microsoft#113)
1 parent ec9e135 commit 616f92e

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/extension/telemetry/index.ts

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export interface IEventNamePropertyMapping {
265265
/* __GDPR__
266266
"debug.success_activation" : {
267267
"codeloadingtime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
268-
\ "errorname" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth", "owner": "paulacamargo25" },
268+
"errorname" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth", "owner": "paulacamargo25" }
269269
}
270270
*/
271271
[EventName.DEBUG_SUCCESS_ACTIVATION]: {};
@@ -573,26 +573,26 @@ export interface IEventNamePropertyMapping {
573573
}
574574
*/
575575
[EventName.DEBUGGER_ATTACH_TO_CHILD_PROCESS]: never | undefined;
576-
// /**
577-
// * Telemetry event sent when attaching to a local process.
578-
// */
579-
// /* __GDPR__
580-
// "debugger.attach_to_local_process" : { "owner": "paulacamargo25" }
581-
// */
576+
/**
577+
* Telemetry event sent when attaching to a local process.
578+
*/
579+
/* __GDPR__
580+
"debugger.attach_to_local_process" : { "owner": "paulacamargo25" }
581+
*/
582582
[EventName.DEBUGGER_ATTACH_TO_LOCAL_PROCESS]: never | undefined;
583-
// /**
584-
// * Telemetry sent after building configuration for debugger
585-
// */
586-
// /* __GDPR__
587-
// "debugger.configuration.prompts" : {
588-
// "configurationtype" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
589-
// "autodetecteddjangomanagepypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
590-
// "autodetectedpyramidinipath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
591-
// "autodetectedfastapimainpypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
592-
// "autodetectedflaskapppypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
593-
// "manuallyenteredavalue" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" }
594-
// }
595-
// */
583+
/**
584+
* Telemetry sent after building configuration for debugger
585+
*/
586+
/* __GDPR__
587+
"debugger.configuration.prompts" : {
588+
"configurationtype" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
589+
"autodetecteddjangomanagepypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
590+
"autodetectedpyramidinipath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
591+
"autodetectedfastapimainpypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
592+
"autodetectedflaskapppypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
593+
"manuallyenteredavalue" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" }
594+
}
595+
*/
596596

597597
[EventName.DEBUGGER_CONFIGURATION_PROMPTS]: {
598598
/**

0 commit comments

Comments
 (0)