Skip to content

Commit cf98bc8

Browse files
authored
Merge branch 'master' into cmanallen/release-optimize-another-query
2 parents 3f33d1f + 4584a12 commit cf98bc8

File tree

230 files changed

+5653
-3108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+5653
-3108
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,11 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
502502
/static/app/views/insights/pages/platform/ @getsentry/telemetry-experience
503503
## End of Telemetry Experience
504504

505+
## ML & AI
506+
*autofix*.py @getsentry/machine-learning-ai
507+
/static/app/components/events/autofix/ @getsentry/machine-learning-ai
508+
/src/sentry/seer/ @getsentry/machine-learning-ai
509+
## End of ML & AI
505510

506511
## Issues
507512
# Catch-all
@@ -515,6 +520,7 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
515520
/src/sentry/api/helpers/source_map_helper.py @getsentry/issue-workflow
516521
/src/sentry/api/issue_search.py @getsentry/issue-workflow
517522
/src/sentry/api/endpoints/ @getsentry/issue-workflow
523+
/src/sentry/api/helpers/group_index/delete.py @getsentry/issue-detection-backend
518524
/src/sentry/deletions/defaults/group.py @getsentry/issue-detection-backend
519525
/src/sentry/deletions/tasks/groups.py @getsentry/issue-detection-backend
520526
/src/sentry/event_manager.py @getsentry/issue-detection-backend
@@ -536,6 +542,7 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
536542
/src/sentry/search/events/builder/errors.py @getsentry/issue-workflow
537543
/src/sentry/search/snuba/ @getsentry/issue-workflow
538544
/src/sentry/seer/similarity/ @getsentry/issue-detection-backend
545+
/src/sentry/similarity/ @getsentry/issue-detection-backend
539546
/src/sentry/tasks/auto_ongoing_issues.py @getsentry/issue-detection-backend
540547
/src/sentry/tasks/auto_remove_inbox.py @getsentry/issue-detection-backend
541548
/src/sentry/tasks/auto_resolve_issues.py @getsentry/issue-detection-backend
@@ -618,12 +625,6 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
618625
/static/gsAdmin/components/relocation* @getsentry/hybrid-cloud
619626
/static/gsAdmin/views/relocation* @getsentry/hybrid-cloud
620627

621-
## ML & AI
622-
*autofix*.py @getsentry/machine-learning-ai
623-
/static/app/components/events/autofix/ @getsentry/machine-learning-ai
624-
/src/sentry/seer/ @getsentry/machine-learning-ai
625-
## End of ML & AI
626-
627628
## Ecosystem
628629
/src/sentry/api/endpoints/notifications/notification_actions* @getsentry/ecosystem
629630
/src/sentry/api/endpoints/organization_missing_org_members.py @getsentry/ecosystem
@@ -675,4 +676,5 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
675676
/static/app/utils/theme/ @getsentry/design-engineering
676677
/static/app/components/core/ @getsentry/design-engineering
677678
/static/app/icons/ @getsentry/design-engineering
679+
/static/app/stories/ @getsentry/design-engineering
678680
## End of Frontend Platform

.github/screenshots/insights.png

785 KB
Loading

.github/screenshots/issue-details.png

408 KB
Loading

.github/screenshots/logs.png

603 KB
Loading

.github/screenshots/projects.png

-349 KB
Binary file not shown.

.github/screenshots/releases.png

-371 KB
Binary file not shown.

.github/screenshots/replays.png

697 KB
Loading

.github/screenshots/seer.png

1.36 MB
Loading
668 KB
Loading

.github/screenshots/traces.png

797 KB
Loading

0 commit comments

Comments
 (0)