From 312f581c6886d6572a4085a08c07bb74bf6cf5d2 Mon Sep 17 00:00:00 2001 From: Mirac Kara Date: Wed, 29 Jun 2022 12:06:05 -0500 Subject: [PATCH] comment clarification --- v3/newrelic/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/newrelic/config.go b/v3/newrelic/config.go index 9c7c9f49a..7ff054af7 100644 --- a/v3/newrelic/config.go +++ b/v3/newrelic/config.go @@ -71,7 +71,7 @@ type Config struct { // custom analytics events. High security mode overrides this // setting. Enabled bool - // MaxSamplesStored sets the desired maximum custom events stored + // MaxSamplesStored sets the desired maximum custom event samples stored MaxSamplesStored int } // TransactionEvents controls the behavior of transaction analytics