(e->sentry-event e options tags)
Supported event keys: https://github.com/getsentry/sentry-clj/tree/master?tab=readme-ov-file#supported-event-keys
Supported event keys: https://github.com/getsentry/sentry-clj/tree/master?tab=readme-ov-file#supported-event-keys
(get-hostname)
Get the current hostname by shelling out to 'hostname'
Get the current hostname by shelling out to 'hostname'
(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.
How often to allow reading /etc/hostname, in seconds.
How often to allow reading /etc/hostname, in seconds.
Storage for stubbed http sentry events
Storage for stubbed http sentry events
(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
(localhost)
Returns the local host name.
Returns the local host name.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close