Browse Source

meta: Add visibility to codeowners for performance utils (#24267)

This also moves some tests into the `tests/js/spec/utils/performance/` folder.
Tony 4 years ago
parent
commit
6606233bce

+ 2 - 0
.github/CODEOWNERS

@@ -129,6 +129,8 @@ build-utils/        @getsentry/owners-js-build
 /tests/js/spec/views/performance/                               @getsentry/visibility
 /tests/js/spec/views/performance/                               @getsentry/visibility
 /src/sentry/static/sentry/app/utils/discover/                   @getsentry/visibility
 /src/sentry/static/sentry/app/utils/discover/                   @getsentry/visibility
 /tests/js/spec/utils/discover/                                  @getsentry/visibility
 /tests/js/spec/utils/discover/                                  @getsentry/visibility
+/src/sentry/static/sentry/app/utils/performance/                @getsentry/visibility
+/tests/js/spec/utils/performance/                               @getsentry/visibility
 /src/sentry/static/sentry/app/views/dashboards/                 @getsentry/visibility
 /src/sentry/static/sentry/app/views/dashboards/                 @getsentry/visibility
 /tests/js/spec/views/dashboards/                                @getsentry/visibility
 /tests/js/spec/views/dashboards/                                @getsentry/visibility
 /src/sentry/static/sentry/app/views/dashboardsV2/               @getsentry/visibility
 /src/sentry/static/sentry/app/views/dashboardsV2/               @getsentry/visibility

+ 0 - 0
tests/js/spec/views/performance/transactionVitals/histogramQuery.spec.jsx → tests/js/spec/utils/performance/histogram/histogramQuery.spec.jsx