Apps tagged with 'exception'

All apps in Apps tagged with 'exception' category. Use the filters below to narrow down your search. 
Copy a direct link to this comment to your clipboard
  1. Bugsnag icon
     9 likes

    Bugsnag automatically detects errors in your mobile, front-end, and back-end applications, and provides your team the tools to fix things fast. Bugsnag provides clear insights on the frequency and user impact of each error, so your team can make informed prioritization decisions.

    Cost / License

    • Paid
    • Proprietary

    Application type

    Platforms

    • Online
    • Self-Hosted
    • Software as a Service (SaaS)
    See what a user was doing right before the error occurred with breadcrumbs and communicate information to you team with comments.
    35 alternatives
  2.  1 like

    Doctor Dump is a free crash reporting and memory dump analyzing service. Its work is to collect software problem reports (crashes, failures, assert violations and so on) from your customers all over the world, to group them and to give you all necessary data to fix the problem.

    Cost / License

    • Free
    • Proprietary

    Application type

    Platforms

    • Windows
    First of all you need to integrate the Doctor Dump crash reporting library into your application. After that when a problem (crash, unhandled exception, invalid parameters, etc.) occurs it will be catched and crash report about the problem will be sent to Doctor Dump crash reporting system. Doctor Dump will analyze the report and using problem footprint (that usually is a stack trace) put it to a group of exact same issues. Similar groups caused by one reason (one buggy function can be called by different callers, so stacks will differ) form a problem that is fixing unit.
    After the crash report has been uploaded user may be directed to a customized web page about that problem where may exist some information, for example a link to a version where the problem has been fixed or some workaround. Or default page may be shown, where user can see the state of the problem and ID of his crash report which he can use when communicate with support.
    In the main dashboard of your application on the Doctor Dump crash reporting system you can see overall crash statistics.
    +3
    Each problem is a collection of similar memory dump groups and a memory dump group is a collection of the crashes with same stack.
    17 alternatives