Skip to content

Commit 3c5b351

Browse files
authored
Update handler.go
1 parent 6e67a31 commit 3c5b351

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

handler.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ func makeHandler(sc ServerConfig) *handler {
156156
paramDecoders: sc.paramDecoders,
157157

158158
maxRequestSize: sc.maxRequestSize,
159+
160+
tracer: sc.tracer,
159161
}
160162
}
161163

0 commit comments

Comments
 (0)