Sentry frontend logging.
Sentry frontend logging.
(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.
(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/
(send-event! {:keys [message level context]})
Sends an event that is registered in sentry.
Sends an event that is registered in sentry.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close