Liking cljdoc? Tell your friends :D

caliban.tracker

Component for exception tracking, reporting exception to Rollbar, using rollcage library.

Component for exception tracking,
reporting exception to Rollbar, using rollcage library.
raw docstring

createclj

(create config)

Create ExceptionTracker component. Config parameters

  • token: Rollbar token
  • environment: environment name of current running system
  • result-fn: optional arg with fn for handling results returned by Rollbar (by default we use rollcage-result-handler as result handler)
Create ExceptionTracker component.
Config parameters
- token: Rollbar token
- environment: environment name of current running system
- result-fn: optional arg with fn for handling results returned by Rollbar
  (by default we use rollcage-result-handler as result handler)
sourceraw docstring

ExceptionTrackerclj

source

rollcage-result-handlerclj

(rollcage-result-handler rsp config)

Handle Rollbar result. If we failed to report original exception, report reason why we failed to Rollbar.

Handle Rollbar result.
If we failed to report original exception,
report reason why we failed to Rollbar.
sourceraw docstring

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

× close