+ 6
Nodejs detect shutdown or crash
Can I somehow detect sudden shutdown, error or crash so I can save the server progress before that? It must include the whole nodejs application.
2 Answers
+ 6
I use Raygun for Error Mangaement in Nodejs
Check it Out:
https://raygun.com/languages/node
+ 6
There is also Sentry for Node.js
https://docs.sentry.io/clients/node/