Skip to content

A thin wrapper around the official Java library for Sentry.

License

Notifications You must be signed in to change notification settings

curiosity/raven-clj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A thin wrapper around the official Java library for Sentry.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 100.0%