getsentry / getsentry/sentry

Alert with tag + priority filter doesn't fire despite conditions are met

Open
#122,977 2 comments 1 reaction 1 assignee View on GitHub

@sentaur-athena is already working on this.

Since Aug 31, 2026.

Bug Product Area: Alerts Waiting for: Product Owner
Dominant language
Python
Stars
44.8k
Forks
4.9k
Avg merge
21h 23m
Merged PRs (30d)
607

Description

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

For links, please check the Linear issue.

There's a rule with these conditions:

WHEN (any): "An event or issue activity is captured," "A new issue is created," "An issue escalates"
Two independent IF/THEN filter blocks:
Block 1 - IF (all): event's team tag equals pay, AND number of events in an issue is more than 25 in 15 minutes → THEN: send Slack notification
Block 2 - IF (all): event's team tag equals pay, AND current issue priority ≥ High → THEN: send Slack notification

There's an issue that would match the second IF block's conditions, but the alert is not triggered.

Expected Result

The alert rule should fire

Actual Result

The alert rule doesn't currently fire

Product Area

Alerts

Link

No response

DSN

No response

Version

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.