Versions in this module Expand all Collapse all v0 v0.17.0 Aug 23, 2023 Changes in this version + var NewCrashReporter = func(baseDir string, apiKey string) CrashReporter + type BugsnagCrashReporter struct + func (r *BugsnagCrashReporter) Send(err CrashError) error + type CrashError struct + Cause error + Command string + Context string + DriverName string + LogFilePath string + func (e CrashError) Error() string + type CrashReporter interface + Send func(err CrashError) error