Versions in this module Expand all Collapse all v1 v1.0.0 Nov 1, 2024 Changes in this version + func Middleware(opts ...Option) echo.MiddlewareFunc + type IgnoreRequestFunc func(c echo.Context) bool + type Option func(*config) + func NoDebugStack() Option + func WithAnalytics(on bool) Option + func WithAnalyticsRate(rate float64) Option + func WithCustomTag(key string, value interface{}) Option + func WithErrorCheck(errCheck func(error) bool) Option + func WithErrorTranslator(fn func(err error) (*echo.HTTPError, bool)) Option + func WithHeaderTags(headers []string) Option + func WithIgnoreRequest(ignoreRequestFunc IgnoreRequestFunc) Option + func WithServiceName(name string) Option + func WithStatusCheck(fn func(statusCode int) bool) Option