Skip to content

Commit 4f74eac

Browse files
authored
fix(codeowners): move demomode upwards in codewards to stop matching everything (#92020)
1 parent 044b237 commit 4f74eac

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ yarn.lock @getsentry/owners-js-de
145145
# Sentry product. These rules generally map to a signle team, but that may not
146146
# always be the case.
147147

148+
# Demo Mode - moved upwards because it wraps other parts of the codebase
149+
# and was assigned many issues to telemetry-experience that should not have been
150+
/src/sentry/demo_mode/ @getsentry/telemetry-experience
151+
/tests/sentry/demo_mode/ @getsentry/telemetry-experience
152+
/static/app/utils/demoMode/ @getsentry/telemetry-experience
153+
148154
## Crons
149155
/static/app/views/monitors @getsentry/crons
150156
/src/sentry/monitors @getsentry/crons
@@ -506,8 +512,6 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
506512
/tests/sentry/sentry_metrics/querying/ @getsentry/telemetry-experience
507513
/src/sentry/snuba/metrics/ @getsentry/telemetry-experience
508514
/tests/sentry/snuba/metrics/ @getsentry/telemetry-experience
509-
/src/sentry/demo_mode/ @getsentry/telemetry-experience
510-
/tests/sentry/demo_mode/ @getsentry/telemetry-experience
511515

512516
/static/app/actionCreators/metrics.tsx @getsentry/telemetry-experience
513517
/static/app/data/platformCategories.tsx @getsentry/telemetry-experience
@@ -519,7 +523,6 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
519523
/static/app/views/settings/dynamicSampling/ @getsentry/telemetry-experience
520524
/static/app/views/onboarding* @getsentry/telemetry-experience
521525
/static/app/views/projectInstall/ @getsentry/telemetry-experience
522-
/static/app/utils/demoMode/ @getsentry/telemetry-experience
523526
## End of Telemetry Experience
524527

525528

0 commit comments

Comments
 (0)