Skip to content

coderrio/Coderr.Client.AspNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Integration library for ASP.NET applications

This library will detect all unhandled exceptions in ASP.NET-based applications and report them to your OneTrueError server (or your account at https://onetrueerror.com).

If you want to get automated handling for one of the ASP.NET derivatives, use the following libraries:

To report exceptions manually in your controller, use OneTrue.Report(exception), OneTrueError will include information about the HttpRequest, QueryString, Form, Session etc when your exception is reported.

Context collections

This library includes the following context collections for every reported exceptions:

  • All in the core library
  • Application collection
  • Form data
  • Http headers
  • Query string parameters
  • Session data
  • Uploaded files

Getting started

  1. Download and install the OneTrueError server or create an account at OneTrueError.com
  2. Install this client library (using nuget onetrueerror.client.aspnet)
  3. Configure the credentials from your OneTrueError account in your Global.asax
  4. Add OneTrue.Configuration.CatchAspNetExceptions() in your Global.asax

Done.

About

Client library for ASP.NET based applications (other than WebApi and MVC)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •