Function sentry::integrations::backtrace::current_thread
source ยท pub fn current_thread(with_stack: bool) -> Thread
Expand description
Captures information about the current thread.
If with_stack
is set to true
the current stacktrace is
attached.