Adding sentry_backtrace library as a dependency

Run this command in a terminal, in your project's directory:

cargo add sentry-backtrace

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

sentry-backtrace = "0.46.2"

The sentry_backtrace library will be automatically available globally. Read the sentry_backtrace library documentation.

Back to the crate overview.