We are building an electron app using React & NodeJS. I was wondering what are the preferred app monitoring tools out there that provide good support for monitoring these sort of apps (Web running on desktop) and adhere to the desktop app rules.
For the web, we have many tools like Keymetrics, dynatrace, etc but I guess they are all very web-specific (one server, etc). I am looking for something that fulfills the desktop use case where the app will be running on millions of computers and it gives me insights into how the app is performing on the majority of systems. Specifically, I am looking for things like:
1 - Distributed IPC tracing 2 - P9x metrics 3 - Env info => Os, network 4 - Filesystem metrics etc.
I looked into Sentry & NewRelic, but I want to gather your feedback from potential experiences of these tools.
Any suggestion or leads are welcome