Skip to content

Instantly share code, notes, and snippets.

@tsironis
Forked from PanosJee/gist:3551914
Last active December 18, 2015 14:29
Show Gist options
  • Save tsironis/5797819 to your computer and use it in GitHub Desktop.
Save tsironis/5797819 to your computer and use it in GitHub Desktop.
ICollection<CrashExtraMap> map = new Collection<CrashExtraMap>();
map.Add(new CrashExtraData
{
Key = "level",
Value = "second level"
});
map.Add(new CrashExtraData
{
Key = "difficulty",
Value = "impossibruuu"
});
BugSenseHandler.Instance.SendExceptionMap(map, ex);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment