From 88124f9446054996b2fb3d0cdbfa1cc88b29c7ac Mon Sep 17 00:00:00 2001 From: ndesai-newrelic <89222514+ndesai-newrelic@users.noreply.github.com> Date: Fri, 31 May 2024 14:47:26 -0500 Subject: [PATCH] Update NewRelicAgent.cs --- com.newrelic.agent/Scripts/NewRelicAgent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.newrelic.agent/Scripts/NewRelicAgent.cs b/com.newrelic.agent/Scripts/NewRelicAgent.cs index d6b0e6c..ba1c6f6 100644 --- a/com.newrelic.agent/Scripts/NewRelicAgent.cs +++ b/com.newrelic.agent/Scripts/NewRelicAgent.cs @@ -72,7 +72,7 @@ public class NewRelicAgent : MonoBehaviour /// Enable or disable Background Events Reporting When app is in background. /// true /// - public Boolean backgroundReportingEnabled = true; + public Boolean backgroundReportingEnabled = false; @@ -973,4 +973,4 @@ static public void SetMaxOfflineStorageSize(uint megabytes) } -} \ No newline at end of file +}