We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bb1e3 commit e1ce380Copy full SHA for e1ce380
src/UniGetUI.Interface.Telemetry/TelemetryHandler.cs
@@ -28,9 +28,13 @@ public enum TEL_OP_RESULT
28
29
public static class TelemetryHandler
30
{
31
-
+#if DEBUG
32
+ private const string HOST = "http://localhost:3000";
33
+#else
34
private const string HOST = "https://marticliment.com/unigetui/statistics";
- private static string[] SettingsToSend =
35
+#endif
36
+
37
+ private static readonly string[] SettingsToSend =
38
39
"DisableAutoUpdateWingetUI",
40
"EnableUniGetUIBeta",
0 commit comments