Liking cljdoc? Tell your friends :D

automaton-core.log.tracking.fe-sentry

Sentry frontend logging.

Sentry frontend logging.
raw docstring

init-sentry!cljs

(init-sentry! {:keys [dsn traced-website env]})

Initialize sentry for frontend (js), which is recording browser/js unhandled exceptions that happens inside and enables to send events manually. 'development' as an environment is ignored, so no event is sent from it.

Initialize sentry for frontend (js), which is recording browser/js unhandled exceptions that happens inside and enables to send events manually.
'development' as an environment is ignored, so no event is sent from it.
raw docstring

send-breadcrumb!cljs

(send-breadcrumb! {:keys [message level context]})

Sends breadcrumb, which will not be shown in sentry untill event is sent. You can read more here: https://docs.sentry.io/platforms/javascript/guides/react/enriching-events/breadcrumbs/

Sends breadcrumb, which will not be shown in sentry untill event is sent.
You can read more here: https://docs.sentry.io/platforms/javascript/guides/react/enriching-events/breadcrumbs/
raw docstring

send-event!cljs

(send-event! {:keys [message level context]})

Sends an event that is registered in sentry.

Sends an event that is registered in sentry.
raw docstring

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

× close