Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update CHANGELOG.md for 9.4.0 | James Edwards-Jones | 2017-07-22 | 1 | -4/+0 |
| | | | [ci skip] | ||||
* | Log rescued exceptions to Sentrysh-log-application-controller-exceptions-sentry | Stan Hu | 2017-07-04 | 1 | -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. |