You can export Jaeger traces via OTel as well. I am assuming the question here is why is there a different SDK rather than just re-using the standardized OTel APIs + libs for tracing and then providing a simple exporter for Traceo.
Interesting project! Good to see a possible alternative to Sentry in the foreseeable future.
Personally, I have "Sentry but serverless" on my idea list, but I think it will never be realised. And now I have another reason not to start it, because it will definitely be uglier than your really nice dashboard. :)
pqb in one of the comments used the term "Sentry but serverless" which is quite accurate, but there is a plan to offer a number of other functionalities that we will not find in Sentry, e.g. collecting metrics or application logs, and all on a lightweight UI
The API isn't Sentry compatible, right?
So existing Sentry libraries can't be used and every language needs to have on open Tracro client library, right?
exactly, support for other languages (at the moment support is only for NodeJS) will be added in the near future. SDKs for Go and Python are planned first, as well as support for some UI frameworks such as React or Vue