Module: ExceptionHandling

Extended by:
ActiveSupport::Concern
Included in:
ApplicationController, SignIn::ApplicationController
Defined in:
app/controllers/concerns/exception_handling.rb

Constant Summary collapse

SKIP_SENTRY_EXCEPTION_TYPES =

In addition to Common::Exceptions::BackendServiceException that have sentry_type :none the following exceptions will also be skipped.

[
  Breakers::OutageException,
  JsonSchema::JsonApiMissingAttribute,
  Pundit::NotAuthorizedError
].freeze