sentry
sentry copied to clipboard
Alert "NUMBER OF ERRORS" doesn't work
Self-Hosted Version
22.6.0
CPU Architecture
x86_64
Docker Version
20.10.17
Docker Compose Version
2.6.0
Steps to Reproduce
The number of errors exceeds the trigger, but the alert does not fire and remains in the Resolved status.

Expected Result
Alert status will change.
Actual Result
Alert status doesn't change.

Hi! Could you send the logs of the sentry container via docker-compose logs web?
That hopefully will shed some light on this issue.
Could be a product issue vs. self-hosted-specific?
Logs:
sentry_web.log
Routing to @getsentry/workflow for triage. ⏲️
Yeah I didn't see anything obvious in the web logs, so I'm thinking this is a product issue. Routing to the workflow team for them to take a look. :)
@ethanhs This sort of alert is used pretty widely on sentry.io and is working. This makes me think that this is specific to either self-hosted, or this instance. Likely something isn't running correctly on the backend. I'm not familiar with the containers run in self-hosted, but we likely need logs from workers rather than webs.
Hmm ok @Sergei-Grigoriev can you send the logs from the worker service then please?

08:18:53 [WARNING] sentry.tasks.release_registry: Release registry URL is not specified, skipping the task. 08:23:53 [WARNING] sentry.tasks.release_registry: Release registry URL is not specified, skipping the task. 08:26:52 [INFO] sentry.tasks.update_user_reports: update_user_reports.records_updated (reports_to_update=0 reports_with_event=0 updated_reports=0) 08:28:53 [WARNING] sentry.tasks.release_registry: Release registry URL is not specified, skipping the task. 08:33:53 [WARNING] sentry.tasks.release_registry: Release registry URL is not specified, skipping the task.
the same issue. Currently, the alert function doesn't work at all. Is there any fix plan?
After updating to version 22.8.0, the alert worked.