package
0.0.0-20220323014127-0e85dd5dcadd
Repository: https://github.com/stevenacoffman/anotherr.git
Documentation: pkg.go.dev
# Functions
GetOneLineSource extracts the file/line/function information of the topmost caller in the innermost recorded stack trace.
GetReportableStackTrace extracts a stack trace embedded in the given error in the format suitable for Sentry reporting.
WithStack annotates err with a stack trace at the point WithStack was called.
WithStackDepth annotates err with a stack trace starting from the given call depth.
# Type aliases
ReportableStackTrace aliases the type of the same name in the sentry package.