|
|
|
|
|
by insaider
1342 days ago
|
|
Just wanted to highlight a relevant tool i recently discovered: Sentry. It's already become invaluable in my .net apps for tracking down tricky errors, especially in the new MAUI apps. Caught one just yesterday where the app was trying to call an api with decimals serialized with a comma because it was on a dutch user's phone! I imagine it would've been quite the headache catching that without sentry. Integrates with most tech-stacks too, not just .net btw |
|
My previous job we used to send exceptions to email until we blew out the gmail account for the day (exceeded the receive amount) and boss switched over to raygun (~10 years ago), because of the global error handling we ended up fixing tons of errors we didn't even know our customers were experiencing. Product became more stable over time with the fixes.