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§

AttachStacktraceIntegration
Integration to attach stacktraces to Events.
Frame
Represents a frame.
ProcessStacktraceIntegration
Integration to process Event stacktraces.
Stacktrace
Represents a stacktrace.

Functions§

backtrace_to_stacktrace
Convert a backtrace::Backtrace into a Rust Stacktrace
current_stacktrace
Returns the current backtrace as sentry stacktrace.
current_thread
Captures information about the current thread.
parse_stacktrace
Parses a backtrace string into a Sentry Stacktrace.
process_event_stacktrace
Processes a Stacktrace.
trim_stacktrace
A helper function to trim a stacktrace.