Back to rankings

exceptionless/Exceptionless

C#exceptionless.com

Exceptionless application

error-handlingerror-monitoringexceptionlogloggingasp-netcrash-reportingcrash-reportsmonitoringjavascriptc-sharpelasticsearch
Star Growth
Stars
2.5k
Forks
507
Weekly Growth
Issues
32
1k2k
Feb 2014Mar 2018May 2022Jul 2026
README

Exceptionless Exceptionless

Build Discord

The definition of the word exceptionless is: to be without exception. Exceptionless provides real-time error reporting for your JavaScript, Node, .NET Core, ASP.NET, Web API, WebForms, WPF, Console, and MVC apps. It organizes the gathered information into simple actionable data that will help your app become exceptionless!

⭐️ We appreciate your star, it helps!

Using Exceptionless

Refer to the Exceptionless documentation.

Hosting Options

We provide very reasonably priced hosting at Exceptionless. By using our hosted service, you are supporting the project and helping it get better! We also provide set up and support services.

Exceptionless can easily be run locally using Docker:

  • docker run --rm -it -p 7110:8080 exceptionless/exceptionless:latest
  • Open http://localhost:7110
  • Create an account. The first account in the system will automatically be an admin.

This will run a completely self-contained simple instance of Exceptionless. It is only suitable for testing purposes since it will not persist data. For more complete setups, check out the self hosting documentation. Also, if you want to support the project while self hosting you can send us a pull request or donation.

Contributing

In appreciation for anyone who submits a non-trivial pull request, we will give you a free Exceptionless paid plan for a year. After your pull request is accepted, simply send an email to team@exceptionless.io with the name of your organization and we will upgrade you to a paid plan.

Start here:

  1. Read the contributing document.
  2. Install Docker, .NET 10.0, and Node 24+.
  3. Run the app with one of these entry points:
    • Visual Studio Code: open the repo root and start the Aspire launch configuration.
    • Visual Studio: open Exceptionless.slnx, set Exceptionless.AppHost as the startup project, and run it.
    • CLI or Dev Container: run aspire run from the repo root.

After startup:

  1. Open https://localhost:7121/ if a browser does not open automatically.
  2. In Development mode, a global administrator user admin@exceptionless.test with password tester is created automatically.

Notes:

  1. Running Exceptionless.AppHost starts the app and required infrastructure together.
  2. Backend tests bootstrap required infrastructure automatically.

image

UI Development

Frontend work currently spans two apps:

  1. The legacy Angular UI in src/Exceptionless.Web/ClientApp.angular is still the main site UI. Most of that app lives in app/, components/, less/, img/, lang/, and grunt/.
  2. The Svelte 5 UI in src/Exceptionless.Web/ClientApp is still under development.

For examples of API requests, see exceptionless.http. If you use that file in Visual Studio Code, install the REST Client extension.

Thanks

Thanks to all the people who have contributed!

contributors

Thanks to JetBrains for a community WebStorm and ReSharper license to use on this project. It's the best JavaScript IDE/Visual Studio productivity enhancement hands down.

Thanks to Red Gate for providing an open source license for a .NET Developer Bundle. It's an indispensable tool when you need to track down a performance/memory issue.

Related repositories
go-playground/validator

:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving

GoGo ModulesMIT Licensevalidationtranslation
20.1k1.4k
Effect-TS/effect

Build production-ready applications in TypeScript

TypeScriptnpmMIT Licenseeffectjavascript
effect.website
15k617
filp/whoops

PHP errors for cool kids

PHPPackagistMIT Licensephpphp-errors
filp.github.io/whoops/
13.2k602
niieani/bash-oo-framework

Bash Infinity is a modern standard library / framework / boilerplate for Bash

ShellMIT Licensebashshell
github.com/niieani/bash-oo-framework/discussions
5.6k244
stacktracejs/stacktrace.js

Generate, parse, and enhance JavaScript stack traces in all web browsers

JavaScriptnpmMIT Licensejavascripterror-handling
stacktracejs.com
4k278
benaadams/Ben.Demystifier

High performance understanding for stack traces (Make error logs more productive)

C#Apache License 2.0stack-tracesaspnet-core
2.9k121
altmann/FluentResults

A generalised Result object implementation for .NET/C#

C#MIT Licensedotnetdotnet-core
2.6k136
zkat/miette

Fancy extension for std::error::Error with pretty, detailed diagnostic printing.

Rustcrates.ioApache License 2.0error-handlingerror-reporting
docs.rs/miette
2.6k163
wearebraid/vue-formulate

⚡️ The easiest way to build forms with Vue.

JavaScriptnpmMIT Licensevueforms
vueformulate.com
2.2k233
shepmaster/snafu

Easily assign underlying errors into domain-specific errors while adding context

Rustcrates.ioApache License 2.0rusterror-handling
docs.rs/snafu/
1.9k70
nette/tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.

PHPPackagistOthernettenette-framework
tracy.nette.org
1.8k218
rotisserie/eris

Error handling library with readable stack traces and flexible formatting support 🎆

GoGo ModulesMIT Licenseerrorserror-handling
pkg.go.dev/github.com/rotisserie/eris
1.8k55