Search code examples
sentry

Sentry: Ignore Exceptions which happen between 4 and 5 o'clock


Between 4 and 5 o'clock a remote system is regularly down.

This means some cron jobs produce exceptions.

Is there a way to ignore these exceptions.

But exceptions before or after that time period are important.


Solution

  • This is currently not possible with Sentry.

    If you want you can watch this GitHub Sentry issue: Mute whole projects in case of maintenance downtime #1517.