6 ms·
I think I know a few things about thinking, types, and testing, but pretty much nothing about telemetry. What are some good resources about telemetry? (Also...
by bogdanoff_2 1mo ago
I think I know a few things about thinking, types, and testing, but pretty much nothing about telemetry. What are some good resources about telemetry?
(Also... I thought there were more comments here on this article? What happened? was it submitted with a different link?)
- eliasson 1mo agoI don’t have any good resources to share. But what I do is to enable error notifications for all my systems. If there is a unhandled exception, I get an e-mail and slack notification (this includes forwarding errors from the front-end). That and to log any situation in the code that should not be reached. This works fairly good for errors, for misbehaviour or to spot missing opportunities it is blind though.