Liking cljdoc? Tell your friends :D

spootnik.reporter.sentry


close!clj

(close! {:keys [dsn]})
source

e->sentry-eventclj

(e->sentry-event e options tags)
Supported event keys:
https://github.com/getsentry/sentry-clj/tree/master?tab=readme-ov-file#supported-event-keys
sourceraw docstring

get-hostnameclj

(get-hostname)

Get the current hostname by shelling out to 'hostname'

Get the current hostname by shelling out to 'hostname'
sourceraw docstring

hostnameclj

(hostname [age val])

Fetches the hostname by shelling to 'hostname', whenever the given age is stale enough. If the given age is recent, as defined by hostname-refresh-interval, returns age and val instead.

Fetches the hostname by shelling to 'hostname', whenever the given age
is stale enough. If the given age is recent, as defined by
hostname-refresh-interval, returns age and val instead.
sourceraw docstring

hostname-refresh-intervalclj

How often to allow reading /etc/hostname, in seconds.

How often to allow reading /etc/hostname, in seconds.
sourceraw docstring

http-requests-payload-stubclj

Storage for stubbed http sentry events

Storage for stubbed http sentry events 
sourceraw docstring

in-memory?clj

(in-memory? dsn)
source

init!clj

(init! {:keys [dsn] :as sentry})

Initializes sentry. By default, external configuration is enabled. Environment variables to options are documented here: https://docs.sentry.io/platforms/java/configuration/

Additional options can be found here: https://github.com/getsentry/sentry-clj/tree/master?tab=readme-ov-file#additional-initialisation-options

Initializes sentry. By default, external configuration is enabled.
Environment variables to options are documented here: https://docs.sentry.io/platforms/java/configuration/

Additional options can be found here:
https://github.com/getsentry/sentry-clj/tree/master?tab=readme-ov-file#additional-initialisation-options
sourceraw docstring

localhostclj

(localhost)

Returns the local host name.

Returns the local host name.
sourceraw docstring

send-event!clj

(send-event! {:keys [dsn] :as sentry} legacy-options e tags)
source

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

× close