Skip to content
/ toolex Public

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

Notifications You must be signed in to change notification settings

invrs/toolex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages