AppSignal Ignore Errors YML

Let jobs die without yelling

| Tags: jobs, errors, monitoring

You can add the key ignore_errors to config/appsignal.yml and list any error class you don't want reported.

  ...

  ignore_errors:
    CustomIgnoredError

  ...

For example if want Sidekiq jobs to fail using the normal mechanisms but not clog your logs.

AppSignal Docs

Table of Contents