package
1.2.4
Repository: https://github.com/interspace/errors.git
Documentation: pkg.go.dev

# Functions

BuildSentryReport builds the components of a sentry report.
NewReportMessage constructs string objects that can be added to calls to SendReport().
PrintStackTrace produces a human-readable partial representation of the stack trace.
ReportError reports the given error to Sentry.

# Type aliases

ReportableObject is an interface suitable for the extra detail objects provided to SendReport().
StackTrace is an object suitable for inclusion in errors that can ultimately be reported with ReportInternalError() or similar.