-
-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Davide Benvegnù edited this page Apr 1, 2016
·
6 revisions
BugGuardian.WebForms is the officiale BugGuardian extension for integrating it into your Asp.net WebForms web application.
BugGuardian is a library written in C#, using the Shared Project format, and it supports any application using .Net Framework 4 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