Skip to content

Commit

Permalink
Don't set developerMode by default so that the DeveloperModeWithDebug…
Browse files Browse the repository at this point in the history
…gerAttachedTelemetryModule can work correctly
  • Loading branch information
Oren Novotny committed May 1, 2019
1 parent 0222348 commit 782b027
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/// <summary>
Expand Down

0 comments on commit 782b027

Please sign in to comment.