Why am I not receiving subsequent Sentry alert notifications?
Last updated: July 3, 2025
Context
When configuring Sentry as an alert source, you may notice that while the initial test notification is received successfully, subsequent alert notifications appear not to come through, even though they are being sent from Sentry's side.
Answer
This issue is most commonly seen when first setting up and testing the Sentry alert source.
If you're not receiving subsequent Sentry alerts, this is likely due to an existing alert still in a firing state that is using the same deduplication key. Here's how it works:
We use the
issue_idas a deduplication key for Sentry alertsIf multiple active alerts are triggered for the same
issue_id, only the first alert will be shownThe duplicate alerts will be automatically deduplicated to prevent alert fatigue
A new alert will only be created when:
A different
issue_idis receivedThe previous alert with the same
issue_idhas been resolved
To verify if you're receiving alerts correctly, test with a new alert that has a different issue_id than any currently active alerts.