Browse Source

chore(codeowners): add metric dashboard files (#68885)

Ogi 11 months ago
parent
commit
9b09d01a47
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .github/CODEOWNERS

+ 5 - 1
.github/CODEOWNERS

@@ -451,11 +451,15 @@ static/app/components/events/eventStatisticalDetector/                    @getse
 /static/app/types/metrics.tsx                                                    @getsentry/telemetry-experience
 /static/app/types/project.tsx                                                    @getsentry/telemetry-experience
 /static/app/utils/metrics/                                                       @getsentry/telemetry-experience
-/static/app/views/metrics/                                                           @getsentry/telemetry-experience
+/static/app/views/metrics/                                                       @getsentry/telemetry-experience
 /static/app/views/performance/landing/dynamicSamplingMetricsAccuracy.spec.tsx    @getsentry/telemetry-experience
 /static/app/views/performance/landing/dynamicSamplingMetricsAccuracyAlert.tsx    @getsentry/telemetry-experience
 /static/app/views/settings/project/dynamicSampling/                              @getsentry/telemetry-experience
 /static/app/views/onboarding*                                                    @getsentry/telemetry-experience
+
+/static/app/components/metrics/                                                  @getsentry/telemetry-experience
+/static/app/components/modals/metricWidgetViewerModal*                           @getsentry/telemetry-experience
+/static/app/views/dashboards/metrics/                                            @getsentry/telemetry-experience
 ## End of Telemetry Experience