We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ac020 commit 9a0ceaeCopy full SHA for 9a0ceae
Files/App.xaml.cs
@@ -79,7 +79,7 @@ public App()
79
Clipboard.ContentChanged += Clipboard_ContentChanged;
80
Clipboard_ContentChanged(null, null);
81
82
-#if RELEASE
+#if !DEBUG
83
AppCenter.Start("682666d1-51d3-4e4a-93d0-d028d43baaa0", typeof(Analytics), typeof(Crashes));
84
#endif
85
}
0 commit comments