123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525 |
- # General ownership rules
- #
- # The following rules are not specific to any particular area of the product
- # and are more general
- ## Legal
- /LICENSE.md @getsentry/owners-legal
- ## Migrations
- /src/sentry/migrations/ @getsentry/owners-migrations
- /src/sentry/*/migrations/ @getsentry/owners-migrations
- ## Snuba
- /src/sentry/eventstream/ @getsentry/owners-snuba
- /src/sentry/consumers/ @getsentry/owners-snuba
- /src/sentry/post_process_forwarder/ @getsentry/owners-snuba
- /src/sentry/utils/snuba.py @getsentry/owners-snuba @getsentry/performance
- /src/sentry/utils/snql.py @getsentry/owners-snuba
- /src/sentry/utils/arroyo.py @getsentry/owners-snuba
- /src/sentry/utils/arroyo_producer.py @getsentry/owners-snuba
- /src/sentry/tsdb/snuba.py @getsentry/owners-snuba
- /src/sentry/tsdb/redissnuba.py @getsentry/owners-snuba
- /src/sentry/tagstore/snuba/ @getsentry/owners-snuba
- /src/sentry/sentry_metrics/ @getsentry/owners-snuba
- /tests/sentry/sentry_metrics/ @getsentry/owners-snuba
- /src/sentry/snuba/metrics/ @getsentry/owners-snuba @getsentry/telemetry-experience
- /src/sentry/snuba/metrics/query.py @getsentry/owners-snuba @getsentry/telemetry-experience
- /src/sentry/snuba/metrics_layer/ @getsentry/owners-snuba
- /src/sentry/search/events/datasets/metrics_layer.py @getsentry/owners-snuba
- ## Event Ingestion
- /src/sentry/attachments/ @getsentry/ingest
- /src/sentry/api/endpoints/relay/ @getsentry/ingest
- /src/sentry/api/endpoints/project_transaction_names.py @getsentry/ingest
- /src/sentry/coreapi.py @getsentry/ingest
- /src/sentry/ingest/ @getsentry/ingest
- /src/sentry/interfaces/ @getsentry/ingest
- /src/sentry/quotas/ @getsentry/ingest
- /src/sentry/relay/ @getsentry/ingest
- /src/sentry/web/api.py @getsentry/ingest
- /src/sentry/scripts/quotas/ @getsentry/ingest
- /src/sentry/scripts/tsdb/ @getsentry/ingest
- /src/sentry/tasks/relay.py @getsentry/ingest
- /tests/sentry/ingest/ @getsentry/ingest
- /tests/sentry/relay/ @getsentry/ingest
- /tests/relay_integration/ @getsentry/ingest
- /bin/invalidate-project-configs @getsentry/ingest
- ## Security
- /src/sentry/net/ @getsentry/security
- /src/sentry/auth/ @getsentry/security @getsentry/enterprise
- /src/sentry/api/permissions.py @getsentry/security @getsentry/enterprise
- /src/sentry/api/authentication.py @getsentry/security @getsentry/enterprise
- /src/sentry/api/endpoints/auth* @getsentry/security @getsentry/enterprise
- /src/sentry/api/endpoints/user_permission* @getsentry/security @getsentry/enterprise
- /src/sentry/web/frontend/auth_close.py @getsentry/security
- /src/sentry/web/frontend/auth_login.py @getsentry/security
- /src/sentry/web/frontend/auth_logout.py @getsentry/security
- /src/sentry/web/frontend/auth_organization_id_login.py @getsentry/security
- /src/sentry/web/frontend/auth_organization_login.py @getsentry/security
- /src/sentry/web/frontend/auth_provider_login.py @getsentry/security
- /src/sentry/web/frontend/oauth_token.py @getsentry/security
- /src/sentry/web/frontend/oauth_authorize.py @getsentry/security
- /src/sentry/web/frontend/openidtoken.py @getsentry/security
- ## Dev
- /.github/ @getsentry/owners-sentry-dev
- /config/hooks/ @getsentry/owners-sentry-dev
- /scripts/ @getsentry/owners-sentry-dev
- /tools/ @getsentry/owners-sentry-dev
- Makefile @getsentry/owners-sentry-dev
- .envrc @getsentry/owners-sentry-dev
- .pre-commit-config.yaml @getsentry/owners-sentry-dev
- .git-blame-ignore-revs @getsentry/owners-sentry-dev
- /fixtures/stubs-for-mypy @getsentry/python-typing
- /tools/mypy_helpers/ @getsentry/python-typing
- /tests/tools/mypy_helpers @getsentry/python-typing
- ## GitHub Routing Automations - notion.so/473791bae5bf43399d46093050b77bf0
- /.github/labels.yml @getsentry/open-source
- /.github/workflows/react-to-product-owners-yml-changes.yml @getsentry/open-source
- /bin/react-to-product-owners-yml-changes.py @getsentry/open-source
- /bin/react-to-product-owners-yml-changes.sh @getsentry/open-source
- /static/app/components/sidebar/index.tsx @getsentry/open-source
- ## Relocation - getsentry/team-ospo#153
- /src/sentry/api/endpoints/relocation/ @getsentry/open-source
- /src/sentry/backup/ @getsentry/open-source
- /src/sentry/runner/commands/backup.py @getsentry/open-source
- /src/sentry/services/hybrid-cloud/import_export/ @getsentry/open-source
- /src/sentry/tasks/relocation.py @getsentry/open-source
- /src/sentry/testutils/helpers/backups.py @getsentry/open-source
- /src/sentry/utils/relocation.py @getsentry/open-source
- /tests/sentry/api/endpoints/relocation @getsentry/open-source
- /tests/sentry/tasks/test_relocation.py @getsentry/open-source
- /tests/sentry/utils/test_relocation.py @getsentry/open-source
- /tests/sentry/backup/ @getsentry/open-source
- /tests/sentry/runner/commands/test_backup.py @getsentry/open-source
- ## Build & Releases
- /.github/workflows/release.yml @getsentry/release-approvers
- /scripts/bump-version.sh @getsentry/release-approvers
- /scripts/post-release.sh @getsentry/release-approvers
- /self-hosted @getsentry/release-approvers
- setup.py @getsentry/release-approvers
- setup.cfg @getsentry/release-approvers
- requirements*.txt @getsentry/owners-python-build
- pyproject.toml @getsentry/owners-python-build
- tsconfig.* @getsentry/owners-js-build
- webpack.config.* @getsentry/owners-js-build
- babel.config.* @getsentry/owners-js-build
- build-utils/ @getsentry/owners-js-build
- .volta.json @getsentry/owners-js-deps
- package.json @getsentry/owners-js-deps
- yarn.lock @getsentry/owners-js-deps
- ## Design
- /static/app/icons/ @getsentry/design
- /static/fonts/ @getsentry/design
- /static/images/ @getsentry/design
- # Owners by product feature
- #
- # The following ownership rules are specific to particular features of the
- # Sentry product. These rules generally map to a signle team, but that may not
- # always be the case.
- ## Crons
- /static/app/views/monitors @getsentry/crons
- /src/sentry/monitors @getsentry/crons
- /tests/sentry/monitors @getsentry/crons
- /src/sentry/utils/monitors.py @getsentry/crons
- /tests/sentry/utils/test_monitors.py @getsentry/crons
- ## End Crons
- ## Hybrid Cloud
- /src/sentry/silo/ @getsentry/hybrid-cloud
- /src/sentry/hybridcloud @getsentry/hybrid-cloud
- /src/sentry/services/hybrid_cloud/ @getsentry/hybrid-cloud
- /src/sentry/middleware/api_gateway.py @getsentry/hybrid-cloud
- /src/sentry/middleware/customer_domain.py @getsentry/hybrid-cloud
- /src/sentry/middleware/subdomain.py @getsentry/hybrid-cloud
- /src/sentry/middleware/integration/ @getsentry/hybrid-cloud
- /src/sentry/api/endpoints/internal/integration_proxy.py @getsentry/hybrid-cloud
- /src/sentry/api/endpoints/internal/rpc.py @getsentry/hybrid-cloud
- /src/sentry/models/outbox.py @getsentry/hybrid-cloud
- /src/sentry/tasks/deliver_from_outbox.py @getsentry/hybrid-cloud
- /src/sentry/tasks/deletion/hybrid_cloud.py @getsentry/hybrid-cloud
- ## End of Hybrid Cloud
- ## Workflow
- /static/app/views/settings/projectAlerts/ @getsentry/alerts-notifications
- /static/app/views/alerts/ @getsentry/alerts-notifications
- /static/app/views/issueDetails/ @getsentry/issues
- /static/app/views/projects/ @getsentry/issues
- /static/app/views/projectDetail/ @getsentry/issues
- /static/app/views/releases/ @getsentry/alerts-notifications
- /static/app/views/organizationStats/teamInsights/ @getsentry/issues
- /static/app/views/settings/account/notifications/ @getsentry/alerts-notifications
- /src/sentry/templates/sentry/emails/incidents/ @getsentry/alerts-notifications
- /src/sentry/incidents/ @getsentry/alerts-notifications
- /tests/sentry/incidents/ @getsentry/alerts-notifications
- /tests/acceptance/test_incidents.py @getsentry/alerts-notifications
- /src/sentry/api/helpers/events.py @getsentry/issues
- /src/sentry/api/helpers/group_index/ @getsentry/issues
- /src/sentry/snuba/models.py @getsentry/alerts-notifications
- /src/sentry/snuba/query_subscriptions/ @getsentry/alerts-notifications
- /src/sentry/snuba/subscriptions.py @getsentry/alerts-notifications
- /tests/snuba/incidents/ @getsentry/alerts-notifications
- /tests/sentry/snuba/test_query_subscription_consumer.py @getsentry/alerts-notifications
- /tests/sentry/snuba/test_subscriptions.py @getsentry/alerts-notifications
- /tests/sentry/snuba/test_tasks.py @getsentry/issues
- /src/sentry/api/issue_search.py @getsentry/issues
- /tests/sentry/api/test_issue_search.py @getsentry/issues
- /src/sentry/tasks/auto_remove_inbox.py @getsentry/issues
- /src/sentry/tasks/auto_resolve_issues.py @getsentry/issues
- ## Endof Workflow
- ## Performance
- /src/sentry/api/endpoints/organization_tags.py @getsentry/performance
- /src/sentry/api/endpoints/organization_events_histogram.py @getsentry/performance
- /tests/snuba/api/endpoints/* @getsentry/performance
- /tests/snuba/api/endpoints/test_organization_events_histogram.py @getsentry/performance
- /tests/snuba/api/endpoints/test_organization_events_facets_performance.py @getsentry/performance
- /tests/snuba/api/endpoints/test_organization_events_spans_performance.py @getsentry/performance
- /tests/snuba/api/endpoints/test_organization_events_spans_histogram.py @getsentry/performance
- /tests/snuba/api/endpoints/test_organization_events_trace.py @getsentry/performance
- /tests/snuba/api/endpoints/test_organization_events_trends.py @getsentry/performance
- /tests/snuba/api/endpoints/test_organization_events_vitals.py @getsentry/performance
- /tests/snuba/api/endpoints/test_organization_tagkey_values.py @getsentry/performance
- /tests/snuba/api/endpoints/test_organization_tags.py @getsentry/performance
- /static/app/components/events/viewHierarchy/* @getsentry/performance
- /src/sentry/api/serializers/snuba.py @getsentry/performance
- /src/sentry/snuba/discover.py @getsentry/performance
- /src/sentry/snuba/metrics_performance.py @getsentry/performance
- /src/sentry/snuba/metrics_enhanced_performance.py @getsentry/performance
- /src/sentry/search/events/ @getsentry/performance @getsentry/issues
- /tests/snuba/search/test_backend.py @getsentry/performance
- /static/app/utils/discover/ @getsentry/performance
- /static/app/components/charts/ @getsentry/performance
- /src/sentry/api/endpoints/organization_events_facets_performance.py @getsentry/performance
- /src/sentry/api/endpoints/organization_events_spans_performance.py @getsentry/performance
- /src/sentry/api/endpoints/organization_events_spans_histogram.py @getsentry/performance
- /src/sentry/api/endpoints/organization_events_trace.py @getsentry/performance
- /src/sentry/api/endpoints/organization_events_trends.py @getsentry/performance
- /src/sentry/api/endpoints/organization_events_trends_v2.py @getsentry/performance
- /src/sentry/api/endpoints/organization_events_vitals.py @getsentry/performance
- /src/sentry/api/endpoints/organization_transaction_anomaly_detection.py @getsentry/data
- /src/sentry/utils/performance_issues/ @getsentry/performance
- /static/app/views/performance/ @getsentry/performance
- /static/app/utils/performance/ @getsentry/performance
- /static/app/components/events/interfaces/spans/ @getsentry/performance
- /static/app/components/performance/ @getsentry/performance
- /static/app/components/quickTrace/ @getsentry/performance
- static/app/components/events/eventStatisticalDetector/ @getsentry/performance @getsentry/profiling
- /src/sentry/statistical_detectors @getsentry/performance @getsentry/profiling
- /src/sentry/tasks/statistical_detectors.py @getsentry/performance @getsentry/profiling
- /tests/sentry/statistical_detectors @getsentry/performance @getsentry/profiling
- /tests/sentry/tasks/test_statistical_detectors.py @getsentry/performance @getsentry/profiling
- /src/sentry/api/endpoints/organization_dashboards.py @getsentry/performance
- /src/sentry/api/endpoints/organization_dashboard_details.py @getsentry/performance
- /src/sentry/api/endpoints/organization_dashboard_widget_details.py @getsentry/performance
- /src/sentry/api/bases/organization_events.py @getsentry/performance
- /src/sentry/api/endpoints/organization_event_details.py @getsentry/performance
- /src/sentry/api/endpoints/organization_events.py @getsentry/performance
- /src/sentry/api/endpoints/organization_events_facets.py @getsentry/performance
- /src/sentry/api/endpoints/organization_events_meta.py @getsentry/performance
- /src/sentry/api/endpoints/organization_events_stats.py @getsentry/performance
- /src/sentry/api/endpoints/organization_measurements_meta.py @getsentry/performance
- /src/sentry/api/serializers/models/dashboard.py @getsentry/performance
- /src/sentry/api/serializers/models/discoversavedquery.py @getsentry/performance
- /src/sentry/api/serializers/rest_framework/dashboard.py @getsentry/performance
- /src/sentry/discover/ @getsentry/performance
- /tests/sentry/snuba/test_discover.py @getsentry/performance
- /src/sentry/api/event_search.py @getsentry/performance
- /tests/sentry/api/test_event_search.py @getsentry/performance
- /src/sentry/data_export/ @getsentry/performance
- /tests/sentry/data_export/ @getsentry/performance
- /static/app/views/eventsV2/ @getsentry/performance
- /static/app/views/discover/ @getsentry/performance
- /static/app/views/dashboardsV2/ @getsentry/performance
- /static/app/components/dashboards/ @getsentry/performance
- /src/sentry/api/endpoints/organization_events_facets_stats_performance.py @getsentry/performance
- /src/sentry/api/endpoints/organization_spans_aggregation.py @getsentry/performance
- /src/sentry/api/endpoints/organization_events_starfish.py @getsentry/performance
- /tests/snuba/api/endpoints/test_organization_events_facets_stats_performance.py @getsentry/performance
- /static/app/views/starfish/ @getsentry/performance
- ## Endof Performance
- ## Profiling
- /static/app/components/profiling @getsentry/profiling
- /static/app/types/jsSelfProfiling.d.ts @getsentry/profiling
- /static/app/types/profiling.d.ts @getsentry/profiling
- /static/app/utils/profiling @getsentry/profiling
- /static/app/views/profiling @getsentry/profiling
- /src/sentry/utils/profiling.py @getsentry/profiling
- /src/sentry/api/endpoints/project_profiling_profile.py @getsentry/profiling
- /src/sentry/api/endpoints/organization_profiling_profiles.py @getsentry/profiling
- /src/sentry/profiles @getsentry/profiling
- /tests/sentry/profiles @getsentry/profiling
- /tests/sentry/api/endpoints/test_project_profiling_profile.py @getsentry/profiling
- /tests/sentry/api/endpoints/test_organization_profiling_profiles.py @getsentry/profiling
- ## End of Profiling
- ## Replays
- /static/app/components/replays/ @getsentry/replay-frontend
- /static/app/utils/replays/ @getsentry/replay-frontend
- /static/app/views/replays/ @getsentry/replay-frontend
- /src/sentry/replays/ @getsentry/replay-backend
- /tests/sentry/replays/ @getsentry/replay-backend
- ## End of Replays
- ## Feedback v2
- /static/app/components/feedback/ @getsentry/feedback-frontend
- /static/app/utils/feedback/ @getsentry/feedback-frontend
- /static/app/views/feedback/ @getsentry/feedback-frontend
- /src/sentry/feedback/ @getsentry/feedback-backend
- /tests/sentry/feedback/ @getsentry/feedback-backend
- ## End of Feedback v2
- ## Integrations
- /src/sentry/api/endpoints/integrations/ @getsentry/product-owners-settings-integrations
- /src/sentry/api/endpoints/organization_integration_repos.py @getsentry/ecosystem
- /src/sentry/api/endpoints/sentry_app/ @getsentry/product-owners-settings-integrations
- /src/sentry/api/endpoints/project_rule*.py @getsentry/alerts-notifications
- /src/sentry/api/serializers/models/rule.py @getsentry/alerts-notifications
- /src/sentry/api/serializers/models/alert_rule.py @getsentry/alerts-notifications
- /static/app/views/organizationIntegrations @getsentry/product-owners-settings-integrations
- /static/app/views/settings/project/projectOwnership/ @getsentry/issues
- /src/sentry/digests/ @getsentry/alerts-notifications
- /src/sentry/identity/ @getsentry/enterprise
- /src/sentry/integrations/ @getsentry/product-owners-settings-integrations
- /src/sentry/mail/ @getsentry/alerts-notifications
- /src/sentry/mediators/ @getsentry/issues
- /src/sentry/notifications/ @getsentry/alerts-notifications
- /src/sentry/pipeline/ @getsentry/ecosystem
- /src/sentry/plugins/ @getsentry/ecosystem
- /src/sentry/ratelimits/ @getsentry/issues
- /src/sentry/shared_integrations/ @getsentry/ecosystem
- /src/sentry/models/externalactor.py @getsentry/ecosystem
- /src/sentry/models/externalissue.py @getsentry/ecosystem
- /src/sentry/models/identity.py @getsentry/enterprise
- /src/sentry/models/integrations/ @getsentry/product-owners-settings-integrations
- /src/sentry/tasks/codeowners/ @getsentry/issues
- /src/sentry/tasks/commits.py @getsentry/issues
- /src/sentry/tasks/commit_context.py @getsentry/issues
- /src/sentry/tasks/digests.py @getsentry/alerts-notifications
- /src/sentry/tasks/email.py @getsentry/alerts-notifications
- /src/sentry/tasks/integrations/ @getsentry/ecosystem
- /src/sentry/tasks/user_report.py @getsentry/alerts-notifications
- /src/sentry/tasks/weekly_reports.py @getsentry/alerts-notifications
- /src/sentry_plugins/ @getsentry/product-owners-settings-integrations
- *code_mappings*.py @getsentry/issues
- # To find matching files -> find . -name "*sentry_app*.py"
- *sentry_app*.py @getsentry/product-owners-settings-integrations
- *sentryapp*.py @getsentry/product-owners-settings-integrations
- *doc_integration*.py @getsentry/ecosystem
- *docintegration*.py @getsentry/ecosystem
- /src/sentry/middleware/ratelimit.py @getsentry/issues
- /src/sentry/middleware/access_log.py @getsentry/issues
- ## End of Integrations
- ## Data
- /src/sentry/models/featureadoption.py @getsentry/data
- /src/sentry/models/group.py @getsentry/data
- /src/sentry/models/grouphash.py @getsentry/data
- /src/sentry/models/grouprelease.py @getsentry/data
- /src/sentry/models/groupresolution.py @getsentry/data
- /src/sentry/models/organization.py @getsentry/data
- /src/sentry/models/organizationmember.py @getsentry/data
- /src/sentry/models/organizationoption.py @getsentry/data
- /src/sentry/models/project.py @getsentry/data @getsentry/telemetry-experience
- /src/sentry/models/projectoption.py @getsentry/data
- /src/sentry/models/release.py @getsentry/data
- /src/sentry/models/user.py @getsentry/data
- ## End of Data
- ## Enterprise
- /src/sentry/api/endpoints/oauth_userinfo.py @getsentry/enterprise
- /src/sentry/api/endpoints/organization_auditlogs.py @getsentry/enterprise
- /src/sentry/api/endpoints/organization_projects_experiment.py @getsentry/enterprise
- /src/sentry/api/endpoints/organization_stats*.py @getsentry/enterprise
- /src/sentry/api/endpoints/release_threshold*.py @getsentry/enterprise
- /src/sentry/api/endpoints/user_social_identity* @getsentry/enterprise
- /src/sentry/auth/staff.py @getsentry/enterprise
- /src/sentry/auth/superuser.py @getsentry/enterprise
- /src/sentry/middleware/staff.py @getsentry/enterprise
- /src/sentry/middleware/superuser.py @getsentry/enterprise
- /src/sentry/models/release_threshold @getsentry/enterprise
- /src/sentry/scim/ @getsentry/enterprise
- /src/sentry/tasks/integrations/github/ @getsentry/enterprise
- /src/sentry/web/frontend/auth_login.py @getsentry/enterprise
- /static/app/components/superuserStaffAccessForm.tsx @getsentry/enterprise
- /static/app/constants/superuserAccessErrors.tsx @getsentry/enterprise
- /static/app/views/organizationStats @getsentry/enterprise
- /static/app/views/releases/thresholdsList/ @getsentry/enterprise
- /static/app/views/settings/organizationAuth/ @getsentry/enterprise
- /static/app/views/settings/organizationMembers/inviteBanner.tsx @getsentry/enterprise
- /tests/sentry/api/endpoints/test_auth*.py @getsentry/enterprise
- /tests/sentry/api/endpoints/test_organization_projects_experiment.py @getsentry/enterprise
- /tests/sentry/api/test_data_secrecy.py @getsentry/enterprise
- /tests/sentry/api/test_scim*.py @getsentry/enterprise
- /tests/sentry/auth/test_staff.py @getsentry/enterprise
- /tests/sentry/auth/test_superuser.py @getsentry/enterprise
- /tests/sentry/middleware/test_staff.py @getsentry/enterprise
- /tests/sentry/tasks/integrations/github/ @getsentry/enterprise
- /tests/sentry/models/releases/ @getsentry/alerts-notifications
- ## End of Enterprise
- ## Native
- /src/sentry/api/endpoints/chunk.py @getsentry/owners-native
- /src/sentry/api/endpoints/project_app_store_connect_credentials.py @getsentry/owners-native
- /src/sentry/lang/native/ @getsentry/owners-native
- /src/sentry/processing/realtime_metrics/ @getsentry/owners-native
- /src/sentry/tasks/app_store_connect.py @getsentry/owners-native
- /src/sentry/tasks/assemble.py @getsentry/owners-native
- /src/sentry/tasks/low_priority_symbolication.py @getsentry/owners-native
- /src/sentry/tasks/symbolication.py @getsentry/owners-native
- /src/sentry/utils/appleconnect/ @getsentry/owners-native
- /tests/sentry/tasks/test_low_priority_symbolication.py @getsentry/owners-native
- /src/sentry/tasks/reprocessing.py @getsentry/processing
- /src/sentry/tasks/reprocessing2.py @getsentry/processing
- /src/sentry/reprocessing2.py @getsentry/processing
- /src/sentry/tasks/store.py @getsentry/processing
- ## End of Native
- ## APIs
- /src/sentry/apidocs/ @getsentry/owners-api
- /src/sentry/api/urls.py @getsentry/owners-api
- /api-docs/ @getsentry/owners-api
- /tests/apidocs/ @getsentry/owners-api
- /.github/workflows/openapi.yml @getsentry/owners-api
- /.github/workflows/openapi-diff.yml @getsentry/owners-api
- /src/sentry/conf/api_pagination_allowlist_do_not_modify.py @getsentry/owners-api
- ## End of APIs
- ## SDK
- /src/sentry/utils/sdk.py @getsentry/team-web-sdk-backend
- /src/sentry/api/endpoints/source_map_debug_blue_thunder_edition.py @getsentry/team-web-sdk-frontend
- ## End of SDK
- ## Telemetry Experience
- /src/sentry/api/endpoints/organization_ddm.py @getsentry/telemetry-experience
- /tests/sentry/api/endpoints/test_organization_ddm_meta.py @getsentry/telemetry-experience
- /src/sentry/api/endpoints/organization_metrics.py @getsentry/telemetry-experience
- /tests/sentry/api/endpoints/test_organization_metric* @getsentry/telemetry-experience
- /src/sentry/api/endpoints/organization_sessions.py @getsentry/telemetry-experience
- /tests/snuba/api/endpoints/test_organization_sessions.py @getsentry/telemetry-experience
- /src/sentry/api/endpoints/projects_metrics.py @getsentry/telemetry-experience
- /tests/sentry/api/endpoints/test_projects_metrics_visibility.py @getsentry/telemetry-experience
- /src/sentry/api/endpoints/organization_onboarding* @getsentry/telemetry-experience
- /tests/sentry/api/endpoints/test_organization_onboarding* @getsentry/telemetry-experience
- /src/sentry/dynamic_sampling/ @getsentry/telemetry-experience
- /tests/sentry/dynamic_sampling/ @getsentry/telemetry-experience
- /src/sentry/release_health/metrics_sessions_v2.py @getsentry/telemetry-experience
- /tests/sentry/release_health/test_metrics_sessions_v2.py @getsentry/telemetry-experience
- /src/sentry/utils/platform_categories.py @getsentry/telemetry-experience
- /src/sentry/sentry_metrics/querying/ @getsentry/telemetry-experience
- /tests/sentry/sentry_metrics/querying/ @getsentry/telemetry-experience
- /src/sentry/sentry_metrics/visibility/ @getsentry/telemetry-experience
- /tests/sentry/sentry_metrics/visibility/ @getsentry/telemetry-experience
- /src/sentry/snuba/metrics/ @getsentry/telemetry-experience
- /tests/sentry/snuba/metrics/ @getsentry/telemetry-experience
- /src/sentry/relay/config/metric_extraction.py @getsentry/telemetry-experience
- /tests/sentry/relay/config/test_metric_extraction.py @getsentry/telemetry-experience
- /static/app/actionCreators/metrics.spec.tsx @getsentry/telemetry-experience
- /static/app/actionCreators/metrics.tsx @getsentry/telemetry-experience
- /static/app/data/platformCategories.tsx @getsentry/telemetry-experience
- /static/app/data/platformPickerCategories.tsx @getsentry/telemetry-experience
- /static/app/data/platforms.tsx @getsentry/telemetry-experience
- /static/app/gettingStartedDocs/ @getsentry/telemetry-experience
- /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/ddm/ @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
- ## End of Telemetry Experience
- ## Issues
- **/issues/** @getsentry/issues
- /src/sentry/api/helpers/source_map_helper.py @getsentry/issues
- /src/sentry/api/helpers/actionable_items_helper.py @getsentry/issues
- /src/sentry/event_manager.py @getsentry/issues
- /src/sentry/grouping/ @getsentry/issues
- /src/sentry/tasks/post_process.py @getsentry/issues
- /src/sentry/tasks/unmerge.py @getsentry/issues
- /src/sentry/search/snuba/ @getsentry/issues
- /tests/sentry/event_manager/ @getsentry/issues
- /tests/sentry/grouping/ @getsentry/issues
- /tests/sentry/search/ @getsentry/issues
- /tests/sentry/tasks/test_post_process.py @getsentry/issues
- /tests/snuba/search/ @getsentry/issues
- /static/app/views/issueList @getsentry/issues
- /static/app/views/issueList @getsentry/issues
- /static/app/components/events/interfaces/crashContent/exception/actionableItems.tsx @getsentry/issues
- /static/app/utils/analytics.tsx @getsentry/issues
- /static/app/utils/routeAnalytics/ @getsentry/issues
- ## End of Issues
- ## Billing
- /src/sentry/api/endpoints/check_am2_compatibility.py @getsentry/revenue
- ## ML & AI
- /static/app/components/events/aiSuggestedSolution/ @getsentry/machine-learning-ai
- /src/sentry/api/endpoints/event_ai_suggested_fix.py @getsentry/machine-learning-ai
- ## End of ML & AI
- ## Processing
- /src/sentry/processing/* @getsentry/processing
- /src/sentry/api/endpoints/project_user_reports.py @getsentry/processing
- /src/sentry/api/endpoints/event_attachments.py @getsentry/processing
- /src/sentry/api/endpoints/event_reprocessable.py @getsentry/processing
- /src/sentry/api/endpoints/project_reprocessing.py @getsentry/processing
- ## End of Processing
- ## Ecosystem
- /src/sentry/api/endpoints/notifications/notification_actions* @getsentry/ecosystem
- /src/sentry/api/endpoints/organization_missing_org_members.py @getsentry/ecosystem
- /src/sentry/tasks/invite_missing_org_members.py @getsentry/ecosystem
- /static/app/components/modals/inviteMissingMembersModal/ @getsentry/ecosystem
- /src/sentry/tasks/integrations/github/pr_comment.py @getsentry/ecosystem
- ## End of Ecosystem
|