summaryrefslogtreecommitdiff
path: root/changelogs/unreleased/sh-log-application-controller-exceptions-sentry.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGELOG.md for 9.4.0James Edwards-Jones2017-07-221-4/+0
| | | [ci skip]
* Log rescued exceptions to Sentrysh-log-application-controller-exceptions-sentryStan Hu2017-07-041-0/+4
Support noticed that a number of exceptions, such as "Encoding::CompatibilityError (incompatible character encodings: UTF-8 and ASCII-8BIT)", failed to report to Sentry. The `rescue_from` in the ApplicationController prevented these exceptions from being recorded. This change ensures that these exceptions are properly captured.