Crate sentry_backtrace
source · [−]Expand description
Backtrace Integration and utilities for sentry.
Exposes functions to capture, process and convert/parse stacktraces, as well as integrations to process event stacktraces.
Structs
Integration to attach stacktraces to Events.
Represents a frame.
Integration to process Event stacktraces.
Represents a stacktrace.
Functions
Convert a backtrace::Backtrace
into a Rust Stacktrace
Returns the current backtrace as sentry stacktrace.
Captures information about the current thread.
Parses a backtrace string into a Sentry Stacktrace
.
Processes a Stacktrace
.
A helper function to trim a stacktrace.