Skip to content

Commit

Permalink
Update NewRelicAgent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesai-newrelic authored May 31, 2024
1 parent 0aac6e4 commit 88124f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions com.newrelic.agent/Scripts/NewRelicAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class NewRelicAgent : MonoBehaviour
/// <summary> Enable or disable Background Events Reporting When app is in background.
/// <c>true</c>
/// </summary>
public Boolean backgroundReportingEnabled = true;
public Boolean backgroundReportingEnabled = false;



Expand Down Expand Up @@ -973,4 +973,4 @@ static public void SetMaxOfflineStorageSize(uint megabytes)


}
}
}

0 comments on commit 88124f9

Please sign in to comment.