Hacker News new | ask | show | jobs
by solarkraft 1340 days ago
As far as I'm aware these kinds of tools usually come with proprietary cloud services attached to them. Are there good local/FOSS versions?
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!