{"version":3,"sources":["../../../packages/core/diagnostics/logging-constants.ts"],"names":[],"mappings":"AAAA,qBAAa,gBAAgB;IAEzB,gBAAuB,KAAK,MAAM;IAIlC,gBAAuB,KAAK;;MAE1B;IAEF,gBAAuB,OAAO;;MAE5B;IAEF,gBAAuB,UAAU;;;;;;;;MAQ/B;CACL","file":"logging-constants.d.ts","sourcesContent":["export class LoggingConstants {\r\n\r\n    public static readonly empty = '';\r\n    // NOTE: to modify the views/actions, a new event has to be registered for Asimov and added to the gateway code here:\r\n    // https://microsoft.visualstudio.com/SME/_git/gateway?path=%2Fsrc%2FMicrosoft.ManagementExperience.FrontEnd%2FControllers%2FDiagnosticAndTelemetryController.cs\r\n    // Modifying either of these lists can cause breaks in the telemetry pipeline.\r\n    public static readonly views = {\r\n        smeUIControl: 'sme-ui-control'\r\n    };\r\n\r\n    public static readonly actions = {\r\n        click: 'command-click'\r\n    };\r\n\r\n    public static readonly dataFields = {\r\n        controlType: 'controlType',\r\n        controlName: 'controlName',\r\n        controlId: 'controlId',\r\n        eventLocation: 'eventLocation',\r\n        eventLabel: 'eventLabel',\r\n        result: 'result',\r\n        nodeId: 'nodeId'\r\n    };\r\n}\r\n"]}