Skip to content

Instantly share code, notes, and snippets.

@patkleef
Created March 19, 2017 18:38
Show Gist options
  • Select an option

  • Save patkleef/ff4a6c76fcf6ba6b10e9764bb350e4fe to your computer and use it in GitHub Desktop.

Select an option

Save patkleef/ff4a6c76fcf6ba6b10e9764bb350e4fe to your computer and use it in GitHub Desktop.
Application Insights Blog - ApplicationInsightsFilterConfig.cs
public class FilterConfig
{
public static void RegisterGlobalFilters(GlobalFilterCollection filters)
{
filters.Add(new ErrorHandler.AiHandleErrorAttribute());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment