Skip to content

Getting Started

Davide Benvegnù edited this page Feb 28, 2017 · 6 revisions

Getting Started

BugGuardian.WebForms is the officiale BugGuardian extension for integrating it into your Asp.net WebForms web application.

BugGuardian is a library written in C#, targeting NetStandard 1.1, and it supports any application using .Net Framework 4.5 and above as well ass UWP apps (Windows 10) and .Net Core.

It automates the process of handling unhandled exceptions allowing to report them as Bug or Task work item to Team Project hosted on Visual Studio Team Services (VSTS) or Team Foundation Server 2015+ (TFS).

To know more about BugGuardian take a look at its documentation.

##Filters## BugGuardian.WebForms provides two different HttpModules to automatically intercept unhandled exception:

  • BugGuardianBugModule: it reports the unhandled exception as Bug to VSTS/TFS
  • BugGuardianTaskModule: it reports the unhandled exception as Task to VSTS/TFS

See the Configuration page to know more about them.
See the Parameters Configuration page to know how to store the needed configuration parameters in the Web.config file

Clone this wiki locally