Browse Source

meta(codeowners): Update path for sampling (#35838)

Matej Minar 2 years ago
parent
commit
380be0132d

+ 2 - 2
.github/CODEOWNERS

@@ -364,8 +364,8 @@ yarn.lock           @getsentry/owners-js-deps
 /tests/sentry/snuba/metrics/                                         @getsentry/telemetry-experience
 /tests/snuba/api/endpoints/test_organization_sessions.py             @getsentry/telemetry-experience
 
-/static/app/views/settings/project/filtersAndSampling/               @getsentry/telemetry-experience
-/tests/js/spec/views/settings/projectFiltersAndSampling/             @getsentry/telemetry-experience
+/static/app/views/settings/project/sampling/                         @getsentry/telemetry-experience
+/tests/js/spec/views/settings/project/sampling/                      @getsentry/telemetry-experience
 /static/app/utils/metrics/                                           @getsentry/telemetry-experience
 /tests/js/spec/utils/metrics/                                        @getsentry/telemetry-experience
 /static/app/actionCreators/metrics.tsx                               @getsentry/telemetry-experience

+ 0 - 0
tests/js/spec/views/settings/projectSampling/index.spec.tsx → tests/js/spec/views/settings/project/sampling/index.spec.tsx


+ 0 - 0
tests/js/spec/views/settings/projectSampling/modal.spec.tsx → tests/js/spec/views/settings/project/sampling/modal.spec.tsx


+ 0 - 0
tests/js/spec/views/settings/projectSampling/utils.tsx → tests/js/spec/views/settings/project/sampling/utils.tsx