Browse Source

ref(perf): Update codeowners for facet performance endpoint (#26295)

Codeowners wasn't picking up this file as belonging to the vis team.
k-fish 3 years ago
parent
commit
f9fa6ca3ce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/CODEOWNERS

+ 1 - 0
.github/CODEOWNERS

@@ -120,6 +120,7 @@ build-utils/        @getsentry/owners-js-build
 /src/sentry/api/endpoints/organization_event_details.py         @getsentry/visibility
 /src/sentry/api/endpoints/organization_events.py                @getsentry/visibility
 /src/sentry/api/endpoints/organization_events_facets.py         @getsentry/visibility
+/src/sentry/api/endpoints/organization_events_facets_performance.py         @getsentry/visibility
 /src/sentry/api/endpoints/organization_events_meta.py           @getsentry/visibility
 /src/sentry/api/endpoints/organization_events_stats.py          @getsentry/visibility
 /src/sentry/api/endpoints/organization_events_trace.py          @getsentry/visibility