diff --git a/grpc/app/app.go b/grpc/app/app.go index 6aac7b1..36d3926 100644 --- a/grpc/app/app.go +++ b/grpc/app/app.go @@ -113,6 +113,7 @@ func Run(app App, options ...Option) error { newrelic.ConfigLicense(config.NewRelicLicenseKey), newrelic.ConfigDistributedTracerEnabled(true), newrelic.ConfigAppLogForwardingEnabled(true), + newrelic.ConfigAppLogForwardingLabelsEnabled(true), ) if err != nil { log.With(zap.Error(err)).Error("error connecting to new relic")