You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate Seer's new `/v0/issues/supergroups/cluster-lightweight`
endpoint for lightweight root cause analysis and supergroup clustering.
When a new error issue is created, if the org is in the
`supergroups.lightweight-enabled-orgs` sentry-option, we send the
issue's event data to Seer. Seer generates a lightweight RCA via a
single LLM call and clusters the issue into supergroups based on
embedding similarity. This is separate from the existing Explorer-based
agentic RCA flow.
**Changes:**
- Register `supergroups.active-rca-source` and
`supergroups.lightweight-enabled-orgs` sentry-options
- Add `LightweightRCAClusterRequest` type and
`make_lightweight_rca_cluster_request()` API function
- Add `trigger_lightweight_rca_cluster()` core function and Celery task
- Add `kick_off_lightweight_rca_cluster` pipeline step in post_process
for new error issues
- Rename existing `lightweight_rca.py` → `explorer_lightweight_rca.py`
to clarify it's the Explorer-based flow
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments