Skip to content
  • Stan Hu's avatar
    Log rescued exceptions to Sentry · 63cfad1f7f12
    Stan Hu authored
    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.
    63cfad1f7f12