getsentry / getsentry/sentry

Alerting on events that are tagged with a release under a certain release number

Open
#76,986 5 comments 0 reactions 0 assignees View on GitHub
Feature Product Area: Alerts
Dominant language
Python
Stars
44.8k
Forks
4.9k
Avg merge
22h 21m
Merged PRs (30d)
586

Description

### Problem Statement

I want to be able to create an alert that sends a notification if a certain number of users are experiencing problems with issues above/below a certain release. Currently, the closest thing I have to something like this is the following alert filters:

![Image](https://github.com/user-attachments/assets/38166bf0-64be-403e-af5b-da046e89695c)

Right now, if I try to create an alert for something like this, the release and release build info are treated as strings and not ints, so I can't use less than, greater than operator as part of my discover query, please see below

![Image](https://github.com/user-attachments/assets/f1bfc97b-c7e5-489d-8707-168f2b9f8ef4)

### Solution Brainstorm

Make the release or the release.build an int for so they can be used with the above discovery query and an alert can be made off of it.

### Product Area

Alerts

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.