omit endPoint where it defaults to none

This commit is contained in:
kieferrm
2017-09-20 15:03:24 -07:00
committed by Kai Maetzel
parent 6607604333
commit fbb3e25987
77 changed files with 408 additions and 408 deletions

View File

@@ -142,7 +142,7 @@ export class MainThreadEditors implements MainThreadEditorsShape {
// check how often this is used
/* __GDPR__
"api.deprecated" : {
"function" : { "endPoint": "none", "classification": "SystemMetaData", "purpose": "FeatureInsight" }
"function" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
this._telemetryService.publicLog('api.deprecated', { function: 'TextEditor.show' });
@@ -162,7 +162,7 @@ export class MainThreadEditors implements MainThreadEditorsShape {
// check how often this is used
/* __GDPR__
"api.deprecated" : {
"function" : { "endPoint": "none", "classification": "SystemMetaData", "purpose": "FeatureInsight" }
"function" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
this._telemetryService.publicLog('api.deprecated', { function: 'TextEditor.hide' });