DEV Community

Discussion on: How do you catch and log errors of production web apps?

Collapse
 
iblancasa profile image
Israel Blancas

You can instrument your application to send the data to Jaeger. You can use OpenTelemetry (it is still in beta) or the SDK Jaeger library for the client. That is one of the best ways to start, in my opinion.

Collapse
 
darksmile92 profile image
Robin Kretzschmar

Jaeger is new to me, looks promising, will look into that one. Thanks for the suggestion!