From a7c13537d93543e0895ef79a938cf27df9def4ae Mon Sep 17 00:00:00 2001 From: ndesai Date: Fri, 17 May 2024 13:09:48 -0500 Subject: [PATCH] fix: mono linker issue for WebGL build --- com.newrelic.agent/Scripts/Networking/AutoInjection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.newrelic.agent/Scripts/Networking/AutoInjection.cs b/com.newrelic.agent/Scripts/Networking/AutoInjection.cs index 68bc43f..f399482 100644 --- a/com.newrelic.agent/Scripts/Networking/AutoInjection.cs +++ b/com.newrelic.agent/Scripts/Networking/AutoInjection.cs @@ -1,4 +1,4 @@ -#if UNITY_EDITOR +#if (UNITY_EDITOR && !UNITY_WEBGL) using System; using System.Collections.Generic; using System.Linq;