CODEOWNERS 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  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.md @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/ops @getsentry/owners-snuba
  13. /src/sentry/post_process_forwarder/ @getsentry/owners-snuba
  14. /src/sentry/utils/snuba.py @getsentry/owners-snuba @getsentry/performance
  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. /src/sentry/snuba/metrics/ @getsentry/owners-snuba @getsentry/telemetry-experience
  24. /src/sentry/snuba/metrics/query.py @getsentry/owners-snuba @getsentry/telemetry-experience
  25. /src/sentry/snuba/metrics_layer/ @getsentry/owners-snuba
  26. /src/sentry/search/events/datasets/metrics_layer.py @getsentry/owners-snuba
  27. ## Event Ingestion
  28. /src/sentry/attachments/ @getsentry/ingest
  29. /src/sentry/api/endpoints/relay/ @getsentry/ingest
  30. /src/sentry/api/endpoints/project_transaction_names.py @getsentry/ingest
  31. /src/sentry/coreapi.py @getsentry/ingest
  32. /src/sentry/ingest/ @getsentry/ingest
  33. /src/sentry/interfaces/ @getsentry/ingest
  34. /src/sentry/quotas/ @getsentry/ingest
  35. /src/sentry/relay/ @getsentry/ingest
  36. /src/sentry/web/api.py @getsentry/ingest
  37. /src/sentry/scripts/quotas/ @getsentry/ingest
  38. /src/sentry/scripts/tsdb/ @getsentry/ingest
  39. /src/sentry/tasks/relay.py @getsentry/ingest
  40. /tests/sentry/ingest/ @getsentry/ingest
  41. /tests/sentry/relay/ @getsentry/ingest
  42. /tests/relay_integration/ @getsentry/ingest
  43. /bin/invalidate-project-configs @getsentry/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. /fixtures/stubs-for-mypy @getsentry/python-typing
  70. /tools/mypy_helpers/ @getsentry/python-typing
  71. /tests/tools/mypy_helpers @getsentry/python-typing
  72. ## GitHub Routing Automations - notion.so/473791bae5bf43399d46093050b77bf0
  73. /.github/labels.yml @getsentry/open-source
  74. /.github/workflows/react-to-product-owners-yml-changes.yml @getsentry/open-source
  75. /bin/react-to-product-owners-yml-changes.py @getsentry/open-source
  76. /bin/react-to-product-owners-yml-changes.sh @getsentry/open-source
  77. /static/app/components/sidebar/index.tsx @getsentry/open-source
  78. ## Relocation - getsentry/team-ospo#153
  79. /src/sentry/api/endpoints/relocation/ @getsentry/open-source
  80. /src/sentry/backup/ @getsentry/open-source
  81. /src/sentry/runner/commands/backup.py @getsentry/open-source
  82. /src/sentry/services/hybrid-cloud/import_export/ @getsentry/open-source
  83. /src/sentry/tasks/relocation.py @getsentry/open-source
  84. /src/sentry/testutils/helpers/backups.py @getsentry/open-source
  85. /src/sentry/utils/relocation.py @getsentry/open-source
  86. /tests/sentry/api/endpoints/relocation @getsentry/open-source
  87. /tests/sentry/tasks/test_relocation.py @getsentry/open-source
  88. /tests/sentry/utils/test_relocation.py @getsentry/open-source
  89. /tests/sentry/backup/ @getsentry/open-source
  90. /tests/sentry/runner/commands/test_backup.py @getsentry/open-source
  91. ## Build & Releases
  92. /.github/workflows/release.yml @getsentry/release-approvers
  93. /scripts/bump-version.sh @getsentry/release-approvers
  94. /scripts/post-release.sh @getsentry/release-approvers
  95. /self-hosted @getsentry/release-approvers
  96. setup.cfg @getsentry/release-approvers
  97. requirements*.txt @getsentry/owners-python-build
  98. pyproject.toml @getsentry/owners-python-build
  99. .vercel.json @getsentry/owners-js-build
  100. /.githib/worksflows/frontend.yml @getsentry/owners-js-build
  101. /.github/file-filters.yml @getsentry/owners-js-build
  102. babel.config.* @getsentry/owners-js-build
  103. biome.json @getsentry/owners-js-build
  104. build-utils/ @getsentry/owners-js-build
  105. jest.config.ts @getsentry/owners-js-build
  106. tsconfig.* @getsentry/owners-js-build
  107. webpack.config.* @getsentry/owners-js-build
  108. .volta.json @getsentry/owners-js-deps
  109. package.json @getsentry/owners-js-deps
  110. yarn.lock @getsentry/owners-js-deps
  111. ## Design
  112. /static/app/icons/ @getsentry/design
  113. /static/fonts/ @getsentry/design
  114. /static/images/ @getsentry/design
  115. # Owners by product feature
  116. #
  117. # The following ownership rules are specific to particular features of the
  118. # Sentry product. These rules generally map to a signle team, but that may not
  119. # always be the case.
  120. ## Crons
  121. /static/app/views/monitors @getsentry/crons
  122. /src/sentry/monitors @getsentry/crons
  123. /tests/sentry/monitors @getsentry/crons
  124. /src/sentry/utils/monitors.py @getsentry/crons
  125. /tests/sentry/utils/test_monitors.py @getsentry/crons
  126. ## End Crons
  127. ## Hybrid Cloud
  128. /src/sentry/silo/ @getsentry/hybrid-cloud
  129. /src/sentry/hybridcloud @getsentry/hybrid-cloud
  130. /src/sentry/services/hybrid_cloud/ @getsentry/hybrid-cloud
  131. /src/sentry/middleware/api_gateway.py @getsentry/hybrid-cloud
  132. /src/sentry/middleware/customer_domain.py @getsentry/hybrid-cloud
  133. /src/sentry/middleware/subdomain.py @getsentry/hybrid-cloud
  134. /src/sentry/middleware/integration/ @getsentry/hybrid-cloud
  135. /src/sentry/api/endpoints/internal/integration_proxy.py @getsentry/hybrid-cloud
  136. /src/sentry/api/endpoints/internal/rpc.py @getsentry/hybrid-cloud
  137. /src/sentry/models/outbox.py @getsentry/hybrid-cloud
  138. /src/sentry/tasks/deliver_from_outbox.py @getsentry/hybrid-cloud
  139. /src/sentry/tasks/deletion/hybrid_cloud.py @getsentry/hybrid-cloud
  140. ## End of Hybrid Cloud
  141. ## Alerts & Notifications
  142. /static/app/views/settings/projectAlerts/ @getsentry/alerts-notifications
  143. /static/app/views/alerts/ @getsentry/alerts-notifications
  144. /static/app/views/releases/ @getsentry/alerts-notifications
  145. /static/app/views/settings/account/notifications/ @getsentry/alerts-notifications
  146. /src/sentry/templates/sentry/emails/incidents/ @getsentry/alerts-notifications
  147. /src/sentry/incidents/ @getsentry/alerts-notifications
  148. /tests/sentry/incidents/ @getsentry/alerts-notifications
  149. /tests/acceptance/test_incidents.py @getsentry/alerts-notifications
  150. /src/sentry/snuba/models.py @getsentry/alerts-notifications
  151. /src/sentry/snuba/query_subscriptions/ @getsentry/alerts-notifications
  152. /src/sentry/snuba/subscriptions.py @getsentry/alerts-notifications
  153. /src/sentry/snuba/tasks.py @getsentry/alerts-notifications
  154. /tests/snuba/incidents/ @getsentry/alerts-notifications
  155. /tests/sentry/snuba/test_query_subscription_consumer.py @getsentry/alerts-notifications
  156. /tests/sentry/snuba/test_subscriptions.py @getsentry/alerts-notifications
  157. /tests/sentry/snuba/test_tasks.py @getsentry/alerts-notifications
  158. ## Endof Alerts & Notifications
  159. ## Performance
  160. /src/sentry/api/endpoints/organization_tags.py @getsentry/performance
  161. /src/sentry/api/endpoints/organization_events_histogram.py @getsentry/performance
  162. /tests/snuba/api/endpoints/* @getsentry/performance
  163. /tests/snuba/api/endpoints/test_organization_events_histogram.py @getsentry/performance
  164. /tests/snuba/api/endpoints/test_organization_events_facets_performance.py @getsentry/performance
  165. /tests/snuba/api/endpoints/test_organization_events_spans_performance.py @getsentry/performance
  166. /tests/snuba/api/endpoints/test_organization_events_spans_histogram.py @getsentry/performance
  167. /tests/snuba/api/endpoints/test_organization_events_trace.py @getsentry/performance
  168. /tests/snuba/api/endpoints/test_organization_events_trends.py @getsentry/performance
  169. /tests/snuba/api/endpoints/test_organization_events_vitals.py @getsentry/performance
  170. /tests/snuba/api/endpoints/test_organization_tagkey_values.py @getsentry/performance
  171. /tests/snuba/api/endpoints/test_organization_tags.py @getsentry/performance
  172. /tests/sentry/spans/ @getsentry/performance
  173. /static/app/components/events/viewHierarchy/* @getsentry/performance
  174. /src/sentry/api/serializers/snuba.py @getsentry/performance
  175. /src/sentry/snuba/discover.py @getsentry/performance
  176. /src/sentry/snuba/metrics_performance.py @getsentry/performance
  177. /src/sentry/snuba/metrics_enhanced_performance.py @getsentry/performance
  178. /src/sentry/search/events/ @getsentry/performance @getsentry/issues
  179. /tests/snuba/search/test_backend.py @getsentry/performance
  180. /static/app/utils/discover/ @getsentry/performance
  181. /static/app/components/charts/ @getsentry/performance
  182. /src/sentry/api/endpoints/organization_events_facets_performance.py @getsentry/performance
  183. /src/sentry/api/endpoints/organization_events_spans_performance.py @getsentry/performance
  184. /src/sentry/api/endpoints/organization_events_spans_histogram.py @getsentry/performance
  185. /src/sentry/api/endpoints/organization_events_trace.py @getsentry/performance
  186. /src/sentry/api/endpoints/organization_events_trends.py @getsentry/performance
  187. /src/sentry/api/endpoints/organization_events_trends_v2.py @getsentry/performance
  188. /src/sentry/api/endpoints/organization_events_vitals.py @getsentry/performance
  189. /src/sentry/api/endpoints/organization_transaction_anomaly_detection.py @getsentry/data
  190. /src/sentry/utils/performance_issues/ @getsentry/performance
  191. /src/sentry/spans/ @getsentry/performance
  192. /static/app/views/performance/ @getsentry/performance
  193. /static/app/utils/performance/ @getsentry/performance
  194. /static/app/components/events/interfaces/spans/ @getsentry/performance
  195. /static/app/components/performance/ @getsentry/performance
  196. /static/app/components/quickTrace/ @getsentry/performance
  197. static/app/components/events/eventStatisticalDetector/ @getsentry/performance @getsentry/profiling
  198. /src/sentry/statistical_detectors @getsentry/performance @getsentry/profiling
  199. /src/sentry/tasks/statistical_detectors.py @getsentry/performance @getsentry/profiling
  200. /tests/sentry/statistical_detectors @getsentry/performance @getsentry/profiling
  201. /tests/sentry/tasks/test_statistical_detectors.py @getsentry/performance @getsentry/profiling
  202. /src/sentry/api/endpoints/organization_dashboards.py @getsentry/performance
  203. /src/sentry/api/endpoints/organization_dashboard_details.py @getsentry/performance
  204. /src/sentry/api/endpoints/organization_dashboard_widget_details.py @getsentry/performance
  205. /src/sentry/api/bases/organization_events.py @getsentry/performance
  206. /src/sentry/api/endpoints/organization_event_details.py @getsentry/performance
  207. /src/sentry/api/endpoints/organization_events.py @getsentry/performance
  208. /src/sentry/api/endpoints/organization_events_facets.py @getsentry/performance
  209. /src/sentry/api/endpoints/organization_events_meta.py @getsentry/performance
  210. /src/sentry/api/endpoints/organization_events_stats.py @getsentry/performance
  211. /src/sentry/api/endpoints/organization_measurements_meta.py @getsentry/performance
  212. /src/sentry/api/serializers/models/dashboard.py @getsentry/performance
  213. /src/sentry/api/serializers/models/discoversavedquery.py @getsentry/performance
  214. /src/sentry/api/serializers/rest_framework/dashboard.py @getsentry/performance
  215. /src/sentry/discover/ @getsentry/performance
  216. /tests/sentry/snuba/test_discover.py @getsentry/performance
  217. /src/sentry/api/event_search.py @getsentry/performance
  218. /tests/sentry/api/test_event_search.py @getsentry/performance
  219. /src/sentry/data_export/ @getsentry/performance
  220. /tests/sentry/data_export/ @getsentry/performance
  221. /static/app/views/eventsV2/ @getsentry/performance
  222. /static/app/views/discover/ @getsentry/performance
  223. /static/app/views/dashboardsV2/ @getsentry/performance
  224. /static/app/components/dashboards/ @getsentry/performance
  225. /src/sentry/api/endpoints/organization_events_facets_stats_performance.py @getsentry/performance
  226. /src/sentry/api/endpoints/organization_spans_aggregation.py @getsentry/performance
  227. /src/sentry/api/endpoints/organization_events_starfish.py @getsentry/performance
  228. /tests/snuba/api/endpoints/test_organization_events_facets_stats_performance.py @getsentry/performance
  229. /src/sentry/api/endpoints/organization_spans_fields.py @getsentry/performance
  230. /tests/sentry/api/endpoints/test_organization_spans_fields.py @getsentry/performance
  231. /src/sentry/api/endpoints/organization_traces.py @getsentry/performance
  232. /tests/sentry/api/endpoints/test_organization_traces.py @getsentry/performance
  233. /static/app/views/starfish/ @getsentry/performance
  234. ## Endof Performance
  235. ## Profiling
  236. /static/app/components/profiling @getsentry/profiling
  237. /static/app/types/jsSelfProfiling.d.ts @getsentry/profiling
  238. /static/app/types/profiling.d.ts @getsentry/profiling
  239. /static/app/utils/profiling @getsentry/profiling
  240. /static/app/views/profiling @getsentry/profiling
  241. /src/sentry/utils/profiling.py @getsentry/profiling
  242. /src/sentry/api/endpoints/project_profiling_profile.py @getsentry/profiling
  243. /src/sentry/api/endpoints/organization_profiling_profiles.py @getsentry/profiling
  244. /src/sentry/profiles @getsentry/profiling
  245. /tests/sentry/profiles @getsentry/profiling
  246. /tests/sentry/api/endpoints/test_project_profiling_profile.py @getsentry/profiling
  247. /tests/sentry/api/endpoints/test_organization_profiling_profiles.py @getsentry/profiling
  248. ## End of Profiling
  249. ## Configurations
  250. /src/sentry/remote_config/ @getsentry/replay-backend
  251. /tests/sentry/remote_config/ @getsentry/replay-backend
  252. ## End of Configurations
  253. ## Replays
  254. /static/app/components/replays/ @getsentry/replay-frontend
  255. /static/app/utils/replays/ @getsentry/replay-frontend
  256. /static/app/views/replays/ @getsentry/replay-frontend
  257. /src/sentry/replays/ @getsentry/replay-backend
  258. /tests/sentry/replays/ @getsentry/replay-backend
  259. ## End of Replays
  260. ## Feedback v2
  261. /static/app/components/feedback/ @getsentry/feedback-frontend
  262. /static/app/utils/feedback/ @getsentry/feedback-frontend
  263. /static/app/views/feedback/ @getsentry/feedback-frontend
  264. /src/sentry/feedback/ @getsentry/feedback-backend
  265. /tests/sentry/feedback/ @getsentry/feedback-backend
  266. ## End of Feedback v2
  267. ## Integrations
  268. /src/sentry/api/endpoints/integrations/ @getsentry/product-owners-settings-integrations
  269. /src/sentry/api/endpoints/organization_integration_repos.py @getsentry/ecosystem
  270. /src/sentry/api/endpoints/sentry_app/ @getsentry/product-owners-settings-integrations
  271. /src/sentry/api/endpoints/project_rule*.py @getsentry/alerts-notifications
  272. /src/sentry/api/serializers/models/rule.py @getsentry/alerts-notifications
  273. /static/app/views/organizationIntegrations @getsentry/product-owners-settings-integrations
  274. /src/sentry/digests/ @getsentry/alerts-notifications
  275. /src/sentry/identity/ @getsentry/enterprise
  276. /src/sentry/integrations/ @getsentry/product-owners-settings-integrations
  277. /src/sentry/mail/ @getsentry/alerts-notifications
  278. /src/sentry/notifications/ @getsentry/alerts-notifications
  279. /src/sentry/pipeline/ @getsentry/ecosystem
  280. /src/sentry/plugins/ @getsentry/ecosystem
  281. /src/sentry/shared_integrations/ @getsentry/ecosystem
  282. /src/sentry/models/externalactor.py @getsentry/ecosystem
  283. /src/sentry/models/externalissue.py @getsentry/ecosystem
  284. /src/sentry/models/identity.py @getsentry/enterprise
  285. /src/sentry/models/integrations/ @getsentry/product-owners-settings-integrations
  286. /src/sentry/tasks/digests.py @getsentry/alerts-notifications
  287. /src/sentry/tasks/email.py @getsentry/alerts-notifications
  288. /src/sentry/tasks/integrations/ @getsentry/ecosystem
  289. /src/sentry/tasks/user_report.py @getsentry/alerts-notifications
  290. /src/sentry/tasks/weekly_reports.py @getsentry/alerts-notifications
  291. /src/sentry_plugins/ @getsentry/product-owners-settings-integrations
  292. # To find matching files -> find . -name "*sentry_app*.py"
  293. *sentry_app*.py @getsentry/product-owners-settings-integrations
  294. *sentryapp*.py @getsentry/product-owners-settings-integrations
  295. *doc_integration*.py @getsentry/ecosystem
  296. *docintegration*.py @getsentry/ecosystem
  297. ## End of Integrations
  298. ## Data
  299. /src/sentry/models/featureadoption.py @getsentry/data
  300. /src/sentry/models/group.py @getsentry/data
  301. /src/sentry/models/grouphash.py @getsentry/data
  302. /src/sentry/models/grouprelease.py @getsentry/data
  303. /src/sentry/models/groupresolution.py @getsentry/data
  304. /src/sentry/models/organization.py @getsentry/data
  305. /src/sentry/models/organizationmember.py @getsentry/data
  306. /src/sentry/models/organizationoption.py @getsentry/data
  307. /src/sentry/models/project.py @getsentry/data @getsentry/telemetry-experience
  308. /src/sentry/models/projectoption.py @getsentry/data
  309. /src/sentry/models/release.py @getsentry/data
  310. /src/sentry/models/user.py @getsentry/data
  311. ## End of Data
  312. ## Enterprise
  313. /src/sentry/api/endpoints/oauth_userinfo.py @getsentry/enterprise
  314. /src/sentry/api/endpoints/organization_auditlogs.py @getsentry/enterprise
  315. /src/sentry/api/endpoints/organization_projects_experiment.py @getsentry/enterprise
  316. /src/sentry/api/endpoints/organization_stats*.py @getsentry/enterprise
  317. /src/sentry/api/endpoints/release_threshold*.py @getsentry/enterprise
  318. /src/sentry/api/endpoints/user_social_identity* @getsentry/enterprise
  319. /src/sentry/auth/staff.py @getsentry/enterprise
  320. /src/sentry/auth/superuser.py @getsentry/enterprise
  321. /src/sentry/middleware/staff.py @getsentry/enterprise
  322. /src/sentry/middleware/superuser.py @getsentry/enterprise
  323. /src/sentry/models/release_threshold @getsentry/enterprise
  324. /src/sentry/scim/ @getsentry/enterprise
  325. /src/sentry/tasks/integrations/github/ @getsentry/enterprise
  326. /src/sentry/web/frontend/auth_login.py @getsentry/enterprise
  327. /static/app/components/superuserStaffAccessForm.tsx @getsentry/enterprise
  328. /static/app/constants/superuserAccessErrors.tsx @getsentry/enterprise
  329. /static/app/views/organizationStats @getsentry/enterprise
  330. /static/app/views/settings/organizationAuth/ @getsentry/enterprise
  331. /static/app/views/settings/organizationMembers/inviteBanner.tsx @getsentry/enterprise
  332. /tests/sentry/api/endpoints/test_auth*.py @getsentry/enterprise
  333. /tests/sentry/api/endpoints/test_organization_projects_experiment.py @getsentry/enterprise
  334. /tests/sentry/api/test_data_secrecy.py @getsentry/enterprise
  335. /tests/sentry/api/test_scim*.py @getsentry/enterprise
  336. /tests/sentry/auth/test_staff.py @getsentry/enterprise
  337. /tests/sentry/auth/test_superuser.py @getsentry/enterprise
  338. /tests/sentry/middleware/test_staff.py @getsentry/enterprise
  339. /tests/sentry/tasks/integrations/github/ @getsentry/enterprise
  340. /tests/sentry/models/releases/ @getsentry/alerts-notifications
  341. ## End of Enterprise
  342. ## APIs
  343. /src/sentry/apidocs/ @getsentry/owners-api
  344. /src/sentry/api/urls.py @getsentry/owners-api
  345. /api-docs/ @getsentry/owners-api
  346. /tests/apidocs/ @getsentry/owners-api
  347. /.github/workflows/openapi.yml @getsentry/owners-api
  348. /.github/workflows/openapi-diff.yml @getsentry/owners-api
  349. /src/sentry/conf/api_pagination_allowlist_do_not_modify.py @getsentry/owners-api
  350. /tests/sentry/api/test_path_params.py @getsentry/owners-api
  351. ## End of APIs
  352. ## SDK
  353. /src/sentry/utils/sdk.py @getsentry/team-web-sdk-backend
  354. /src/sentry/api/endpoints/source_map_debug_blue_thunder_edition.py @getsentry/team-web-sdk-frontend
  355. /src/sentry/web/frontend/setup_wizard.py @getsentry/team-web-sdk-frontend
  356. /src/sentry/api/endpoints/setup_wizard.py @getsentry/team-web-sdk-frontend
  357. ## End of SDK
  358. ## Telemetry Experience
  359. /src/sentry/api/endpoints/organization_ddm.py @getsentry/telemetry-experience
  360. /tests/sentry/api/endpoints/test_organization_ddm_meta.py @getsentry/telemetry-experience
  361. /src/sentry/api/endpoints/organization_metrics.py @getsentry/telemetry-experience
  362. /tests/sentry/api/endpoints/test_organization_metric* @getsentry/telemetry-experience
  363. /src/sentry/api/endpoints/organization_sessions.py @getsentry/telemetry-experience
  364. /tests/snuba/api/endpoints/test_organization_sessions.py @getsentry/telemetry-experience
  365. /src/sentry/api/endpoints/projects_metrics.py @getsentry/telemetry-experience
  366. /tests/sentry/api/endpoints/test_projects_metrics_visibility.py @getsentry/telemetry-experience
  367. /src/sentry/api/endpoints/organization_onboarding* @getsentry/telemetry-experience
  368. /tests/sentry/api/endpoints/test_organization_onboarding* @getsentry/telemetry-experience
  369. /src/sentry/dynamic_sampling/ @getsentry/telemetry-experience
  370. /tests/sentry/dynamic_sampling/ @getsentry/telemetry-experience
  371. /src/sentry/release_health/metrics_sessions_v2.py @getsentry/telemetry-experience
  372. /tests/sentry/release_health/test_metrics_sessions_v2.py @getsentry/telemetry-experience
  373. /src/sentry/utils/platform_categories.py @getsentry/telemetry-experience
  374. /src/sentry/sentry_metrics/querying/ @getsentry/telemetry-experience
  375. /tests/sentry/sentry_metrics/querying/ @getsentry/telemetry-experience
  376. /src/sentry/sentry_metrics/visibility/ @getsentry/telemetry-experience
  377. /tests/sentry/sentry_metrics/visibility/ @getsentry/telemetry-experience
  378. /src/sentry/snuba/metrics/ @getsentry/telemetry-experience
  379. /tests/sentry/snuba/metrics/ @getsentry/telemetry-experience
  380. /src/sentry/relay/config/metric_extraction.py @getsentry/telemetry-experience
  381. /tests/sentry/relay/config/test_metric_extraction.py @getsentry/telemetry-experience
  382. /static/app/actionCreators/metrics.spec.tsx @getsentry/telemetry-experience
  383. /static/app/actionCreators/metrics.tsx @getsentry/telemetry-experience
  384. /static/app/data/platformCategories.tsx @getsentry/telemetry-experience
  385. /static/app/data/platformPickerCategories.tsx @getsentry/telemetry-experience
  386. /static/app/data/platforms.tsx @getsentry/telemetry-experience
  387. /static/app/gettingStartedDocs/ @getsentry/telemetry-experience
  388. /static/app/types/metrics.tsx @getsentry/telemetry-experience
  389. /static/app/types/project.tsx @getsentry/telemetry-experience
  390. /static/app/utils/metrics/ @getsentry/telemetry-experience
  391. /static/app/views/metrics/ @getsentry/telemetry-experience
  392. /static/app/views/performance/landing/dynamicSamplingMetricsAccuracy.spec.tsx @getsentry/telemetry-experience
  393. /static/app/views/performance/landing/dynamicSamplingMetricsAccuracyAlert.tsx @getsentry/telemetry-experience
  394. /static/app/views/settings/project/dynamicSampling/ @getsentry/telemetry-experience
  395. /static/app/views/settings/projectMetrics/* @getsentry/telemetry-experience
  396. /static/app/views/onboarding* @getsentry/telemetry-experience
  397. /static/app/components/metrics/ @getsentry/telemetry-experience
  398. /static/app/components/modals/metricWidgetViewerModal* @getsentry/telemetry-experience
  399. /static/app/views/dashboards/metrics/ @getsentry/telemetry-experience
  400. ## End of Telemetry Experience
  401. ## Issues
  402. **/issues/** @getsentry/issues
  403. *code_mappings*.py @getsentry/issues
  404. /src/sentry/api/helpers/events.py @getsentry/issues
  405. /src/sentry/api/helpers/group_index/ @getsentry/issues
  406. /src/sentry/api/helpers/source_map_helper.py @getsentry/issues
  407. /src/sentry/api/helpers/actionable_items_helper.py @getsentry/issues
  408. /src/sentry/api/issue_search.py @getsentry/issues
  409. /src/sentry/event_manager.py @getsentry/issues
  410. /src/sentry/grouping/ @getsentry/issues
  411. /src/sentry/mediators/ @getsentry/issues
  412. /src/sentry/middleware/ratelimit.py @getsentry/issues
  413. /src/sentry/middleware/access_log.py @getsentry/issues
  414. /src/sentry/ratelimits/ @getsentry/issues
  415. /src/sentry/tasks/auto_remove_inbox.py @getsentry/issues
  416. /src/sentry/tasks/auto_resolve_issues.py @getsentry/issues
  417. /src/sentry/tasks/codeowners/ @getsentry/issues
  418. /src/sentry/tasks/commits.py @getsentry/issues
  419. /src/sentry/tasks/commit_context.py @getsentry/issues
  420. /src/sentry/tasks/post_process.py @getsentry/issues
  421. /src/sentry/tasks/unmerge.py @getsentry/issues
  422. /src/sentry/search/snuba/ @getsentry/issues
  423. /static/app/components/events/contexts/ @getsentry/issues
  424. /static/app/components/events/eventTags/ @getsentry/issues
  425. /static/app/components/events/highlights/ @getsentry/issues
  426. /static/app/views/issueList @getsentry/issues
  427. /static/app/views/issueDetails/ @getsentry/issues
  428. /static/app/views/organizationStats/teamInsights/ @getsentry/issues
  429. /static/app/views/projects/ @getsentry/issues
  430. /static/app/views/projectDetail/ @getsentry/issues
  431. /static/app/views/settings/project/projectOwnership/ @getsentry/issues
  432. /static/app/components/events/interfaces/crashContent/exception/actionableItems.tsx @getsentry/issues
  433. /static/app/utils/analytics.tsx @getsentry/issues
  434. /static/app/utils/routeAnalytics/ @getsentry/issues
  435. /tests/sentry/api/test_issue_search.py @getsentry/issues
  436. /tests/sentry/event_manager/ @getsentry/issues
  437. /tests/sentry/grouping/ @getsentry/issues
  438. /tests/sentry/search/ @getsentry/issues
  439. /tests/sentry/tasks/test_post_process.py @getsentry/issues
  440. /tests/snuba/search/ @getsentry/issues
  441. ## End of Issues
  442. ## Billing
  443. /src/sentry/api/endpoints/check_am2_compatibility.py @getsentry/revenue
  444. ## ML & AI
  445. *autofix*.py @getsentry/machine-learning-ai
  446. /src/sentry/api/endpoints/event_ai_suggested_fix.py @getsentry/machine-learning-ai
  447. /static/app/components/events/aiSuggestedSolution/ @getsentry/machine-learning-ai
  448. /static/app/components/events/autofix/ @getsentry/machine-learning-ai
  449. /static/app/components/modals/autofixSetupModal.spec.tsx @getsentry/machine-learning-ai
  450. /static/app/components/modals/autofixSetupModal.tsx @getsentry/machine-learning-ai
  451. ## End of ML & AI
  452. ## Processing
  453. /src/sentry/processing/* @getsentry/processing
  454. /src/sentry/api/endpoints/project_user_reports.py @getsentry/processing
  455. /src/sentry/api/endpoints/event_attachments.py @getsentry/processing
  456. /src/sentry/api/endpoints/event_reprocessable.py @getsentry/processing
  457. /src/sentry/api/endpoints/project_reprocessing.py @getsentry/processing
  458. /src/sentry/api/endpoints/chunk.py @getsentry/processing
  459. /src/sentry/api/endpoints/project_app_store_connect_credentials.py @getsentry/processing
  460. /src/sentry/lang/native/ @getsentry/processing
  461. /src/sentry/processing/realtime_metrics/ @getsentry/processing
  462. /src/sentry/tasks/app_store_connect.py @getsentry/processing
  463. /src/sentry/tasks/assemble.py @getsentry/processing
  464. /src/sentry/tasks/low_priority_symbolication.py @getsentry/processing
  465. /src/sentry/tasks/symbolication.py @getsentry/processing
  466. /src/sentry/utils/appleconnect/ @getsentry/processing
  467. /tests/sentry/tasks/test_low_priority_symbolication.py @getsentry/processing
  468. /src/sentry/tasks/reprocessing.py @getsentry/processing
  469. /src/sentry/tasks/reprocessing2.py @getsentry/processing
  470. /src/sentry/reprocessing2.py @getsentry/processing
  471. /src/sentry/tasks/store.py @getsentry/processing
  472. ## End of Processing
  473. ## Ecosystem
  474. /src/sentry/api/endpoints/notifications/notification_actions* @getsentry/ecosystem
  475. /src/sentry/api/endpoints/organization_missing_org_members.py @getsentry/ecosystem
  476. /src/sentry/tasks/invite_missing_org_members.py @getsentry/ecosystem
  477. /static/app/components/modals/inviteMissingMembersModal/ @getsentry/ecosystem
  478. /src/sentry/tasks/integrations/github/pr_comment.py @getsentry/ecosystem
  479. ## End of Ecosystem