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§
- Attach
Stacktrace Integration - Integration to attach stacktraces to Events.
- Frame
- Represents a frame.
- Process
Stacktrace Integration - Integration to process Event stacktraces.
- Stacktrace
- Represents a stacktrace.
Functions§
- backtrace_
to_ stacktrace - Convert a
backtrace::Backtrace
into a RustStacktrace
- 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.