Skip to content

Instantly share code, notes, and snippets.

@RazorAnt
Last active December 6, 2015 19:10
Show Gist options
  • Save RazorAnt/accfea0aabc2fedfd26a to your computer and use it in GitHub Desktop.
Save RazorAnt/accfea0aabc2fedfd26a to your computer and use it in GitHub Desktop.
try
{
// Code that is doing whatever to item x
}
catch (Exception ex)
{
Insights.Report(new Exception("My exception with data"), new Dictionary<string, string>
{
{ "Process", "doing whatever" },
{ "Item", "my item" }
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment