Skip to content

Commit 46f73d9

Browse files
authored
Fix typo on GDPR tag (#23316)
1 parent 5f7d971 commit 46f73d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/telemetry/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,7 @@ export interface IEventNamePropertyMapping {
20062006
* Telemetry event sent when a check for environment creation conditions is triggered.
20072007
*/
20082008
/* __GDPR__
2009-
"environemt.check.trigger" : {
2009+
"environment.check.trigger" : {
20102010
"trigger" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "karthiknadig" }
20112011
}
20122012
*/
@@ -2023,7 +2023,7 @@ export interface IEventNamePropertyMapping {
20232023
* Telemetry event sent when a check for environment creation condition is computed.
20242024
*/
20252025
/* __GDPR__
2026-
"environemt.check.result" : {
2026+
"environment.check.result" : {
20272027
"result" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "owner": "karthiknadig" }
20282028
}
20292029
*/

0 commit comments

Comments
 (0)