DEV Community

Alex
Alex

Posted on

Libraries for error tracking for nodejs similar to Sentry?

Hi, I am looking forward some free options libraries that will track the errors of my server like sentry.io does for nodejs. If you have used one and want to share your experience with it, I would be glad to hear you!

Top comments (2)

Collapse
 
chrissi2812 profile image
Christoph Flathmann • Edited

Hey Alex,

you can run a self hosted variant of sentry (github.com/getsentry/onpremise) on your own server.
The Setup is straight forward and well explained there too.

We are running one for our self on a Plesk Server.

Collapse
 
alex002i profile image
Alex

Thank you very much, I will take a look on it