Documentation ¶
Overview ¶
Package sentry implements sentry-related functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CaptureException ¶ added in v0.0.286
func CaptureException(err error, opts ...CaptureOption)
func CaptureExceptionWithAppInfo ¶ added in v0.0.477
func CaptureExceptionWithAppInfo(err error, featureName string, appCompact *api.AppCompact)
func CaptureMessage ¶ added in v0.0.286
func CaptureMessage(msg string, opts ...CaptureOption)
Types ¶
type CaptureOption ¶ added in v0.0.286
type CaptureOption func(scope *sentry.Scope)
func WithContext ¶ added in v0.0.286
func WithContext(key string, val sentry.Context) CaptureOption
func WithContexts ¶ added in v0.0.286
func WithContexts(contexts map[string]sentry.Context) CaptureOption
func WithExtra ¶ added in v0.0.288
func WithExtra(key string, val interface{}) CaptureOption
func WithTag ¶ added in v0.0.286
func WithTag(key, value string) CaptureOption
Click to show internal directories.
Click to hide internal directories.