Skip to content

Commit

Permalink
enable default interceptors by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurs committed Nov 8, 2022
1 parent 48ec6b7 commit 09f4c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interceptors.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
useCBServerInterceptors = true
unaryClientInterceptors = []grpc.UnaryClientInterceptor{}
streamClientInterceptors = []grpc.StreamClientInterceptor{}
useCBClientInterceptors = false
useCBClientInterceptors = true
)

// If it returns false, the given request will not be traced.
Expand Down

0 comments on commit 09f4c1b

Please sign in to comment.