Skip to content

Commit

Permalink
Tracking handled exception
Browse files Browse the repository at this point in the history
Tracking handled exception for better debugging experience
  • Loading branch information
0x7c13 committed Oct 29, 2019
1 parent 45a7b5a commit 1b0f2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Notepads/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ private static void OnUnhandledException(object sender, Windows.UI.Xaml.Unhandle
};

Analytics.TrackEvent("OnUnhandledException", diagnosticInfo);
Crashes.TrackError(e.Exception, diagnosticInfo);

// if you want to suppress and handle it manually,
// otherwise app shuts down.
Expand Down
2 changes: 1 addition & 1 deletion src/Notepads/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Identity
Name="Notepads"
Publisher="CN=jackil"
Version="1.0.0.0" />
Version="1.0.1.0" />

<mp:PhoneIdentity PhoneProductId="dde28e6c-0f89-4885-83bc-51d9580080a1" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down

0 comments on commit 1b0f2d1

Please sign in to comment.