Giter Club home page Giter Club logo

onetrueerror.client's Introduction

Client libraries

Client libraries are used to detect exceptions, collect context information and finally upload everything to the server for analysis. There are one per library/framework that OneTrueError integrates with.

The libraries are installed through nuget.

  • Documentation - Including how to extend or build a new library.

Core features

All features in the core library are also included in all other client libraries.

The core library have support for the following features:

  • HTTP proxy detection and usage
  • Queued uploads (to allow the application to still be responsive, even if uploading are done over a slow connection)
  • Compressed upload to minimize bandwidth usage.
  • Context data collection
  • Custom context data
  • Anonymous object
  • View models etc
  • Adding tags to errors
  • Allow user to leave feedback
  • Allow user to get status updates through email

ASP.NET features

The ASP.NET library have support for the following features:

  • Context information for:
  • Session contents
  • Form (if posted)
  • Files (names + size if uploaded)
  • Request headers (including URL)
  • Custom error pages

ASP.NET MVC5 features

All features for ASP.NET plus:

  • Context information for:
  • ViewBag / ViewData
  • TempData
  • RouteData
  • ModelState
  • A much easier (conventional) way to display error pages

log4net features

Allows you to start reporting all exceptions that you are logging by just adding one line of code. Great for legacy applications.

The log4net library have support for the following features:

  • Context information for:
  • Log message which had an exception included
  • Type that threw the exception

WinForms features

The WinForms library have support for the following features:

  • Context information for:
    • State of all open forms (i.e. text content of controls and properties)
    • Screen shot of all open forms (if configured)

onetrueerror.client's People

Contributors

eran-gil avatar jgauffin avatar gauffininteractive avatar domze avatar

Watchers

James Cloos avatar DY avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.