Documentation ¶
Index ¶
- Variables
- func Fatal(msg interface{})
- func FatalErr(err error)
- func FatalErrf(err error, msg string, args ...interface{})
- func Fatalf(msg string, args ...interface{})
- func Flush()
- func Init() error
- func IsSkipped(err error) bool
- func RecoverAndCrash()
- func ReportError(ctx context.Context, err error, level Level) *sentry.EventID
- func ReportErrorAndCrash(ctx context.Context, err error)
- func ReportErrorWithRateLimit(ctx context.Context, err error, level Level, rateLimiter *rate.Limiter) *sentry.EventID
- func SetContext(ctx context.Context, sectionTitle string, values map[string]interface{})
- func SetTag(ctx context.Context, key, value string)
- func Skip(err error) error
- func WrapCtx(ctx context.Context) context.Context
- type Level
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func RecoverAndCrash ¶
func RecoverAndCrash()
func ReportErrorAndCrash ¶
func SetContext ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.