Added Stack trace parameter to Analytics
This commit is contained in:
@@ -57,7 +57,8 @@ namespace FoxTube.Controls
|
||||
{
|
||||
{ "Exception", e.GetType().ToString() },
|
||||
{ "Message", e.Message },
|
||||
{ "Playlist ID", playlistId }
|
||||
{ "Playlist ID", playlistId },
|
||||
{ "StackTrace", e.StackTrace }
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user