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
### Tasks
- [ ] Add new `knexIntegration` in `@sentry/node`
- [ ] This should set up the OTEL instrumentation
- [ ] Make sure to add an `origin` to all spans the integration emits
- [ ] This is a DB integration, make sure it aligns with the DB span schema we expect.
- [ ] Add node-integration-tests for the package
- [ ] The integration should be added by default
The text was updated successfully, but these errors were encountered:
Description
We want to instrument knex. There is an existing OTEL instrumentation for this:
https://www.npmjs.com/package/@opentelemetry/instrumentation-knex
The text was updated successfully, but these errors were encountered: