Documentation ¶
Index ¶
- func CaptureErrorToSentry(level sentry.Level, userId, userName, errTile string, v ...interface{})
- func Error(userId, userName, f string, v ...interface{})
- func InitBugsnag(bugsnagVersion BugsnagVersion, serviceName, playId string)
- func InitSentry(dsn, serviceVersion, serviceName, release, playId string) error
- type BugsnagVersion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CaptureErrorToSentry ¶
func CaptureErrorToSentry(level sentry.Level, userId, userName, errTile string, v ...interface{})
func InitBugsnag ¶
func InitBugsnag(bugsnagVersion BugsnagVersion, serviceName, playId string)
func InitSentry ¶
Types ¶
type BugsnagVersion ¶
type BugsnagVersion string
const ( BUGSNAG_VERSION_BETA BugsnagVersion = "beta" BUGSNAG_VERSION_READY BugsnagVersion = "ready" BUGSNAG_VERSION_RELEASE BugsnagVersion = "release" )
Click to show internal directories.
Click to hide internal directories.