sentry_logger_backend v0.1.2 SentryLoggerBackend

Provides a Logger backend for Sentry. This will automatically submit Error level Logger events to Sentry.

### Configuration Simply add the following to your config:

  config :logger, backends: [:console, SentryLoggerBackend]

To set the level threshold:

  config :logger, SentryLoggerBackend, level: :error