Archived
1
0

Added Stack trace parameter to Analytics

This commit is contained in:
Michael Gordeev
2019-06-06 18:42:47 +03:00
parent b143009e35
commit 8cd16bc334
20 changed files with 60 additions and 30 deletions
+2 -1
View File
@@ -57,7 +57,8 @@ namespace FoxTube.Controls
{
{ "Exception", e.GetType().ToString() },
{ "Message", e.Message },
{ "Playlist ID", playlistId }
{ "Playlist ID", playlistId },
{ "StackTrace", e.StackTrace }
});
}
}