|
@@ -27,6 +27,22 @@ coverage:
|
|
|
- static/app/routes.tsx
|
|
|
- tests/
|
|
|
|
|
|
+component_management:
|
|
|
+ individual_components:
|
|
|
+ # Profiling team components
|
|
|
+ - component_id: "profiling_views"
|
|
|
+ name: "Profiling Views"
|
|
|
+ paths:
|
|
|
+ - "static/app/views/profiling/**"
|
|
|
+ - component_id: "profiling_components"
|
|
|
+ name: "Profiling Components"
|
|
|
+ paths:
|
|
|
+ - "src/sentry/static/sentry/app/components/profiling/**"
|
|
|
+ - component_id: "profiling_utils"
|
|
|
+ name: "Profiling Utils"
|
|
|
+ paths:
|
|
|
+ - "src/sentry/static/sentry/app/utils/profiling/**"
|
|
|
+
|
|
|
flags:
|
|
|
frontend:
|
|
|
paths:
|