Avoid grouping statement timeouts in Sentry
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.
Edited by Stan Hu