Skip to content

Getting Started

Davide Benvegnù edited this page Nov 14, 2019 · 6 revisions

Getting Started

BugGuardian.WebForms is the official BugGuardian extension for integrating it into your ASP.NET WebForms web application.

It automates the process of handling unhandled exceptions allowing to report them as Bug or Task work item to Team Project hosted on Azure DevOps, Azure DevOps Server and Team Foundation Server 2015, 2017, 2018.

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
  • BugGuardianTaskModule: it reports the unhandled exception as Task

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