-
Rather than initializing elmah.io inside a controller: https://github.com/lorddev/wtf/blob/c7e6bf3401739b75696a61f1eb25f8435bfe4a41/src/wtf.asp/controllers/HomeController.cs#L17 you should do it in th…
-
Hi Søren. Thomas, the founder of [elmah.io](https://elmah.io/) here. Just stumbled upon this package. Can you explain what this packages does? I've been thinking about creating a client for Sitecore f…
-
Some form fields in my application occassionally contain invalid XML characters such as `�` . Due to this, Elmah fails to load. I want to selectively remove fields from the Request body. How do I a…
-
**What tool do you want?**
A stack trace formatter
**Describe the solution you'd like**
A tool that takes a text input - a stack trace, for example from Java, .NET, or Python, and formats it to i…
-
I'm having a hard time finding information about this. I realize there is cloud-based elmah.io project (https://elmah.io/) that is has a beta out for .NET Core, but that's a different project and in n…
-
The elmah.io client should implement some sort of clientside queue. In best case this would be async and messages on the queue persisted on disk. This way logging to elmah.io is super fast and can be …
-
I am exporting my Vimwiki to html and are using the stylesheet.css. For now I copied the .done0 to .done4 parts from the template.
In my stylesheet I would love to change the color / design of my c…
-
There's a couple of specs with the same ids with none clearly marked as the preferred version:
Elmah.io:
* Has both openapi & swagger specs
* https://github.com/APIs-guru/openapi-directory/blob/5…
-
As we get closer to a real deployment of allReady I'm starting to think about things like instrumentation, logging and analytics. I realise that probably make me seem dull! :smile:
It would be reall…
-
I already using Elmah to send email with errors.
I tested the sample and works fine.
When i configured to ElasticSearch in my webapi project the output:
`GET elmah/error/_search
{
"query"…