Skip to content

Commit

Permalink
fix: hotfix - disabled App center
Browse files Browse the repository at this point in the history
  • Loading branch information
anion0278 committed Nov 8, 2021
1 parent c9f1cb9 commit d0c8fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mapp.UI/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected override void OnStartup(StartupEventArgs e)
{
base.OnStartup(e);
#if !DEBUG
AppCenter.Start("9549dd3a-1371-4a23-b973-f5e80154119d", typeof(Analytics), typeof(Crashes)); // TODO should solve secrt storing somehow :(
//AppCenter.Start("9549dd3a-1371-4a23-b973-f5e80154119d", typeof(Analytics), typeof(Crashes)); // TODO should solve secrt storing somehow :(
#endif
SetupExceptionHandling();

Expand Down Expand Up @@ -89,7 +89,7 @@ private void LogException(Exception originalException, string source)
try
{
#if !DEBUG
Crashes.TrackError(exception);
//Crashes.TrackError(exception);
#endif
var assemblyName = Assembly.GetExecutingAssembly().GetName();
message += $"Unhandled exception in {assemblyName.Name} v{assemblyName.Version}";
Expand Down

0 comments on commit d0c8fc3

Please sign in to comment.