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

https://github.com/invrs/toolex

A bunch of Elixir tools we use in all of our projects...
https://github.com/invrs/toolex

Last synced: 2 months ago
JSON representation

A bunch of Elixir tools we use in all of our projects...

Awesome Lists containing this project

README

          

# Toolex

A collection of Elixir helper classes/tools we use across apps.

Specifically:

### Toolex.ErrorReporter

An error reporter that reports to bugsnag.

### Toolex.ErrorReporter.Plug

A plug we can use in Routers to automatically report errors to Bugsnag using
`Toolex.ErrorReporter`.

## Installation

1. Add toolex to your list of dependencies in `mix.exs`:

def deps do
[{:toolex, github: "invrs/toolex"}]
end