Exceptionless.UI
                                
                                
                                
                                    Exceptionless.UI copied to clipboard
                            
                            
                            
                        Exceptionless web user interface
Currently it looks like we are not displaying new line characters in log messages correctly (it's just on a single line) ``` "message": "Logging test with with payload of \r\n{\"Field1\":\"One\",\"Two\":\"bar\",\"THREE\":\"test\"}",...
When drilled into a particular event or error, it would be nice to be able to mark that item in the same way when in the "grid" overview. Putting the...
var doVisualUpdates = true; document.addEventListener('visibilitychange', function(){ doVisualUpdates = !document.hidden; }); https://news.ycombinator.com/item?id=13471543
I can see how it can be a bit misleading when you are on a filtered view and the searchbox isn't populated (date range may be populated) and now there...
When someone starts working on an exception, I would like to mark it as "In Progress" in Exceptionless and be able to search by this status. Not sure if "In...
all Inner errors share the same indention, they should be indented to match there inner depth level. Doing so would clear up some confusion.
@KasperLK commented on [Mon Apr 20 2015](https://github.com/exceptionless/Exceptionless/issues/98) When I create a log message, I have the option to set a 'log level'. That 'log level' is shown like a tag...
- it is very uncomfortably and confusing because you do not know for what project issue belongs and you need to open each in order to figure out it. Previous...
When viewing logged messages, if the message text is too long it cuts off and is not able to be viewed in its entirety. It is also not able to...
For budget-minded folks, it would be handy to know how our data usage over the last X number of days breaks down. For instance, I have a fairly successful app...