Browse Source

ref: add feature flag frontend codeowner (#80467)

<!-- Describe your PR here. -->
Michelle Zhang 4 months ago
parent
commit
dacb2436e5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .github/CODEOWNERS

+ 3 - 2
.github/CODEOWNERS

@@ -325,8 +325,9 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py     @ge
 
 
 ## Flags
-/src/sentry/flags/              @getsentry/replay-backend
-/tests/sentry/flags/            @getsentry/replay-backend
+/src/sentry/flags/                                          @getsentry/replay-backend
+/tests/sentry/flags/                                        @getsentry/replay-backend
+/static/app/components/events/featureFlags/                 @getsentry/replay-frontend
 ## End of Flags