Error reporting (like sentry, but on-prem)

There are two non-on-prem ways for error reporting:

How to do error reporting in an on-prem enviroment?

What are your requirements?

Thank you for asking

In the past I used python and sentry.

This was very helpful to understand what happend if handling a http request failed.

I would like to have a html page which shows the stacktrace. And if I want to see the details I should be able to expand the line and see the variables and the values of this line.

Next to the stacktrace I want to see the http request (URL, method, headers)

Next feature: in the golang code I would like to be able to create such a trace explicitly. If there is a strange situation, but my code can continue, I want to emit a warning which includes the same information as explained above.

I hope this paints a imaginable picture. Please tell me, if you need further details.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.