(get-client {:keys [environment rollbar-token]})
(init! {:keys [environment rollbar-token add-uncaught-exception-handler?]
:or {add-uncaught-exception-handler? true}})
Initialises error handling.
Initialises error handling.
(notify ex)
(notify ex data)
(notify client ex data)
Sends an exception to the Rollbar service.
The data must be JSON serialisable, i.e. it must NOT contain InputStreams/
Sends an exception to the Rollbar service. The data must be JSON serialisable, i.e. it must NOT contain InputStreams/
(wrap-exceptions handler)
Report exceptions in Ring HTTP handlers to rollbar.
Report exceptions in Ring HTTP handlers to rollbar.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close