← All projects

echosentry

by @01walid

16

A sentry (raven-go) middleware for echo micro web framework

About this project

echosentry A sentry (raven-go) middleware for echo (v2) micro web framework. Note: this support echo with the standard http engine (no fasthttp support yet) Usage By default, the middleware logs the HTTP context and sends it along with the stacktrace, this adds info about the user's browser, URL, OS, device, interfacetype ..etc. You can disable HTTP context as follow: Additional tags You can append additional tags to be captured by Sentry. Tags content can be extracted from the current request context or just static tags, e.g. tags["appversion"] = appVersion. TODO Log the user info (user context) Expose more options License MIT License. A copy is included with the source.

From the project README on GitHub

Stars
16
Forks
5
License
MIT
Last push
5 May 2018

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/echosentry.svg)](https://www.madeinalgeria.dev/projects/echosentry)

Related projects