diff --git a/AppInsights.WindowsDesktop/PersistenceChannel/PersistenceChannel.cs b/AppInsights.WindowsDesktop/PersistenceChannel/PersistenceChannel.cs index d052458..e0a6157 100644 --- a/AppInsights.WindowsDesktop/PersistenceChannel/PersistenceChannel.cs +++ b/AppInsights.WindowsDesktop/PersistenceChannel/PersistenceChannel.cs @@ -56,8 +56,7 @@ public PersistenceChannel(string storageFolderName, int sendersCount = 3) this.storage = new Storage(storageFolderName); this.Transmitter = new PersistenceTransmitter(this.storage, sendersCount); this.flushManager = new FlushManager(this.storage, this.TelemetryBuffer); - this.EndpointAddress = Constants.TelemetryServiceEndpoint; - this.developerMode = false; + this.EndpointAddress = Constants.TelemetryServiceEndpoint; } ///