sentry v0.0.1 Sentry.Logger

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, Sentry.Logger]

Summary

Functions

Default GenEvent event handler for logger

Functions

handle_event(arg1, state)

Default GenEvent event handler for logger.