Connect Clawsmith to your coding agent. Ship products like crazy.Unlimited usage during betaGet API Key โ†’
โ† Back to dashboard
clawsmith.com/signal/sentry-per-environment-issue-ignore
โš  IssueWide Opensaas_webappLive

Sentry issue state that respects environment so ignore in dev does not suppress prod alerts

Sentry's issue workflow (ignore, resolve, archive) applies globally across all environments. When a team ignores a noisy dev or staging error, that same suppression silences the identical error if it fires in production. The feature request for per-environment ignore has been open since March 2019 with 377 GitHub reactions and Sentry's own forum confirms the limitation: 'in some scenarios that's not ideal and we're likely going to rethink many of the issues workflows.' No third-party tool patches this gap. The product opportunity is a lightweight proxy or companion CLI that intercepts Sentry inbound webhooks, attaches environment-scoped suppression rules, and re-routes only the events that match the current environment's policy to downstream alerting (PagerDuty, Slack, etc.).

Product Idea from this Signal

A web app that maintains per-environment ignore and resolve state on top of the Sentry API so muting a dev issue never suppresses prod alerts

448 โ–ฒ

Sentry's ignore and resolve workflow actions apply globally across all environments. When an engineer mutes a noisy issue in staging or dev, that same mute silences the issue in production too. Teams working across multiple environments constantly hit false quiet in prod or get buried in dev noise they cannot selectively suppress. This service sits as a thin webhook and API layer over Sentry: it intercepts Sentry webhooks, maintains its own per-project per-environment ignore/resolve state in a lightweight database, and gates alert forwarding based on that state. Engineers interact through a small dashboard or Slack slash command to set environment-scoped mutes with optional TTLs. The service re-opens alerts that arrive from environments where the issue is not muted, even if Sentry itself has globally ignored it. It requires no changes to how Sentry is configured beyond adding a webhook endpoint.

error-monitoringdevopsdeveloper-toolssentryalert-managementwebhook
Competitive48 leadsView Opportunity โ†’

Score Breakdown

GitHub
448

Gap Assessment

Wide OpenNo dedicated solution exists

Sentry consciously defers this because rethinking the issues workflow is a large product change. Their statement from the forum in 2024 is 'we're likely going to rethink many of the issues workflows.' Active community frustration through 2026 with +1s still accumulating. The only workaround is SDK-level environment filtering before events reach Sentry, which destroys visibility rather than scoping suppression. No credible third-party product exists.