Expand description
Available Sentry Integrations.
See the apply_defaults function for more information on which integrations are
used by default.
Modulesยง
- anyhow
- Adds support for capturing Sentry errors from
anyhow::Error. - backtrace
- Backtrace Integration and utilities for sentry.
- contexts
- Adds Contexts to Sentry Events
- debug_
images - The Sentry Debug Images Integration.
- error_
chain - Adds support for the error-chain crate.
- failure
- Adds support for capturing Sentry errors from
failuretypes. - log
- Adds support for automatic Breadcrumb and Event capturing from logs.
- panic
- The Sentry Panic handler Integration.
- slog
- Sentry
slogIntegration.