diff --git a/CODEOWNERS b/CODEOWNERS index 51fc2aa76e..191fcd19f3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,3 +2,8 @@ PublicAPI.Shipped.txt @nohwnd @MarcoRossignoli PublicAPI.Unshipped.txt @nohwnd @MarcoRossignoli + +# Adding/removing telemetry or doing any kind of changes to the telemetry data constants is +# something that should be treated with care and we should be transparent about it. It also +# requires making sure all telemetry collection systems in place will continue to function well. +TelemetryDataConstants.cs @cvpoienaru @nohwnd