feat: include tracing for grpc openInApp function
This commit is contained in:
@@ -63,6 +63,7 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
grpc.AppURLs(appUrls),
|
||||
grpc.Config(cfg),
|
||||
grpc.Logger(logger),
|
||||
grpc.TraceProvider(traceProvider),
|
||||
)
|
||||
defer teardown()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user