Uncomment out the DEBUG lines
This commit is contained in:
@@ -83,8 +83,8 @@ namespace Umbraco.Web.Telemetry
|
||||
_httpClient.BaseAddress = new Uri("https://telemetry.umbraco.com/");
|
||||
|
||||
//#if DEBUG
|
||||
// // Send data to DEBUG telemetry service
|
||||
// _httpClient.BaseAddress = new Uri("https://telemetry.rainbowsrock.net/");
|
||||
// Send data to DEBUG telemetry service
|
||||
_httpClient.BaseAddress = new Uri("https://telemetry.rainbowsrock.net/");
|
||||
//#endif
|
||||
|
||||
_httpClient.DefaultRequestHeaders.TryAddWithoutValidation("Content-Type", "application/json");
|
||||
|
||||
Reference in New Issue
Block a user