From 01cbf7f0501f983c95f6856aff6c1c7047e3fb17 Mon Sep 17 00:00:00 2001 From: csalvador-nr <118179155+csalvador-nr@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:43:05 +0100 Subject: [PATCH] Update configure-logs-context-go.mdx It was referencing nrlogrus in nrzap section. Replaced to nrzap --- .../docs/logs/logs-context/configure-logs-context-go.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/logs/logs-context/configure-logs-context-go.mdx b/src/content/docs/logs/logs-context/configure-logs-context-go.mdx index 247ff647ef7..a9df9b3e4e1 100644 --- a/src/content/docs/logs/logs-context/configure-logs-context-go.mdx +++ b/src/content/docs/logs/logs-context/configure-logs-context-go.mdx @@ -279,7 +279,7 @@ txnLogger := log.WithContext(newrelic.NewContext(context.Background(), txn)) go get github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrzap ``` - 2. Import the nrlogrus package in the file where you initialize your Zap logger. + 2. Import the nrzap package in the file where you initialize your Zap logger. ```go import (