Hacker News new | ask | show | jobs
by thefreeman 1337 days ago
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.
1 comments

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!