(add-custom-parameter key val)
(ignore-transaction)
(doTransaction this callback)
(doTransaction this callback callback-parameter)
(trace this callback)
(trace this callback callback-parameter)
(notice-error error)
(set-request-response req res)
(set-transaction-name category name)
(with-newrelic-transaction callback)
(with-newrelic-transaction category transaction-name callback)
(with-newrelic-transaction category transaction-name custom-params callback)
(with-newrelic-transaction-and-callback-parameter callback callback-parameter)
(with-newrelic-transaction-and-callback-parameter category
transaction-name
callback
callback-parameter)
(with-newrelic-transaction-and-callback-parameter category
transaction-name
custom-params
callback
callback-parameter)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close