Skip to content

Commit

Permalink
Merge pull request #121 from snadrus/master
Browse files Browse the repository at this point in the history
Fix the tracer not activating.
  • Loading branch information
magik6k committed Aug 20, 2024
2 parents 6e67a31 + 3c5b351 commit 2cfe810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ func makeHandler(sc ServerConfig) *handler {
paramDecoders: sc.paramDecoders,

maxRequestSize: sc.maxRequestSize,

tracer: sc.tracer,
}
}

Expand Down

0 comments on commit 2cfe810

Please sign in to comment.