Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ pnpm-lock.yaml @getsentry/owners-js-de
/src/sentry/tasks/post_process.py @getsentry/issue-detection-backend
## Issue Detection Lower Priority

## Event components fallback so more specific rules can take precedence
/static/app/components/events/ @getsentry/issue-workflow

## Hybrid Cloud
/src/sentry/silo/ @getsentry/hybrid-cloud
/src/sentry/hybridcloud/ @getsentry/hybrid-cloud
Expand Down Expand Up @@ -347,7 +350,6 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
/static/app/views/performance/ @getsentry/data-browsing
/static/app/components/performance/ @getsentry/data-browsing
/static/app/utils/performance/ @getsentry/data-browsing
/static/app/components/events/groupingInfo @getsentry/data-browsing
/static/app/components/events/interfaces/spans/ @getsentry/data-browsing
/static/app/components/events/viewHierarchy/* @getsentry/data-browsing
/static/app/components/searchQueryBuilder/ @getsentry/data-browsing
Expand Down Expand Up @@ -439,7 +441,6 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
/static/app/components/analyticsArea.spec.tsx @getsentry/app-frontend
/static/app/components/analyticsArea.tsx @getsentry/app-frontend
/static/app/components/loading/ @getsentry/app-frontend
/static/app/components/events/interfaces/ @getsentry/app-frontend
/static/app/components/forms/ @getsentry/app-frontend
/static/app/components/featureShowcase.mdx @getsentry/app-frontend
/static/app/components/featureShowcase.spec.tsx @getsentry/app-frontend
Expand Down Expand Up @@ -691,9 +692,6 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
/src/sentry/tasks/unmerge.py @getsentry/issue-detection-backend
/src/sentry/tasks/weekly_escalating_forecast.py @getsentry/issue-detection-backend
/src/sentry/tasks/llm_issue_detection/ @getsentry/issue-detection-backend
/static/app/components/events/contexts/ @getsentry/issue-workflow
/static/app/components/events/eventTags/ @getsentry/issue-workflow
/static/app/components/events/highlights/ @getsentry/issue-workflow
/static/app/components/issues/ @getsentry/issue-workflow
/static/app/components/stackTrace/ @getsentry/issue-workflow
/static/app/components/stream/supergroups/ @getsentry/issue-detection-frontend
Expand All @@ -704,8 +702,6 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
/static/app/views/issueDetails/ @getsentry/issue-workflow
/static/app/views/nav/secondary/sections/issues/ @getsentry/issue-workflow
/static/app/views/sharedGroupDetails/ @getsentry/issue-workflow
/static/app/components/events/interfaces/performance/spanEvidenceKeyValueList.tsx @getsentry/issue-detection-frontend
/static/app/components/events/interfaces/crashContent/exception/actionableItems.tsx @getsentry/issue-workflow
/tests/sentry/deletions/test_group.py @getsentry/issue-detection-backend
/tests/sentry/event_manager/ @getsentry/issue-detection-backend
/tests/sentry/grouping/ @getsentry/issue-detection-backend
Expand Down
Loading