Documentation ¶
Overview ¶
Package raven implements the remote error tracking package using sentry.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckClosure ¶
CheckClosure checks for errors on closeable objects
func CheckClosureNonFatal ¶
CheckClosureNonFatal checks for errors on closeable objects simply warning the user and not exiting the application
func CheckError ¶
func CheckError(err error)
CheckError checks if the passed error is not nil and passes it to the sentry DSN
func CheckErrorNonFatal ¶
func CheckErrorNonFatal(err error)
CheckErrorNonFatal checks if the passed error is not nil and pass it to the sentry DSN, contrary to CheckError the log will not be fatal resulting in the application to continue running
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.