You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to add a weekly cron to generate a notification if any new buckets cross a time threshold (like settings.CLEANUP_CRASHES_AFTER_DAYS). It should link to the signatures view using the above query.
The text was updated successfully, but these errors were encountered:
A query like this on the CrashManager signatures view shows all buckets that haven't received a crash in the past 6 months:
It would be useful to add a weekly cron to generate a notification if any new buckets cross a time threshold (like
settings.CLEANUP_CRASHES_AFTER_DAYS
). It should link to the signatures view using the above query.The text was updated successfully, but these errors were encountered: