Liking cljdoc? Tell your friends :D

sentry-clj.tracing


add-event-processorclj

(add-event-processor scope event-processor)

Add Event Processor to the scope. event-processor is executed when tracing transaction finish or capture error event.

Add Event Processor to the scope.
event-processor is executed when tracing transaction finish or capture error event.
sourceraw docstring

compute-custom-sampling-contextclj

(compute-custom-sampling-context key info)

Compute a custom sampling context has key and info.

Compute a custom sampling context has key and info.
sourceraw docstring

finish-transaction!clj

(finish-transaction! transaction)

Finish trace transaction and send event to Sentry.

Finish trace transaction and send event to Sentry.
sourceraw docstring

span-statusclj

source

start-transactionclj

(start-transaction name operation custom-sampling-context sentry-trace-header)

Start tracing transactions. If a sentry-trace-header is given, connect the existing transaction.

Start tracing transactions.
If a sentry-trace-header is given, connect the existing transaction.
sourceraw docstring

swap-scope-request!clj

(swap-scope-request! scope req)

Set request info to the scope.

Set request info to the scope.
sourceraw docstring

swap-transaction-status!clj

(swap-transaction-status! transaction status)

Set trace transaction status.

Set trace transaction status.
sourceraw docstring

with-start-child-spancljmacro

(with-start-child-span operation description & forms)

Start a child span which has the operation or description and finish after evaluating forms.

Start a child span which has the operation or description
and finish after evaluating forms.
sourceraw docstring

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

× close