sentry-javascript
sentry-javascript copied to clipboard
Add `kafkaIntegration` to Node
Description
We want to instrument kafkajs. There is an existing OTEL instrumentation for this:
https://www.npmjs.com/package/@opentelemetry/instrumentation-kafkajs
### Tasks
- [ ] Add new `kafkaIntegration` in `@sentry/node`
- [ ] This should set up the OTEL instrumentation
- [ ] Make sure to add an `origin` to all spans the integration emits
- [ ] Add node-integration-tests for the package
- [ ] The integration should be added by default