Skip to content

Commit

Permalink
Merge pull request #4 from go-coldbrew/feat/default-enable-client
Browse files Browse the repository at this point in the history
Enable default interceptors by default
  • Loading branch information
ankurs authored Nov 8, 2022
2 parents 48ec6b7 + 09f4c1b commit 510576f
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 510576f

Please sign in to comment.