Skip to content

Document how to hook in exception monitor (Sentry, Rollbar, etc) #47

Closed
@bensheldon

Description

The readme should include a section that explains how to set up an exception monitoring tool with GoodJob.

Primary consideration is how to differentiate between

  • explicit ActiveJob configuration that allows some kinds of errors to be "expected (unexceptional) exceptions" and ignored/unpreported. For example, an SMTP timeout error.
  • implicit ActiveJob configuration, e.g. the root level retry_on StandardError that , if hit, should be reported.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions