Hacker News new | ask | show | jobs
by viraptor 1333 days ago
Sentry is open https://github.com/getsentry/sentry
1 comments

These are all the SDK's for instrumenting various languages. As far as I know you are not able to run a self hosted version of their server side software which aggregates all of the traces and provides all of the value.
Yes, you are. Sentry famously started in open source (as a Django plugin!), and its source code is still available today.

https://develop.sentry.dev/self-hosted/ https://github.com/getsentry/self-hosted

Latest release 3 days ago.

I wasn't aware of that at all,. Thank you!