An open API service indexing awesome lists of open source software.

https://github.com/jechol/rail_sentry


https://github.com/jechol/rail_sentry

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# RailSentry

Rail error reporter for Sentry

## Installation

```elixir
def deps do
[
{:rail_sentry, "~> 0.1.0"}
]
end
```

Config globally

```elixir
config :rail, :error_reporter, RailSentry
```

or only for current process.

```elixir
Process.put(:rail_error_reporter, RailSentry)
```