You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-15 00:15:15 +02:00
completed schema migration
This commit is contained in:
@ -41,6 +41,8 @@ func Trace() web.Middleware {
|
||||
if !ok {
|
||||
return web.NewShutdownError("web value missing from context")
|
||||
}
|
||||
v.TraceID = span.Context().TraceID()
|
||||
v.SpanID = span.Context().SpanID()
|
||||
|
||||
// Execute the request handler
|
||||
err := before(ctx, w, r, params)
|
||||
|
Reference in New Issue
Block a user