CODEOWNERS 37 KB

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