Skip to content

Commit 9a0ceae

Browse files
authored
Tweaked App Center (#1231)
1 parent d2ac020 commit 9a0ceae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Files/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public App()
7979
Clipboard.ContentChanged += Clipboard_ContentChanged;
8080
Clipboard_ContentChanged(null, null);
8181

82-
#if RELEASE
82+
#if !DEBUG
8383
AppCenter.Start("682666d1-51d3-4e4a-93d0-d028d43baaa0", typeof(Analytics), typeof(Crashes));
8484
#endif
8585
}

0 commit comments

Comments
 (0)