Browse Source

chore(metrics): add wildcard for metrics endpoints in CODEOWNERS (#72000)

Simon Hellmayr 8 months ago
parent
commit
d151b21d98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/CODEOWNERS

+ 1 - 1
.github/CODEOWNERS

@@ -429,7 +429,7 @@ static/app/components/events/eventStatisticalDetector/                    @getse
 ## Telemetry Experience
 /src/sentry/api/endpoints/organization_ddm.py                                    @getsentry/telemetry-experience
 /tests/sentry/api/endpoints/test_organization_ddm_meta.py                        @getsentry/telemetry-experience
-/src/sentry/api/endpoints/organization_metrics.py                                @getsentry/telemetry-experience
+/src/sentry/api/endpoints/organization_metric*                                   @getsentry/telemetry-experience
 /tests/sentry/api/endpoints/test_organization_metric*                            @getsentry/telemetry-experience
 /src/sentry/api/endpoints/organization_sessions.py                               @getsentry/telemetry-experience
 /tests/snuba/api/endpoints/test_organization_sessions.py                         @getsentry/telemetry-experience