What getsentry/sentry shipped
Generated by FoxPlug from public activity — not affiliated with Sentry.
Week of September 14, 2026
What shipped
- Autofix RCA step now runs in Seer by default with the autofix-rca-in-seer flag removed and dead code cleaned up [2]. Pull request #124930
- Suspect commit detection now routes per project instead of organization level, fixing routing for 136,000 projects across 50,000 organizations [3]. Pull request #123070
- Inbox now combines personal and team issue filters into a single 'Me' section replacing the separate 'My Team' section [8]. Pull request #124852
- Autofix now labels low-scoring Night Shift issues as fixable, not fixable, or uncertain through daily Opus judging to train the fixability model [13]. Pull request #124909
- Releases built from Origin repositories now include commits, authors, and file changes through implemented compare_commits support [16]. Pull request #124853
- Alert edit page now registers semantic page context to Seer so it can answer questions about unsaved alert builder state [20]. Pull request #124928
- Alert detail page now registers semantic page context reporting alert identity, environment, throttle, monitors, triggers, and filters [22]. Pull request #124917
- Saved formulas feature is now gated behind a flag [28]. Pull request #124900
- Log detail requests now preserve routing hints from the response that returned the selected log across pagination and refreshes [31]. Pull request #124785
- Clicking on span_id attributes in logs and metrics now links to the waterfall view [38]. Pull request #124825
Why it matters
Suspect commit routing per project fixes a major issue affecting over 100,000 projects, autofix and Seer integration improvements enhance error resolution capabilities, and UI refinements to alerts, logs, and releases improve user workflows across the platform.
Changelog entry
- Autofix RCA step now runs in Seer by default; removed autofix-rca-in-seer flag and dead code Pull request #124930
- Suspect commit detection routes per project instead of organization level Pull request #123070
- Inbox combines personal and team issue filters into single 'Me' section Pull request #124852
- Autofix labels low-scoring Night Shift issues for fixability model training Pull request #124909
- Releases from Origin repositories include commits, authors, and file changes Pull request #124853
- Alert edit page registers semantic page context to external systems Pull request #124928
- Alert detail page reports alert state and configuration as semantic context Pull request #124917
- Log detail requests preserve routing hints across pagination and refreshes Pull request #124785
- Span ID attributes in logs and metrics now link to waterfall view Pull request #124825
This week: suspect commit routing now works per project, not org-wide, fixing detection for 136K projects. Autofix improves with Seer RCA by default and fixability labels. Inbox combines personal and team filters.
Sentry shipped significant improvements this week: suspect commit detection now routes per project (fixing 136K projects across 50K organizations), autofix advances with Seer RCA by default and automatic fixability labeling, alert builder and detail pages gain semantic context awareness for better AI assistance, and logs now link span_id attributes to waterfalls. These changes improve error triage, resolution, and observability workflows.