# Functions
No description provided by the author
GetHubFromContext retrieves attached *sentry.Hub instance from gin.Context.
New returns a function that satisfies gin.HandlerFunc interface It can be used with Use() methods.
No description provided by the author
RecoveryWithWriter returns a middleware for a given writer that recovers from any panics and writes a 500 if there was one.
No description provided by the author