Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Mayvenn/clj-honeybadger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-honeybadger

Sends exceptions to honeybadger. This is fork of ring-honeybadger that doesn't assume ring.

This is useful when your service isn't a web server (i.e. - A worker process).

Installation

Add to your dependencies in your project.clj:

[clj-honeybadger "0.4.1"]

Usage

Use send-exception! to send an exception to honeybadger:

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

(try
  ...
  (catch Exception e
    (honeybadger/send-exception! e {:api-key "honeybadger-api-key"
                                    :env "production"})))

About

Send exceptions to Honeybadger in Clojure

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •