Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
76616ba
feat(search): Add experimental "recommended" issue sort (#111043)
mrduncan Apr 6, 2026
da920f8
feat(supergroups): Add status filter to supergroups by-group endpoint…
scttcper Apr 6, 2026
7ad2e7f
chore(ACI): Add a flag to metric alert rule details GET method (#112204)
ceorourke Apr 6, 2026
254a7c1
ref(issues): Remove old UI from remaining event interface files (#112…
malwilley Apr 6, 2026
a42598b
ref(issues): Remove streamlined UI from stack trace files (#112242)
malwilley Apr 6, 2026
0b212a8
feat(aci): Add issue preview to cron monitor form (#112237)
malwilley Apr 6, 2026
1a2ec01
feat(supergroups): Show filtered vs total events in supergroup chart …
scttcper Apr 6, 2026
4ca6b21
fix(aci): Handle invalid project IDs in monitor form (#112220)
malwilley Apr 6, 2026
b613ff4
feat(aci): Add issue preview to uptime monitor form (#112224)
malwilley Apr 6, 2026
256ba06
chore(ACI): Add a flag to incident details GET method (#112230)
ceorourke Apr 6, 2026
3faec9a
fix(autofix): On repo hide, delete corresponding SeerProjectRepositor…
srest2021 Apr 6, 2026
ce960bb
feat(github): Handle installation_repositories webhook (#112227)
wedamija Apr 6, 2026
b82a004
feat(support): Add Intercom support widget frontend integration (#108…
sentaur-athena Apr 6, 2026
5ee90a2
feat(llm-detection): Accept additional_attributes param in get_trace_…
nora-shap Apr 6, 2026
5bce766
feat(aci): Update all monitor forms use more consistent wording and a…
malwilley Apr 6, 2026
99d283d
chore(codeowners): move /rules/ back to alerts-notifications (#112272)
cvxluo Apr 6, 2026
4c80d59
fix(test): Upgrade framer motion, Disable animations in tests (#112270)
scttcper Apr 6, 2026
ff5936e
chore(billing): added trace metrics to byte categories(BIL-2221) (#11…
krithikravi Apr 6, 2026
233b780
feat(integrations): Add API pipeline flag for github (#112280)
evanpurkhiser Apr 6, 2026
a7ab73e
ref(grouping): Remove lookahead and lookbehind from parameterization …
lobsterkatie Apr 6, 2026
c947de4
test(onboarding): Add acceptance tests for SCM onboarding flow (#112174)
jaydgoss Apr 6, 2026
65bd267
ref(py): Remove backwards-compatible org serializer aliases (#112271)
evanpurkhiser Apr 6, 2026
cd16069
fix(replays): Use Dataset enum instead of string comparisons in repla…
scttcper Apr 6, 2026
0e5f31f
ref(ui): Remove testableTransition utility (#112277)
evanpurkhiser Apr 6, 2026
7d8fe40
ref(pipleine): Remove `data` from PipelineStepResult.advance (#112281)
evanpurkhiser Apr 6, 2026
266c806
ref: Replace useUrlParams in favor of nuqs (#112268)
ryan953 Apr 6, 2026
66f69d2
ci(st): cutover to new selective testing infra (#112263)
joshuarli Apr 6, 2026
409b88c
ref(admin): Replace `useRouter` usage in `InstanceLevelOAuthDetails` …
shashjar Apr 6, 2026
8ec9413
ref(grouping): Add false positive parameterization metric (#112275)
lobsterkatie Apr 6, 2026
d06d2fc
ref(admin): Replace `useRouter` usage in `CustomerStats` & `CustomerS…
shashjar Apr 6, 2026
7860532
fix(supergroup): Guard against NaN in supergroup row stats during loa…
scttcper Apr 6, 2026
4a23a84
feat(seer): Wrap the seat-based wizard in a feature flag (#112212)
ryan953 Apr 6, 2026
4e9626f
ref(spans): Replace `useRouter` usage in spans `SampleList` (#112297)
shashjar Apr 6, 2026
4fd1d10
chore(billing): Added data category constant for trace metric byte(BI…
krithikravi Apr 6, 2026
1ca6216
feat(aci): Add markdown icon to monitor description input (#112295)
malwilley Apr 6, 2026
95827eb
feat(github-enterprise): Route installation_repositories to control s…
wedamija Apr 6, 2026
d6d1381
feat(billing): Gate trace metric bytes notification behind feature fl…
brendanhsentry Apr 6, 2026
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
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ pnpm-lock.yaml @getsentry/owners-js-de
/src/sentry/snuba/subscriptions.py @getsentry/alerts-notifications
/src/sentry/snuba/tasks.py @getsentry/alerts-notifications
/tests/snuba/incidents/ @getsentry/alerts-notifications
/src/sentry/rules/ @getsentry/alerts-notifications
/tests/sentry/rules/ @getsentry/alerts-notifications
/tests/sentry/snuba/test_query_subscription_consumer.py @getsentry/alerts-notifications
/tests/sentry/snuba/test_subscriptions.py @getsentry/alerts-notifications
Expand Down Expand Up @@ -609,6 +610,7 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
/static/app/gettingStartedDocs/ @getsentry/value-discovery
/static/app/types/project.tsx @getsentry/value-discovery
/static/app/views/onboarding/ @getsentry/value-discovery
/tests/acceptance/test_scm_onboarding.py @getsentry/value-discovery
/tests/js/fixtures/detectedPlatform.ts @getsentry/value-discovery
/static/app/views/projectInstall/ @getsentry/value-discovery
/src/sentry/onboarding_tasks/ @getsentry/value-discovery
Expand Down Expand Up @@ -643,7 +645,6 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
/src/sentry/api/helpers/group_index/ @getsentry/issue-workflow
/src/sentry/api/helpers/source_map_helper.py @getsentry/issue-workflow
/src/sentry/api/endpoints/ @getsentry/issue-workflow
/src/sentry/rules/ @getsentry/issue-detection-backend
/src/sentry/processing_errors/ @getsentry/issue-detection-backend
/src/sentry/api/helpers/group_index/delete.py @getsentry/issue-detection-backend
/src/sentry/deletions/defaults/group.py @getsentry/issue-detection-backend
Expand Down
277 changes: 0 additions & 277 deletions .github/workflows/backend-selective.yml

This file was deleted.

Loading
Loading