# Legal /LICENSE @getsentry/owners-legal # Migrations /src/sentry/migrations/ @getsentry/owners-migrations # Snuba /src/sentry/eventstream/ @getsentry/owners-snuba /src/sentry/utils/snuba.py @getsentry/owners-snuba @getsentry/visibility /src/sentry/utils/snql.py @getsentry/owners-snuba /src/sentry/tsdb/snuba.py @getsentry/owners-snuba /src/sentry/tsdb/redissnuba.py @getsentry/owners-snuba /src/sentry/search/snuba/ @getsentry/owners-snuba /src/sentry/tagstore/snuba/ @getsentry/owners-snuba # Event Ingestion /src/sentry/attachments/ @getsentry/owners-ingest /src/sentry/coreapi.py @getsentry/owners-ingest /src/sentry/ingest/ @getsentry/owners-ingest /src/sentry/interfaces/ @getsentry/owners-ingest /src/sentry/message_filters.py @getsentry/owners-ingest /src/sentry/quotas/ @getsentry/owners-ingest /src/sentry/relay/ @getsentry/owners-ingest /src/sentry/utils/data_filters.py @getsentry/owners-ingest /src/sentry/web/api.py @getsentry/owners-ingest /src/sentry/scripts/quotas/ @getsentry/owners-ingest /src/sentry/scripts/tsdb/ @getsentry/owners-ingest /src/sentry/tasks/reprocessing.py @getsentry/owners-ingest /src/sentry/tasks/reprocessing2.py @getsentry/owners-ingest /src/sentry/tasks/store.py @getsentry/owners-ingest /src/sentry/tasks/unmerge.py @getsentry/owners-ingest # Security /src/sentry/net/ @getsentry/security /src/sentry/auth/ @getsentry/security /src/sentry/api/permissions.py @getsentry/security /src/sentry/api/authentication.py @getsentry/security /src/sentry/api/endpoints/auth* @getsentry/security # Dev /.github/ @getsentry/owners-sentry-dev /config/hooks/ @getsentry/owners-sentry-dev /scripts/ @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 mypy.ini @getsentry/python-typing # Build & Releases /.github/workflows/release.yml @getsentry/releases /scripts/bump-version.sh @getsentry/releases /scripts/post-release.sh @getsentry/releases /docker @getsentry/releases setup.py @getsentry/releases setup.cfg @getsentry/releases requirements*.txt @getsentry/owners-python-build pyproject.toml @getsentry/owners-python-build tsconfig.* @getsentry/owners-js-build webpack.config.* @getsentry/owners-js-build package.json @getsentry/owners-js-build babel.config.* @getsentry/owners-js-build build-utils/ @getsentry/owners-js-build # Design /static/app/icons/ @getsentry/design /static/fonts/ @getsentry/design /static/images/ @getsentry/design /docs-ui/components/ @getsentry/design # Owners by product feature # Releases UI /static/app/views/releases/ @getsentry/owners-releases-ui /tests/js/spec/views/releases/ @getsentry/owners-releases-ui ### Issue/Metric Alerts ### /static/app/views/settings/projectAlerts/ @getsentry/workflow /tests/js/spec/views/settings/projectAlerts/ @getsentry/workflow /static/app/views/settings/incidentRules/ @getsentry/workflow /tests/js/spec/views/settings/incidentRules/ @getsentry/workflow /static/app/views/alerts/ @getsentry/workflow /tests/js/spec/views/alerts/ @getsentry/workflow /src/sentry/templates/sentry/emails/incidents/ @getsentry/workflow /src/sentry/incidents/ @getsentry/workflow /tests/sentry/incidents/ @getsentry/workflow /tests/acceptance/test_incidents.py @getsentry/workflow /src/sentry/api/endpoints/group_events.py @getsentry/workflow /src/sentry/api/endpoints/organization_group_index.py @getsentry/workflow /src/sentry/api/helpers/group_index.py @getsentry/workflow /src/sentry/api/helpers/events.py @getsentry/workflow /src/sentry/snuba/models.py @getsentry/workflow /src/sentry/snuba/query_subscription_consumer.py @getsentry/workflow /src/sentry/snuba/subscriptions.py @getsentry/workflow /tests/snuba/incidents/ @getsentry/workflow /tests/sentry/snuba/test_query_subscription_consumer.py @getsentry/workflow /tests/sentry/snuba/test_subscriptions.py @getsentry/workflow /tests/sentry/snuba/test_tasks.py @getsentry/workflow /tests/snuba/snuba/test_query_subscription_consumer.py @getsentry/workflow /src/sentry/api/issue_search.py @getsentry/workflow /tests/sentry/api/test_issue_search.py @getsentry/workflow ### Endof Issue/Metric Alerts ### ### Visibility ### /src/sentry/api/endpoints/organization_tags.py @getsentry/visibility /tests/snuba/api/endpoints/ @getsentry/visibility /src/sentry/api/serializers/snuba.py @getsentry/visibility /src/sentry/snuba/ @getsentry/visibility /src/sentry/search/ @getsentry/visibility /tests/snuba/search/test_backend.py @getsentry/visibility /static/app/utils/discover/ @getsentry/visibility /tests/js/spec/utils/discover/ @getsentry/visibility ### Endof Visibility ### ### Performance ### /src/sentry/api/endpoints/organization_events_facets_performance.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_vitals.py @getsentry/performance /static/app/views/performance/ @getsentry/performance /tests/js/spec/views/performance/ @getsentry/performance /static/app/utils/performance/ @getsentry/performance /tests/js/spec/utils/performance/ @getsentry/performance /static/app/components/events/interfaces/spans/ @getsentry/performance /static/app/components/performance/ @getsentry/performance /static/app/components/quickTrace/ @getsentry/performance ### Endof Performance ### ### Discover/Dashboards ### /src/sentry/api/bases/organization_events.py @getsentry/discover-n-dashboards /src/sentry/api/endpoints/organization_event_details.py @getsentry/discover-n-dashboards /src/sentry/api/endpoints/organization_events.py @getsentry/discover-n-dashboards /src/sentry/api/endpoints/organization_events_facets.py @getsentry/discover-n-dashboards /src/sentry/api/endpoints/organization_events_meta.py @getsentry/discover-n-dashboards /src/sentry/api/endpoints/organization_events_stats.py @getsentry/discover-n-dashboards /src/sentry/discover/ @getsentry/discover-n-dashboards /tests/sentry/snuba/test_discover.py @getsentry/discover-n-dashboards /src/sentry/api/event_search.py @getsentry/discover-n-dashboards /tests/sentry/api/test_event_search.py @getsentry/discover-n-dashboards /src/sentry/data_export/ @getsentry/discover-n-dashboards /tests/sentry/data_export/ @getsentry/discover-n-dashboards /static/app/views/eventsV2/ @getsentry/discover-n-dashboards /tests/js/spec/views/eventsV2/ @getsentry/discover-n-dashboards /static/app/views/discover/ @getsentry/discover-n-dashboards /tests/js/spec/views/discover/ @getsentry/discover-n-dashboards /static/app/views/dashboardsV2/ @getsentry/discover-n-dashboards /tests/js/spec/views/dashboardsV2/ @getsentry/discover-n-dashboards ### Endof Discover/Dashboards ### ### Ecosystem ### /src/sentry/api/endpoints/organization_integration_details.py @getsentry/ecosystem /src/sentry/api/endpoints/organization_integration_repos.py @getsentry/ecosystem /src/sentry/api/endpoints/organization_integration_request.py @getsentry/ecosystem /src/sentry/api/endpoints/organization_integrations.py @getsentry/ecosystem /src/sentry/api/endpoints/organization_plugins_configs.py @getsentry/ecosystem /src/sentry/api/endpoints/organization_plugins.py @getsentry/ecosystem /src/sentry/api/endpoints/organization_release_previous_commits.py @getsentry/ecosystem /src/sentry/api/endpoints/sentry_internal_app_token_details.py @getsentry/ecosystem /src/sentry/api/endpoints/sentry_internal_app_tokens.py @getsentry/ecosystem /static/app/views/organizationIntegrations @getsentry/ecosystem /src/sentry/integrations/ @getsentry/ecosystem /src/sentry/identity/ @getsentry/ecosystem /src/sentry/plugins/ @getsentry/ecosystem /src/sentry/shared_integrations/ @getsentry/ecosystem /src/sentry/mediators/ @getsentry/ecosystem /src/sentry/models/integrationfeature.py @getsentry/ecosystem /src/sentry/tasks/integrations.py @getsentry/ecosystem /src/sentry_plugins/ @getsentry/ecosystem # To find matching files -> find . -name "*sentry_app*.py" *sentry_app*.py @getsentry/ecosystem *sentryapp*.py @getsentry/ecosystem /api-docs/ @getsentry/ecosystem /tests/apidocs/ @getsentry/ecosystem ### End of Ecosystem ### ### 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/integration.py @getsentry/data @getsentry/ecosystem /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 /src/sentry/models/projectoption.py @getsentry/data /src/sentry/models/release.py @getsentry/data /src/sentry/models/sentryapp.py @getsentry/data @getsentry/ecosystem /src/sentry/models/sentryappinstallation.py @getsentry/data @getsentry/ecosystem /src/sentry/models/user.py @getsentry/data ### End of Data ### ### Enterprise ### /src/sentry/api/endpoints/organization_auditlogs.py @getsentry/enterprise /src/sentry/api/endpoints/organization_stats*.py @getsentry/enterprise /src/sentry/scim/ @getsentry/enterprise /tests/sentry/api/test_scim.py @getsentry/enterprise ## End of Enterprise ### ### Workflow ### /src/sentry/api/endpoints/organization_activity.py @getsentry/workflow /src/sentry/api/endpoints/organization_searches.py @getsentry/workflow /src/sentry/tasks/releasemonitor.py @getsentry/workflow ## End of Workflow ## ### Native ### /src/sentry/api/endpoints/chunk.py @getsentry/owners-native /src/sentry/lang/native/ @getsentry/owners-native /src/sentry/tasks/app_store_connect.py @getsentry/owners-native /src/sentry/tasks/assemble.py @getsentry/owners-native ## End of Native ##