Skip to content

dsabanin/tiny-bugsnag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny-bugsnag

A Clojure library designed to send exception reports to BugSnag.

Usage

(ns test
  (:require [tiny-bugsnag.core :as bugsnag]))
            
(bugsnag/setup! "6f6db104bc57ee7efc98b14af2" "production")

;; simplest form
(bugsnag/notify :exception exc)

;; more options
(bugsnag/notify :context "Some Context"
                :exception exc
                :data {"Optional Tab" {"Key" "Value"}}
                :user optional-user-id
                :severity "warning")

Install

Clojars Project

License

Copyright © 2014 Dima

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

About

A tiny Clojure client for bugsnag.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published