Liking cljdoc? Tell your friends :D

signal.data-platform-telemetry.errors


get-clientclj

(get-client {:keys [environment rollbar-token]})

init!clj

(init! {:keys [environment rollbar-token add-uncaught-exception-handler?]
        :or {add-uncaught-exception-handler? true}})

Initialises error handling.

Initialises error handling.
raw docstring

notifyclj

(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/
raw docstring

rollbar-clientclj


wrap-exceptionsclj

(wrap-exceptions handler)

Report exceptions in Ring HTTP handlers to rollbar.

Report exceptions in Ring HTTP handlers to rollbar.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close