Skip to content

Commit e08732c

Browse files
Abdullah KhanAbdullah Khan
authored andcommitted
feat(explore-suspect-attrs): Resolving conflicts
2 parents cc1f2d4 + eed44b6 commit e08732c

File tree

613 files changed

+17933
-9335
lines changed

Some content is hidden

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

613 files changed

+17933
-9335
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,14 @@ 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+
*seer_explorer*.py @getsentry/machine-learning-ai
510+
*seerExplorer*.tsx @getsentry/machine-learning-ai
511+
*seerExplorer*.ts @getsentry/machine-learning-ai
512+
## End of ML & AI
505513

506514
## Issues
507515
# Catch-all
@@ -515,6 +523,7 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
515523
/src/sentry/api/helpers/source_map_helper.py @getsentry/issue-workflow
516524
/src/sentry/api/issue_search.py @getsentry/issue-workflow
517525
/src/sentry/api/endpoints/ @getsentry/issue-workflow
526+
/src/sentry/api/helpers/group_index/delete.py @getsentry/issue-detection-backend
518527
/src/sentry/deletions/defaults/group.py @getsentry/issue-detection-backend
519528
/src/sentry/deletions/tasks/groups.py @getsentry/issue-detection-backend
520529
/src/sentry/event_manager.py @getsentry/issue-detection-backend
@@ -536,6 +545,7 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
536545
/src/sentry/search/events/builder/errors.py @getsentry/issue-workflow
537546
/src/sentry/search/snuba/ @getsentry/issue-workflow
538547
/src/sentry/seer/similarity/ @getsentry/issue-detection-backend
548+
/src/sentry/similarity/ @getsentry/issue-detection-backend
539549
/src/sentry/tasks/auto_ongoing_issues.py @getsentry/issue-detection-backend
540550
/src/sentry/tasks/auto_remove_inbox.py @getsentry/issue-detection-backend
541551
/src/sentry/tasks/auto_resolve_issues.py @getsentry/issue-detection-backend
@@ -618,12 +628,6 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
618628
/static/gsAdmin/components/relocation* @getsentry/hybrid-cloud
619629
/static/gsAdmin/views/relocation* @getsentry/hybrid-cloud
620630

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-
627631
## Ecosystem
628632
/src/sentry/api/endpoints/notifications/notification_actions* @getsentry/ecosystem
629633
/src/sentry/api/endpoints/organization_missing_org_members.py @getsentry/ecosystem
@@ -675,4 +679,5 @@ tests/sentry/api/endpoints/test_organization_dashboard_widget_details.py @ge
675679
/static/app/utils/theme/ @getsentry/design-engineering
676680
/static/app/components/core/ @getsentry/design-engineering
677681
/static/app/icons/ @getsentry/design-engineering
682+
/static/app/stories/ @getsentry/design-engineering
678683
## End of Frontend Platform

.github/file-filters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ typecheckable_rules_changed: &typecheckable_rules_changed
3131
# Trigger to apply the 'Scope: Frontend' label to PRs
3232
frontend_all: &frontend_all
3333
- added|modified: '**/*.{ts,tsx,js,jsx,mjs}'
34-
- added|modified: 'static/**/*.{less,json,yml,md}'
34+
- added|modified: 'static/**/*.{less,json,yml,md,mdx}'
3535
- added|modified: '{.volta,vercel,tsconfig,biome,package}.json'
3636

3737
# Also used in `getsentry-dispatch.yml` to dispatch backend tests on getsentry

.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

0 commit comments

Comments
 (0)