package
0.0.0-20240707112111-9cf347bf49e2
Repository: https://github.com/facebookincubator/go-belt.git
Documentation: pkg.go.dev
# Functions
BreadcrumbToSentry converts a Breadcrumb to the Sentry format.
EventToSentry converts an Event to the Sentry format.
FuncNameToSentryModule converts a funcation name (see runtime.Frame) to a sentry module name.
GoroutinesToSentry converts goroutines to the Sentry format.
HTTPRequestToSentry converts HTTP request info to the Sentry format.
LevelToSentry returns the closest sentry analog of a given logger.Level.
New wraps a Sentry client and returns a new instance, which implements errmon.ErrorMonitor.
NewEmitter returns a new instance of Emitter.
PackageToSentry converts a Package to the Sentry format.
SpansToSentry converts tracer spans to the Sentry format.
StackTraceToSentry converts a stack trace to the Sentry format.
UserToSentry converts an user structure to the Sentry format.
# Interfaces
Option is an abstract option, which defines the behavior of an ErrorMonitor.
# Type aliases
OptionCallerFrameFilter defines how to find the caller frame.
UserEmail is a field value type used to define an email.
UserIPAddress is a field value type used to define an user IP address.