@@ -251,31 +251,31 @@ export interface IEventNamePropertyMapping {
251
251
*/
252
252
/* __GDPR__
253
253
"debug.success_activation" : {
254
- "codeloadingtime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
255
- "errorname" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth", "owner": "paulacamargo25 " }
254
+ "codeloadingtime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
255
+ "errorname" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth", "owner": "eleanorjboyd " }
256
256
}
257
257
*/
258
258
[ EventName . DEBUG_SUCCESS_ACTIVATION ] : { } ;
259
259
/**
260
260
* Telemetry event sent when debug in terminal button was used to debug current file.
261
261
*/
262
262
/* __GDPR__
263
- "debug_in_terminal_button" : { "owner": "paulacamargo25 " }
263
+ "debug_in_terminal_button" : { "owner": "eleanorjboyd " }
264
264
*/
265
265
[ EventName . DEBUG_IN_TERMINAL_BUTTON ] : never | undefined ;
266
266
/**
267
267
* Telemetry event sent when debug using launch.json button was used to debug.
268
268
*/
269
269
/* __GDPR__
270
- "debug_using_launch_config_button" : { "owner": "paulacamargo25 " }
270
+ "debug_using_launch_config_button" : { "owner": "eleanorjboyd " }
271
271
*/
272
272
[ EventName . DEBUG_USING_LAUNCH_CONFIG_BUTTON ] : never | undefined ;
273
273
/**
274
274
* Telemetry event captured when debug adapter executable is created
275
275
*/
276
276
/* __GDPR__
277
277
"debug_adapter.using_wheels_path" : {
278
- "usingwheels" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " }
278
+ "usingwheels" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " }
279
279
}
280
280
*/
281
281
@@ -292,9 +292,9 @@ export interface IEventNamePropertyMapping {
292
292
*/
293
293
/* __GDPR__
294
294
"debug_session.start" : {
295
- "duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
296
- "trigger" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "paulacamargo25 " },
297
- "console" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "paulacamargo25 " }
295
+ "duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
296
+ "trigger" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "eleanorjboyd " },
297
+ "console" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "eleanorjboyd " }
298
298
}
299
299
*/
300
300
[ EventName . DEBUG_SESSION_START ] : {
@@ -322,9 +322,9 @@ export interface IEventNamePropertyMapping {
322
322
*/
323
323
/* __GDPR__
324
324
"debug_session.error" : {
325
- "duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
326
- "trigger" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "paulacamargo25 " },
327
- "console" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "paulacamargo25 " }
325
+ "duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
326
+ "trigger" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "eleanorjboyd " },
327
+ "console" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "eleanorjboyd " }
328
328
329
329
}
330
330
*/
@@ -354,9 +354,9 @@ export interface IEventNamePropertyMapping {
354
354
*/
355
355
/* __GDPR__
356
356
"debug_session.stop" : {
357
- "duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
358
- "trigger" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "paulacamargo25 " },
359
- "console" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "paulacamargo25 " }
357
+ "duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
358
+ "trigger" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "eleanorjboyd " },
359
+ "console" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "eleanorjboyd " }
360
360
}
361
361
*/
362
362
[ EventName . DEBUG_SESSION_STOP ] : {
@@ -384,9 +384,9 @@ export interface IEventNamePropertyMapping {
384
384
*/
385
385
/* __GDPR__
386
386
"debug_session.user_code_running" : {
387
- "duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
388
- "trigger" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "paulacamargo25 " },
389
- "console" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "paulacamargo25 " }
387
+ "duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
388
+ "trigger" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "eleanorjboyd " },
389
+ "console" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "eleanorjboyd " }
390
390
}
391
391
*/
392
392
[ EventName . DEBUG_SESSION_USER_CODE_RUNNING ] : {
@@ -414,25 +414,25 @@ export interface IEventNamePropertyMapping {
414
414
*/
415
415
/* __GDPR__
416
416
"debugger" : {
417
- "trigger" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
418
- "console" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
419
- "hasenvvars": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
420
- "hasargs": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
421
- "django": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
422
- "fastapi": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
423
- "flask": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
424
- "jinja": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
425
- "islocalhost": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
426
- "ismodule": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
427
- "issudo": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
428
- "stoponentry": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
429
- "showreturnvalue": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
430
- "pyramid": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
431
- "subprocess": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
432
- "watson": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
433
- "pyspark": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
434
- "gevent": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
435
- "scrapy": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " }
417
+ "trigger" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
418
+ "console" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
419
+ "hasenvvars": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
420
+ "hasargs": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
421
+ "django": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
422
+ "fastapi": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
423
+ "flask": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
424
+ "jinja": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
425
+ "islocalhost": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
426
+ "ismodule": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
427
+ "issudo": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
428
+ "stoponentry": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
429
+ "showreturnvalue": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
430
+ "pyramid": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
431
+ "subprocess": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
432
+ "watson": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
433
+ "pyspark": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
434
+ "gevent": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
435
+ "scrapy": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " }
436
436
}
437
437
*/
438
438
[ EventName . DEBUGGER ] : {
@@ -570,29 +570,29 @@ export interface IEventNamePropertyMapping {
570
570
*/
571
571
/* __GDPR__
572
572
"debugger.attach_to_child_process" : {
573
- "duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "paulacamargo25 " }
573
+ "duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "eleanorjboyd " }
574
574
}
575
575
*/
576
576
[ EventName . DEBUGGER_ATTACH_TO_CHILD_PROCESS ] : never | undefined ;
577
577
/**
578
578
* Telemetry event sent when attaching to a local process.
579
579
*/
580
580
/* __GDPR__
581
- "debugger.attach_to_local_process" : { "owner": "paulacamargo25 " }
581
+ "debugger.attach_to_local_process" : { "owner": "eleanorjboyd " }
582
582
*/
583
583
[ EventName . DEBUGGER_ATTACH_TO_LOCAL_PROCESS ] : never | undefined ;
584
584
/**
585
585
* Telemetry sent after building configuration for debugger
586
586
*/
587
587
/* __GDPR__
588
588
"debugger.configuration.prompts" : {
589
- "configurationtype" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
590
- "autodetecteddjangomanagepypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
591
- "autodetectedpyramidinipath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
592
- "autodetectedfastapimainpypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
593
- "autodetectedflaskapppypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
594
- "manuallyenteredavalue" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " },
595
- "browsefilevalue" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25 " }
589
+ "configurationtype" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
590
+ "autodetecteddjangomanagepypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
591
+ "autodetectedpyramidinipath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
592
+ "autodetectedfastapimainpypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
593
+ "autodetectedflaskapppypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
594
+ "manuallyenteredavalue" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " },
595
+ "browsefilevalue" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd " }
596
596
}
597
597
*/
598
598
@@ -645,7 +645,7 @@ export interface IEventNamePropertyMapping {
645
645
* Telemetry event sent when providing completion provider in launch.json. It is sent just *after* inserting the completion.
646
646
*/
647
647
/* __GDPR__
648
- "debugger.configuration.prompts.in.launch.json" : { "owner": "paulacamargo25 " }
648
+ "debugger.configuration.prompts.in.launch.json" : { "owner": "eleanorjboyd " }
649
649
*/
650
650
[ EventName . DEBUGGER_CONFIGURATION_PROMPTS_IN_LAUNCH_JSON ] : never | undefined ;
651
651
/**
@@ -659,14 +659,14 @@ export interface IEventNamePropertyMapping {
659
659
* Telemetry event sent when the user use the report issue command.
660
660
*/
661
661
/* __GDPR__
662
- "use_report_issue_command" : { "owner": "paulacamargo25 " }
662
+ "use_report_issue_command" : { "owner": "eleanorjboyd " }
663
663
*/
664
664
[ EventName . USE_REPORT_ISSUE_COMMAND ] : unknown ;
665
665
/**
666
666
* Telemetry event sent when providing dynamic configuration for debugger
667
667
*/
668
668
/* __GDPR__
669
- "debugger_dynamic_config" : { "owner": "paulacamargo25 " }
669
+ "debugger_dynamic_config" : { "owner": "eleanorjboyd " }
670
670
*/
671
671
[ EventName . DEBUGGER_DYNAMIC_CONFIGURATION ] : {
672
672
/**
@@ -680,14 +680,14 @@ export interface IEventNamePropertyMapping {
680
680
* Telemetry event sent when the debugger is running with a non supports python versions minor than 3.7.
681
681
*/
682
682
/* __GDPR__
683
- "DEBUGGER_PYTHON_37_DEPRECATED" : { "owner": "paulacamargo25 " }
683
+ "DEBUGGER_PYTHON_37_DEPRECATED" : { "owner": "eleanorjboyd " }
684
684
*/
685
685
[ EventName . DEBUGGER_PYTHON_37_DEPRECATED ] : never | undefined ;
686
686
/**
687
687
* Telemetry event sent when displaying inline values in the debugger.
688
688
*/
689
689
/* __GDPR__
690
- "DEBUGGER_SHOW_PYTHON_INLINE_VALUES" : { "owner": "paulacamargo25 " }
690
+ "DEBUGGER_SHOW_PYTHON_INLINE_VALUES" : { "owner": "eleanorjboyd " }
691
691
*/
692
692
[ EventName . DEBUGGER_SHOW_PYTHON_INLINE_VALUES ] : never | undefined ;
693
693
}
0 commit comments