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.
- We use the
issue_idas a deduplication key for Sentry alerts - If multiple active alerts are triggered for the same
issue_id, only the first alert will be shown - The duplicate alerts will be automatically deduplicated to prevent alert fatigue
- A new alert will only be created when:
- A different
issue_idis received - The previous alert with the same
issue_idhas been resolved
- A different
issue_id than any currently active alerts.