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
feat(daemon): route completed-run telemetry through Vela (#5666)
* feat(daemon): route completed-run telemetry through Vela
* fix(daemon): migrate test telemetry relay domain
* feat(daemon): send Vela feedback scores with completed-run telemetry
Map score-create into the Vela envelope and use the same Vela sink for
thumbs feedback, binding scores via the client run id instead of skipping
them when account-aware telemetry is selected.
* fix(daemon): skip anonymous fallback for Vela feedback auth errors
Score-only feedback batches must stay on the account-scoped Vela path.
When Vela returns 401/403, fail the delivery instead of posting to the
anonymous relay, which has no matching trace for those scores.
Generated-By: looper 0.11.0-beta.1 (runner=fixer, agent=grok-build)
0 commit comments