Skip to content

Harden helper observability with retry-aware Sentry capture#357

Open
p0mvn wants to merge 2 commits into
mainfrom
obs/helper-retry-aware-capture
Open

Harden helper observability with retry-aware Sentry capture#357
p0mvn wants to merge 2 commits into
mainfrom
obs/helper-retry-aware-capture

Conversation

@p0mvn

@p0mvn p0mvn commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add structured helper failure metadata (stage, retriable, optional chain_code)
  • make helper Sentry capture retry-aware to avoid alert storms from repeated retries
  • extend helper tests for failure metadata and capture-decision behavior

Test plan

  • go test ./internal/helper

Add structured helper failure metadata and gate Sentry emission by attempt so deterministic retries do not create alert storms while preserving retry behavior.
@p0mvn
p0mvn force-pushed the obs/helper-retry-aware-capture branch from 243a919 to ca30a5e Compare June 1, 2026 16:37
Capture non-retriable helper failures on first and final attempts to preserve early operator visibility while still suppressing noisy middle retries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant