You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds database/sql instrumentation to the Sentry Go SDK via a new sentrysql package. This integration wraps SQL drivers and connections to automatically create spans for queries, transactions, and statements, enabling better visibility into database performance and errors.