CODEOWNERS 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. # General ownership rules
  2. #
  3. # The following rules are not specific to any particular area of the product
  4. # and are more general
  5. ## Legal
  6. /LICENSE @getsentry/owners-legal
  7. ## Migrations
  8. /src/sentry/migrations/ @getsentry/owners-migrations
  9. /src/sentry/*/migrations/ @getsentry/owners-migrations
  10. ## Snuba
  11. /src/sentry/eventstream/ @getsentry/owners-snuba
  12. /src/sentry/consumers/ @getsentry/owners-snuba
  13. /src/sentry/post_process_forwarder/ @getsentry/owners-snuba
  14. /src/sentry/utils/snuba.py @getsentry/owners-snuba @getsentry/discover-n-dashboards
  15. /src/sentry/utils/snql.py @getsentry/owners-snuba
  16. /src/sentry/utils/arroyo.py @getsentry/owners-snuba
  17. /src/sentry/utils/arroyo_producer.py @getsentry/owners-snuba
  18. /src/sentry/tsdb/snuba.py @getsentry/owners-snuba
  19. /src/sentry/tsdb/redissnuba.py @getsentry/owners-snuba
  20. /src/sentry/tagstore/snuba/ @getsentry/owners-snuba
  21. /src/sentry/sentry_metrics/ @getsentry/owners-snuba
  22. /tests/sentry/sentry_metrics/ @getsentry/owners-snuba
  23. ## Event Ingestion
  24. /src/sentry/attachments/ @getsentry/owners-ingest
  25. /src/sentry/api/endpoints/relay/ @getsentry/owners-ingest
  26. /src/sentry/api/endpoints/project_transaction_names.py @getsentry/owners-ingest
  27. /src/sentry/coreapi.py @getsentry/owners-ingest
  28. /src/sentry/ingest/ @getsentry/owners-ingest
  29. /src/sentry/interfaces/ @getsentry/owners-ingest
  30. /src/sentry/message_filters.py @getsentry/owners-ingest
  31. /src/sentry/quotas/ @getsentry/owners-ingest
  32. /src/sentry/relay/ @getsentry/owners-ingest
  33. /src/sentry/utils/data_filters.py @getsentry/owners-ingest
  34. /src/sentry/web/api.py @getsentry/owners-ingest
  35. /src/sentry/scripts/quotas/ @getsentry/owners-ingest
  36. /src/sentry/scripts/tsdb/ @getsentry/owners-ingest
  37. /src/sentry/tasks/relay.py @getsentry/owners-ingest
  38. /src/sentry/tasks/unmerge.py @getsentry/owners-ingest
  39. /tests/sentry/event_manager/ @getsentry/owners-ingest
  40. /tests/sentry/ingest/ @getsentry/owners-ingest
  41. /tests/sentry/relay/ @getsentry/owners-ingest
  42. /tests/relay_integration/ @getsentry/owners-ingest
  43. /bin/invalidate-project-configs @getsentry/owners-ingest
  44. ## Security
  45. /src/sentry/net/ @getsentry/security
  46. /src/sentry/auth/ @getsentry/security @getsentry/enterprise
  47. /src/sentry/api/permissions.py @getsentry/security @getsentry/enterprise
  48. /src/sentry/api/authentication.py @getsentry/security @getsentry/enterprise
  49. /src/sentry/api/endpoints/auth* @getsentry/security @getsentry/enterprise
  50. /src/sentry/api/endpoints/user_permission* @getsentry/security @getsentry/enterprise
  51. /src/sentry/web/frontend/auth_close.py @getsentry/security
  52. /src/sentry/web/frontend/auth_login.py @getsentry/security
  53. /src/sentry/web/frontend/auth_logout.py @getsentry/security
  54. /src/sentry/web/frontend/auth_organization_id_login.py @getsentry/security
  55. /src/sentry/web/frontend/auth_organization_login.py @getsentry/security
  56. /src/sentry/web/frontend/auth_provider_login.py @getsentry/security
  57. /src/sentry/web/frontend/oauth_token.py @getsentry/security
  58. /src/sentry/web/frontend/oauth_authorize.py @getsentry/security
  59. /src/sentry/web/frontend/openidtoken.py @getsentry/security
  60. ## Dev
  61. /.github/ @getsentry/owners-sentry-dev
  62. /config/hooks/ @getsentry/owners-sentry-dev
  63. /scripts/ @getsentry/owners-sentry-dev
  64. /tools/ @getsentry/owners-sentry-dev
  65. Makefile @getsentry/owners-sentry-dev
  66. .envrc @getsentry/owners-sentry-dev
  67. .pre-commit-config.yaml @getsentry/owners-sentry-dev
  68. .git-blame-ignore-revs @getsentry/owners-sentry-dev
  69. mypy.ini @getsentry/python-typing
  70. /fixtures/stubs-for-mypy @getsentry/python-typing
  71. # GitHub Routing Automations - notion.so/473791bae5bf43399d46093050b77bf0
  72. /.github/labels.yml @getsentry/open-source
  73. /.github/workflows/react-to-product-owners-yml-changes.yml @getsentry/open-source
  74. /bin/react-to-product-owners-yml-changes.py @getsentry/open-source
  75. /bin/react-to-product-owners-yml-changes.sh @getsentry/open-source
  76. /static/app/components/sidebar/index.tsx @getsentry/open-source
  77. ## Build & Releases
  78. /.github/workflows/release.yml @getsentry/release-approvers
  79. /scripts/bump-version.sh @getsentry/release-approvers
  80. /scripts/post-release.sh @getsentry/release-approvers
  81. /self-hosted @getsentry/release-approvers
  82. setup.py @getsentry/release-approvers
  83. setup.cfg @getsentry/release-approvers
  84. requirements*.txt @getsentry/owners-python-build
  85. pyproject.toml @getsentry/owners-python-build
  86. tsconfig.* @getsentry/owners-js-build
  87. webpack.config.* @getsentry/owners-js-build
  88. babel.config.* @getsentry/owners-js-build
  89. build-utils/ @getsentry/owners-js-build
  90. package.json @getsentry/owners-js-deps
  91. yarn.lock @getsentry/owners-js-deps
  92. ## Design
  93. /static/app/icons/ @getsentry/design
  94. /static/fonts/ @getsentry/design
  95. /static/images/ @getsentry/design
  96. ## Crons
  97. /static/app/views/monitors @getsentry/crons
  98. /src/sentry/monitors @getsentry/crons
  99. /tests/sentry/monitors @getsentry/crons
  100. /src/sentry/utils/monitors.py @getsentry/crons
  101. /tests/sentry/utils/test_monitors.py @getsentry/crons
  102. # Owners by product feature
  103. #
  104. # The following ownership rules are specific to particular features of the
  105. # Sentry product. These rules generally map to a signle team, but that may not
  106. # always be the case.
  107. ## Workflow
  108. /static/app/views/settings/projectAlerts/ @getsentry/issues
  109. /static/app/views/alerts/ @getsentry/issues
  110. /static/app/views/projects/ @getsentry/issues
  111. /static/app/views/projectDetail/ @getsentry/issues
  112. /static/app/views/releases/ @getsentry/issues
  113. /static/app/views/organizationStats/teamInsights/ @getsentry/issues
  114. /src/sentry/templates/sentry/emails/incidents/ @getsentry/issues
  115. /src/sentry/incidents/ @getsentry/issues
  116. /tests/sentry/incidents/ @getsentry/issues
  117. /tests/acceptance/test_incidents.py @getsentry/issues
  118. /src/sentry/api/endpoints/group_events.py @getsentry/issues
  119. /src/sentry/api/endpoints/organization_group_index.py @getsentry/issues
  120. /src/sentry/api/endpoints/organization_activity.py @getsentry/issues
  121. /src/sentry/api/endpoints/organization_searches.py @getsentry/issues
  122. /src/sentry/api/helpers/group_index.py @getsentry/issues
  123. /src/sentry/api/helpers/events.py @getsentry/issues
  124. /src/sentry/snuba/models.py @getsentry/issues
  125. /src/sentry/snuba/query_subscription_consumer.py @getsentry/issues
  126. /src/sentry/snuba/subscriptions.py @getsentry/issues
  127. /tests/snuba/incidents/ @getsentry/issues
  128. /tests/sentry/snuba/test_query_subscription_consumer.py @getsentry/issues
  129. /tests/sentry/snuba/test_subscriptions.py @getsentry/issues
  130. /tests/sentry/snuba/test_tasks.py @getsentry/issues
  131. /tests/snuba/snuba/test_query_subscription_consumer.py @getsentry/issues
  132. /src/sentry/api/issue_search.py @getsentry/issues
  133. /tests/sentry/api/test_issue_search.py @getsentry/issues
  134. /src/sentry/tasks/auto_remove_inbox.py @getsentry/issues
  135. /src/sentry/tasks/auto_resolve_issues.py @getsentry/issues
  136. ## Endof Workflow
  137. ## Visibility
  138. /src/sentry/api/endpoints/organization_tags.py @getsentry/performance
  139. /src/sentry/api/endpoints/organization_events_histogram.py @getsentry/performance
  140. /tests/snuba/api/endpoints/* @getsentry/discover-n-dashboards
  141. /tests/snuba/api/endpoints/test_organization_events_histogram.py @getsentry/performance
  142. /tests/snuba/api/endpoints/test_organization_events_facets_performance.py @getsentry/performance
  143. /tests/snuba/api/endpoints/test_organization_events_spans_performance.py @getsentry/performance
  144. /tests/snuba/api/endpoints/test_organization_events_spans_histogram.py @getsentry/performance
  145. /tests/snuba/api/endpoints/test_organization_events_trace.py @getsentry/performance
  146. /tests/snuba/api/endpoints/test_organization_events_trends.py @getsentry/performance
  147. /tests/snuba/api/endpoints/test_organization_events_vitals.py @getsentry/performance
  148. /tests/snuba/api/endpoints/test_organization_tagkey_values.py @getsentry/performance
  149. /tests/snuba/api/endpoints/test_organization_tags.py @getsentry/performance
  150. /src/sentry/api/serializers/snuba.py @getsentry/discover-n-dashboards
  151. /src/sentry/snuba/discover.py @getsentry/discover-n-dashboards
  152. /src/sentry/snuba/metrics_performance.py @getsentry/discover-n-dashboards
  153. /src/sentry/snuba/metrics_enhanced_performance.py @getsentry/discover-n-dashboards
  154. /src/sentry/search/events/ @getsentry/discover-n-dashboards @getsentry/issues
  155. /tests/snuba/search/test_backend.py @getsentry/discover-n-dashboards
  156. /static/app/utils/discover/ @getsentry/discover-n-dashboards
  157. /static/app/components/charts/ @getsentry/discover-n-dashboards
  158. ## Endof Visibility
  159. ## Performance
  160. /src/sentry/api/endpoints/organization_events_facets_performance.py @getsentry/performance
  161. /src/sentry/api/endpoints/organization_events_spans_performance.py @getsentry/performance
  162. /src/sentry/api/endpoints/organization_events_spans_histogram.py @getsentry/performance
  163. /src/sentry/api/endpoints/organization_events_trace.py @getsentry/performance
  164. /src/sentry/api/endpoints/organization_events_trends.py @getsentry/performance
  165. /src/sentry/api/endpoints/organization_events_trendsv2.py @getsentry/performance
  166. /src/sentry/api/endpoints/organization_events_vitals.py @getsentry/performance
  167. /src/sentry/api/endpoints/organization_transaction_anomaly_detection.py @getsentry/data
  168. /src/sentry/utils/performance_issues/ @getsentry/performance
  169. /static/app/views/performance/ @getsentry/performance
  170. /static/app/utils/performance/ @getsentry/performance
  171. /static/app/components/events/interfaces/spans/ @getsentry/performance
  172. /static/app/components/performance/ @getsentry/performance
  173. /static/app/components/quickTrace/ @getsentry/performance
  174. ## Endof Performance
  175. ## Discover/Dashboards
  176. /src/sentry/api/endpoints/organization_dashboards.py @getsentry/discover-n-dashboards
  177. /src/sentry/api/endpoints/organization_dashboard_details.py @getsentry/discover-n-dashboards
  178. /src/sentry/api/endpoints/organization_dashboard_widget_details.py @getsentry/discover-n-dashboards
  179. /src/sentry/api/bases/organization_events.py @getsentry/discover-n-dashboards
  180. /src/sentry/api/endpoints/organization_event_details.py @getsentry/discover-n-dashboards
  181. /src/sentry/api/endpoints/organization_events.py @getsentry/discover-n-dashboards
  182. /src/sentry/api/endpoints/organization_events_facets.py @getsentry/discover-n-dashboards
  183. /src/sentry/api/endpoints/organization_events_meta.py @getsentry/discover-n-dashboards
  184. /src/sentry/api/endpoints/organization_events_stats.py @getsentry/discover-n-dashboards
  185. /src/sentry/api/endpoints/organization_measurements_meta.py @getsentry/discover-n-dashboards
  186. /src/sentry/api/serializers/models/dashboard.py @getsentry/discover-n-dashboards
  187. /src/sentry/api/serializers/models/discoversavedquery.py @getsentry/discover-n-dashboards
  188. /src/sentry/api/serializers/rest_framework/dashboard.py @getsentry/discover-n-dashboards
  189. /src/sentry/discover/ @getsentry/discover-n-dashboards
  190. /tests/sentry/snuba/test_discover.py @getsentry/discover-n-dashboards
  191. /src/sentry/api/event_search.py @getsentry/discover-n-dashboards
  192. /tests/sentry/api/test_event_search.py @getsentry/discover-n-dashboards
  193. /src/sentry/data_export/ @getsentry/discover-n-dashboards
  194. /tests/sentry/data_export/ @getsentry/discover-n-dashboards
  195. /static/app/views/eventsV2/ @getsentry/discover-n-dashboards
  196. /static/app/views/discover/ @getsentry/discover-n-dashboards
  197. /static/app/views/dashboardsV2/ @getsentry/discover-n-dashboards
  198. /static/app/components/dashboards/ @getsentry/discover-n-dashboards
  199. ## Endof Discover/Dashboards
  200. ## Starfish
  201. /src/sentry/api/endpoints/organization_events_facets_stats_performance.py @getsentry/team-starfish
  202. /src/sentry/api/endpoints/organization_events_starfish.py @getsentry/team-starfish
  203. /tests/snuba/api/endpoints/test_organization_events_facets_stats_performance.py @getsentry/team-starfish
  204. /static/app/views/starfish/ @getsentry/team-starfish
  205. ## Endof Starfish
  206. ## Profiling
  207. /static/app/components/profiling @getsentry/profiling
  208. /static/app/types/jsSelfProfiling.d.ts @getsentry/profiling
  209. /static/app/types/profiling.d.ts @getsentry/profiling
  210. /static/app/utils/profiling @getsentry/profiling
  211. /static/app/views/profiling @getsentry/profiling
  212. /src/sentry/utils/profiling.py @getsentry/profiling
  213. /src/sentry/api/endpoints/project_profiling_profile.py @getsentry/profiling
  214. /src/sentry/api/endpoints/organization_profiling_profiles.py @getsentry/profiling
  215. /src/sentry/profiles @getsentry/profiling
  216. /tests/sentry/profiles @getsentry/profiling
  217. /tests/sentry/api/endpoints/test_project_profiling_profile.py @getsentry/profiling
  218. /tests/sentry/api/endpoints/test_organization_profiling_profiles.py @getsentry/profiling
  219. ## End of Profiling
  220. ## Replays
  221. /static/app/components/replays/ @getsentry/replay-frontend
  222. /static/app/utils/replays/ @getsentry/replay-frontend
  223. /static/app/views/replays/ @getsentry/replay-frontend
  224. /src/sentry/replays/ @getsentry/replay-backend
  225. /tests/sentry/replays/ @getsentry/replay-backend
  226. ## End of Replays
  227. ## Integrations
  228. /src/sentry/api/endpoints/integrations/ @getsentry/issues
  229. /src/sentry/api/endpoints/project_stacktrace_link.py @getsentry/issues
  230. /src/sentry/api/endpoints/organization_integration_repos.py @getsentry/issues
  231. /src/sentry/api/endpoints/organization_release_previous_commits.py @getsentry/issues
  232. /src/sentry/api/endpoints/sentry_app/ @getsentry/issues
  233. /src/sentry/api/endpoints/project_rule*.py @getsentry/issues
  234. /static/app/views/organizationIntegrations @getsentry/issues
  235. /static/app/views/settings/project/projectOwnership/ @getsentry/issues
  236. /src/sentry/digests/ @getsentry/issues
  237. /src/sentry/identity/ @getsentry/issues
  238. /src/sentry/integrations/ @getsentry/issues
  239. /src/sentry/mail/ @getsentry/issues
  240. /src/sentry/mediators/ @getsentry/issues
  241. /src/sentry/notifications/ @getsentry/issues
  242. /src/sentry/pipeline/ @getsentry/issues
  243. /src/sentry/plugins/ @getsentry/issues
  244. /src/sentry/ratelimits/ @getsentry/issues
  245. /src/sentry/shared_integrations/ @getsentry/issues
  246. /src/sentry/models/externalactor.py @getsentry/issues
  247. /src/sentry/models/externalissue.py @getsentry/issues
  248. /src/sentry/models/identity.py @getsentry/issues
  249. /src/sentry/models/integrationfeature.py @getsentry/issues
  250. /src/sentry/models/integrations/ @getsentry/issues
  251. /src/sentry/models/notificationsetting.py @getsentry/issues
  252. /src/sentry/tasks/code_owners.py @getsentry/issues
  253. /src/sentry/tasks/commits.py @getsentry/issues
  254. /src/sentry/tasks/commit_context.py @getsentry/issues
  255. /src/sentry/tasks/digests.py @getsentry/issues
  256. /src/sentry/tasks/email.py @getsentry/issues
  257. /src/sentry/tasks/integrations/ @getsentry/issues
  258. /src/sentry/tasks/reports.py @getsentry/issues
  259. /src/sentry/tasks/user_report.py @getsentry/issues
  260. /src/sentry/tasks/weekly_reports.py @getsentry/issues
  261. /src/sentry_plugins/ @getsentry/issues
  262. *code_mappings*.py @getsentry/issues
  263. # To find matching files -> find . -name "*sentry_app*.py"
  264. *sentry_app*.py @getsentry/issues
  265. *sentryapp*.py @getsentry/issues
  266. *doc_integration*.py @getsentry/issues
  267. *docintegration*.py @getsentry/issues
  268. /src/sentry/middleware/ratelimit.py @getsentry/issues
  269. /src/sentry/middleware/access_log.py @getsentry/issues
  270. ## End of Integrations
  271. ## Data
  272. /src/sentry/models/featureadoption.py @getsentry/data
  273. /src/sentry/models/group.py @getsentry/data
  274. /src/sentry/models/grouphash.py @getsentry/data
  275. /src/sentry/models/grouprelease.py @getsentry/data
  276. /src/sentry/models/groupresolution.py @getsentry/data
  277. /src/sentry/models/integration.py @getsentry/data @getsentry/issues
  278. /src/sentry/models/organization.py @getsentry/data
  279. /src/sentry/models/organizationmember.py @getsentry/data @AniketDas-Tekky
  280. /src/sentry/models/organizationoption.py @getsentry/data
  281. /src/sentry/models/project.py @getsentry/data
  282. /src/sentry/models/projectoption.py @getsentry/data
  283. /src/sentry/models/release.py @getsentry/data
  284. /src/sentry/models/sentryapp.py @getsentry/data @getsentry/issues
  285. /src/sentry/models/sentryappinstallation.py @getsentry/data @getsentry/issues
  286. /src/sentry/models/user.py @getsentry/data
  287. ## End of Data
  288. ## Enterprise
  289. /static/app/views/organizationStats @getsentry/enterprise
  290. /src/sentry/api/endpoints/organization_stats*.py @getsentry/enterprise
  291. /src/sentry/api/endpoints/organization_auditlogs.py @getsentry/enterprise
  292. /static/app/views/settings/organizationAuth/ @getsentry/enterprise
  293. /tests/sentry/api/endpoints/test_auth*.py @getsentry/enterprise
  294. /src/sentry/scim/ @getsentry/enterprise
  295. /tests/sentry/api/test_scim*.py @getsentry/enterprise
  296. /src/sentry/tasks/integrations/github/pr_comment.py @getsentry/enterprise @AniketDas-Tekky
  297. ## End of Enterprise
  298. ## Native
  299. /src/sentry/api/endpoints/chunk.py @getsentry/owners-native
  300. /src/sentry/api/endpoints/project_app_store_connect_credentials.py @getsentry/owners-native
  301. /src/sentry/lang/native/ @getsentry/owners-native
  302. /src/sentry/processing/realtime_metrics/ @getsentry/owners-native
  303. /src/sentry/tasks/app_store_connect.py @getsentry/owners-native
  304. /src/sentry/tasks/assemble.py @getsentry/owners-native
  305. /src/sentry/tasks/low_priority_symbolication.py @getsentry/owners-native
  306. /src/sentry/tasks/symbolication.py @getsentry/owners-native
  307. /src/sentry/utils/appleconnect/ @getsentry/owners-native
  308. /tests/sentry/tasks/test_low_priority_symbolication.py @getsentry/owners-native
  309. /src/sentry/tasks/reprocessing.py @getsentry/owners-processing
  310. /src/sentry/tasks/reprocessing2.py @getsentry/owners-processing
  311. /src/sentry/reprocessing2.py @getsentry/owners-processing
  312. /src/sentry/tasks/store.py @getsentry/owners-processing
  313. ## End of Native
  314. ## APIs
  315. /src/sentry/apidocs/ @getsentry/owners-api
  316. /src/sentry/api/urls.py @getsentry/owners-api
  317. /api-docs/ @getsentry/owners-api
  318. /tests/apidocs/ @getsentry/owners-api
  319. /.github/workflows/openapi.yml @getsentry/owners-api
  320. /.github/workflows/openapi-diff.yml @getsentry/owners-api
  321. ## End of APIs
  322. ## SDK
  323. /src/sentry/utils/sdk.py @getsentry/team-web-sdk-backend
  324. ## End of SDK
  325. ## Telemetry Experience
  326. /src/sentry/snuba/metrics/ @getsentry/telemetry-experience
  327. /src/sentry/api/endpoints/organization_metrics.py @getsentry/telemetry-experience
  328. /src/sentry/api/endpoints/organization_sessions.py @getsentry/telemetry-experience
  329. /src/sentry/api/endpoints/project_dynamic_sampling.py @getsentry/telemetry-experience
  330. /src/sentry/api/endpoints/organization_dynamic_sampling_sdk_versions.py @getsentry/telemetry-experience
  331. /src/sentry/dynamic_sampling/ @getsentry/telemetry-experience
  332. /src/sentry/snuba/metrics/query.py @getsentry/telemetry-experience
  333. /src/sentry/release_health/metrics_sessions_v2.py @getsentry/telemetry-experience
  334. /tests/sentry/api/endpoints/test_organization_metric_data.py @getsentry/telemetry-experience
  335. /tests/sentry/api/endpoints/test_organization_metric_details.py @getsentry/telemetry-experience
  336. /tests/sentry/api/endpoints/test_organization_metric_tag_details.py @getsentry/telemetry-experience
  337. /tests/sentry/api/endpoints/test_organization_metric_tags.py @getsentry/telemetry-experience
  338. /tests/sentry/api/endpoints/test_organization_metrics.py @getsentry/telemetry-experience
  339. /tests/sentry/api/endpoints/test_project_dynamic_sampling.py @getsentry/telemetry-experience
  340. /tests/sentry/api/endpoints/test_organization_dynamic_sampling_sdk_versions.py @getsentry/telemetry-experience
  341. /tests/sentry/snuba/metrics/ @getsentry/telemetry-experience
  342. /tests/snuba/api/endpoints/test_organization_sessions.py @getsentry/telemetry-experience
  343. /static/app/views/settings/project/dynamicSampling/ @getsentry/telemetry-experience
  344. /static/app/views/performance/landing/dynamicSamplingMetricsAccuracyAlert.tsx @getsentry/telemetry-experience
  345. /static/app/views/performance/landing/dynamicSamplingMetricsAccuracy.spec.tsx @getsentry/telemetry-experience
  346. /static/app/utils/metrics/ @getsentry/telemetry-experience
  347. /static/app/actionCreators/metrics.tsx @getsentry/telemetry-experience
  348. /static/app/actionCreators/metrics.spec.tsx @getsentry/telemetry-experience
  349. /static/app/types/metrics.tsx @getsentry/telemetry-experience
  350. ## End of Telemetry Experience
  351. ## Growth
  352. /src/sentry/api/endpoints/client_state.py @getsentry/growth
  353. /src/sentry/api/endpoints/organization_web_vitals_overview.py @getsentry/growth
  354. /src/sentry/api/endpoints/organization_onboarding* @getsentry/growth
  355. /src/sentry/web/frontend/auth_login.py @getsentry/growth
  356. /static/app/utils/analytics.tsx @getsentry/growth
  357. /static/app/utils/routeAnalytics* @getsentry/growth
  358. /static/app/views/onboarding* @getsentry/growth
  359. ## End of Growth
  360. ## Issues
  361. /src/sentry/event_manager.py @getsentry/issues
  362. /src/sentry/grouping/ @getsentry/issues
  363. /src/sentry/issues/ @getsentry/issues
  364. /src/sentry/tasks/post_process.py @getsentry/issues
  365. /src/sentry/types/issues.py @getsentry/issues
  366. /tests/sentry/event_manager/test_event_manager.py @getsentry/issues
  367. /tests/sentry/grouping/ @getsentry/issues
  368. /tests/sentry/issues/ @getsentry/issues
  369. /tests/sentry/search/ @getsentry/issues
  370. /tests/sentry/tasks/test_post_process.py @getsentry/issues
  371. /tests/snuba/search/ @getsentry/issues
  372. /src/sentry/search/snuba/ @getsentry/issues
  373. /static/app/components @getsentry/issues
  374. /static/app/views/issueList @getsentry/issues
  375. /static/app/views/organizationGroupDetails @getsentry/issues
  376. /src/sentry/api/endpoints/source_map_debug.py @getsentry/issues
  377. ## End of Issues
  378. ## Hybrid Cloud
  379. /src/sentry/silo/ @getsentry/hybrid-cloud
  380. /src/sentry/services/hybrid_cloud/ @getsentry/hybrid-cloud
  381. ## End of Hybrid Cloud