Exceptionless server and jobs
javascript
c-sharp
redis
elasticsearch
monitoring
log
crash-reporting
error-monitoring
logging
crash-reports
exception
error-handling
asp-net
foundatio
exceptionless
unhandled-exceptions
-
Updated
Aug 31, 2020 - C#
Currently the plain text version of the exception and stacktrace are printed in the header and footer of the Ignition response. This makes it easier to spot the exception in a CLI/test runner environment. To avoid XSS we use PHP's
htmlspecialcharactersfunction. However, this causes some ugly HTML tags in a plain text output.We should look into replacing some common special characters found