Exceptionless
@exceptionless
Exceptionless provides real-time error reporting for your apps. It organizes the information into actionable data that will help your app become exceptionless!
ID: 776539970
http://exceptionless.com 23-08-2012 18:50:09
875 Tweet
290 Followers
137 Following
I've learned so much about #JavaScript in past week working on Exceptionless client trying to implement JSON max depth support. I decided to write a prune function to deep copy & respect max depth... It's turned into so much more due to massive complexity github.com/exceptionless/…
All of that to say, Exceptionless is an amazing library that will help you get a handle on exceptions in your code. I can't recommend them highly enough.
I've been playing around with The ASP.NET Team core validation improvements to Exceptionless. Using Fluent Validation + Kristian Hellang problem details to get front end Svelte TypeScript classes generated with validation decorators (github.com/typestack/clas…) from OpenAPI Specification. Code is here:
Any guesses when we went live with System.Text.Json (upgrading from Newtonsoft.Json) for our entire API serving an insane amount of requests? The p99 latency speaks for itself. 👀 The best part? It's all open source. 🚀 .NET The ASP.NET Team David Fowler