Skip to content

Instantly share code, notes, and snippets.

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