hrafn v0.1.2 Hrafn

Hrafn is a sentry client for Twined applications. It intercepts exceptions/stacktraces and ships them to a central sentry server.

Configuration

config :hrafn,
  dsn: "https://xxx:yyy@app.getsentry.com/12345",
  public_dsn: "https://xxx@app.getsentry.com/12345",
  logger_level: :error,
  environment: :prod,
  ignored_exceptions: [Ecto.NoResultsError, Phoenix.Router.NoRouteError]

Link to this section Summary

Link to this section Functions

Link to this function notify(exception, options \\ [])