@@ -265,7 +265,7 @@ export interface IEventNamePropertyMapping {
265
265
/* __GDPR__
266
266
"debug.success_activation" : {
267
267
"codeloadingtime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
268
- \ "errorname" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth", "owner": "paulacamargo25" },
268
+ "errorname" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth", "owner": "paulacamargo25" }
269
269
}
270
270
*/
271
271
[ EventName . DEBUG_SUCCESS_ACTIVATION ] : { } ;
@@ -573,26 +573,26 @@ export interface IEventNamePropertyMapping {
573
573
}
574
574
*/
575
575
[ 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
+ */
582
582
[ 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
+ */
596
596
597
597
[ EventName . DEBUGGER_CONFIGURATION_PROMPTS ] : {
598
598
/**
0 commit comments