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;