@@ -210,24 +210,16 @@ export interface IEventNamePropertyMapping {
210210 */
211211 [ EventNames . ENVIRONMENT_TOOL_USAGE ] : {
212212 toolName : string ;
213- environment_discovery : {
214- managerId : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' ; owner : 'eleanorjboyd' } ;
215- result : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' ; owner : 'eleanorjboyd' } ;
216- envCount : {
217- classification : 'SystemMetaData' ;
218- purpose : 'FeatureInsight' ;
219- isMeasurement : true ;
220- owner : 'eleanorjboyd' ;
221- } ;
222- errorType : { classification : 'SystemMetaData' ; purpose : 'FeatureInsight' ; owner : 'eleanorjboyd' } ;
223- '<duration>' : {
224- classification : 'SystemMetaData' ;
225- purpose : 'FeatureInsight' ;
226- isMeasurement : true ;
227- owner : 'eleanorjboyd' ;
228- } ;
229- } ;
230213 } ;
214+ /* __GDPR__
215+ "environment_discovery": {
216+ "managerId": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
217+ "result": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
218+ "envCount": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "eleanorjboyd" },
219+ "errorType": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
220+ "<duration>": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "eleanorjboyd" }
221+ }
222+ */
231223 [ EventNames . ENVIRONMENT_DISCOVERY ] : {
232224 managerId : string ;
233225 result : 'success' | 'error' | 'timeout' ;
0 commit comments