Skip to main content

Crate sentry_options

Crate sentry_options 

Source
Expand description

Options client for reading validated configuration values.

Structs§

NamespaceOptions
Handle for accessing options within a specific namespace.
Options
Options store for reading configuration values.

Enums§

OptionsError

Functions§

init
Initialize global options using fallback chain: SENTRY_OPTIONS_DIR env var, then /etc/sentry-options if it exists, otherwise sentry-options/.
options
Get a namespace handle for accessing options.

Type Aliases§

Result