Skip to content

Commit 2cfe810

Browse files
authored
Merge pull request #121 from snadrus/master
Fix the tracer not activating.
2 parents 6e67a31 + 3c5b351 commit 2cfe810

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)