Liking cljdoc? Tell your friends :D
ClojureScript only.

com.avisi-apps.gaps.rollbar.timbre


rollbar-appendercljs

(rollbar-appender rollbar)
(rollbar-appender rollbar opts)

Returns a Timbre Rollbar appender

Requires a Rollbar notifier to be passed in, see Rollbar (Browser JS/Node.js) documentation for details.

Options:

  • :ns-filter checks the namespace to determine if it should be sent. By default #{"*"} so everything is sent through.
  • :context sets the Rollbar context in the payload
Returns a Timbre Rollbar appender

Requires a Rollbar notifier to be passed in,
see Rollbar (Browser JS/Node.js) documentation for details.

Options:
  * :ns-filter checks the namespace to determine if it should be sent.
    By default `#{"*"}` so everything is sent through.
  * :context sets the Rollbar context in the payload
sourceraw docstring

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

× close