rainforestapp/raven-elixir

Name: raven-elixir

Owner: Rainforest QA

Description: Raven is an Elixir client for Sentry (getsentry.com)

Created: 2016-07-01 19:54:56.0

Updated: 2016-07-01 19:54:59.0

Pushed: 2016-07-01 21:44:58.0

Homepage: https://www.getsentry.com

Size: 38

Language: Elixir

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

raven-elixir

Build Status hex.pm version

Getting Started

To use Raven with your projects, edit your mix.exs file and add it as a dependency:

 deps do
:raven, "~> 0.0.5"}]

Overview

The goal of this project is to provide a full-feature Sentry client based on the guidelines in Writing a Client on the Sentry documentation.

However currently it only supports a Logger backend that will parse stacktraces and log them to Sentry.

Example

Example

Usage

Setup the application environment in your config.

ig :raven,
n: "https://public:secret@app.getsentry.com/1",
gs: %{
env: "production"

Install the Logger backend.

er.add_backend(Raven)

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.