getsentry / sentry-go

The official Go SDK for Sentry (sentry.io)
https://docs.sentry.io/platforms/go/
MIT License
922 stars 213 forks source link

Performance powered by OTel #743

Open cleptric opened 1 year ago

cleptric commented 1 year ago

I will keep this short for now, but we'll soon start working on a complete performance overhaul in the Go SDK powered by Open Telemetry.

See our JS SDK issue for more details on how this might look like.

In the meantime, please let us know which frameworks and packages we should support, and we'll try our best to accommodate this 😄

Current Scope

gunnsth commented 3 months ago

Looking forward for more performance data for Go.

For web API performance: echo would be great. And some generic functions to support others, like martini.

For SQL queries: pq driver, or an orm like xorm or some generic way to easily pass the data over, in the case of xorm for example, implementing its contexts.Hook.