Skip to content

Commit

Permalink
Fix typo on GDPR tag (#23316)
Browse files Browse the repository at this point in the history
  • Loading branch information
luabud authored May 1, 2024
1 parent 5f7d971 commit 46f73d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/telemetry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2006,7 +2006,7 @@ export interface IEventNamePropertyMapping {
* Telemetry event sent when a check for environment creation conditions is triggered.
*/
/* __GDPR__
"environemt.check.trigger" : {
"environment.check.trigger" : {
"trigger" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "karthiknadig" }
}
*/
Expand All @@ -2023,7 +2023,7 @@ export interface IEventNamePropertyMapping {
* Telemetry event sent when a check for environment creation condition is computed.
*/
/* __GDPR__
"environemt.check.result" : {
"environment.check.result" : {
"result" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "karthiknadig" }
}
*/
Expand Down

0 comments on commit 46f73d9

Please sign in to comment.