[][src]Module sentry::integrations

This module provides support for various integrations.

Which integerations are available depends on the features that were compiled in.

Modules

env_logger

Adds support for automatic breadcrumb capturing from logs with env_logger.

error_chain

Adds support for the error-chain crate.

failure

Adds support for the failure crate.

log

Adds support for automatic breadcrumb capturing from logs.

panic

Panic handler support.