/raven-clj

A thin wrapper around the official Java library for Sentry.

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

raven-clj

A thin wrapper around the official Java library for Sentry.

Usage

(require '[raven-clj.core :as raven])

(def dsn
  "https://blah:blee@sentry.io/bloo")

(try
  (do-something-risky)
  (catch Exception e
    (raven/send-event dsn {:throwable e})))

License

Copyright © 2016 Coda Hale

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.