sentrymiddleware

package module
v0.0.0-...-bfb8cd0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2018 License: MIT Imports: 2 Imported by: 0

README

echo-sentry-middleware

Another Sentry middleware for the Echo framework

Usage


func main() {
    // Echo instance
	e := echo.New()
	dsn, found := os.LookupEnv("SENTRY_RAVEN_DSN")
	if found {
		raven.SetDSN(dsn)
		e.Use(sentrymiddleware.SentryErrorRecover())
    }    
	// Start server
	e.Logger.Fatal(e.Start(":1323"))
}

Todo

  1. Set DSN via this package (and use own client)
  2. Tests
  3. Better example.
  4. Versioning.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SentryErrorRecover

func SentryErrorRecover() echo.MiddlewareFunc

SentryErrorRecover captures the error to forward to sentry then passed the error up to the next recover error handler

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL