Skip to content

Avoid grouping statement timeouts in Sentry

Stan Hu requested to merge sh-error-tracking-query-canceled into master

To reduce noise in Sentry, !28058 (merged) grouped a number of exceptions into a single event. However, this is not helpful to identify patterns in statement timeouts, which should be grouped based on controller and action. Remove ActiveRecord::QueryCanceled from this list to avoid this grouping.

Closes gitlab-com/gl-infra/delivery#955 (closed)

Edited by Stan Hu

Merge request reports

Loading