Documentation
¶
Overview ¶
Package faultfixer is the FaultFixer error monitoring SDK for Go.
It is a thin wrapper around the open-source sentry-go SDK (MIT, (c) 2019 Sentry). See NOTICE.md for full upstream attribution.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventID ¶
EventID re-exports the underlying event identifier type.
func CaptureException ¶
CaptureException reports an error to FaultFixer.
func CaptureMessage ¶
CaptureMessage reports a message to FaultFixer.
type Options ¶
type Options = sentry.ClientOptions
Options re-exports sentry-go client options so callers never import Sentry.
Click to show internal directories.
Click to hide internal directories.