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/");
|
_httpClient.BaseAddress = new Uri("https://telemetry.umbraco.com/");
|
||||||
|
|
||||||
//#if DEBUG
|
//#if DEBUG
|
||||||
// // Send data to DEBUG telemetry service
|
// Send data to DEBUG telemetry service
|
||||||
// _httpClient.BaseAddress = new Uri("https://telemetry.rainbowsrock.net/");
|
_httpClient.BaseAddress = new Uri("https://telemetry.rainbowsrock.net/");
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
_httpClient.DefaultRequestHeaders.TryAddWithoutValidation("Content-Type", "application/json");
|
_httpClient.DefaultRequestHeaders.TryAddWithoutValidation("Content-Type", "application/json");
|
||||||
|
|||||||
Reference in New Issue
Block a user