fix(huey): Fix group and chord handling in enqueue by ericapisani · Pull Request #6392 · getsentry/sentry-python
The Huey integration was not properly handling task groups and chords when enqueuing. When a group/chord is enqueued, we would attempt to access the `name` attribute of the group/chord object for the span. They don't have one, causing an AttributeError. Fixes PY-2426 Fixes #6310
ericapisani
deleted the
py-2426-fix-group-and-chord-handling
branch
ericapisani added a commit that referenced this pull request
Builds on a bug fix (PY-2426/ #6392 ) Migrates the Huey integration to support the new spans-first tracing lifecycle (`trace_lifecycle: "stream"`), while keeping full backwards compatibility with the existing transaction-based path. Fixes PY-2331 and #6029 --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters