feat: include tracing for grpc openInApp function

This commit is contained in:
Juan Pablo Villafáñez
2024-08-05 13:15:12 +02:00
parent a5d27b2f98
commit 083a2e1484
2 changed files with 12 additions and 1 deletions
@@ -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 {