Description
Description
We want to instrument lru-memoizer There is an existing OTEL instrumentation for this:
https://www.npmjs.com/package/@opentelemetry/instrumentation-lru-memoizer
### Tasks
- [ ] Add new `lruMemorizerIntegration` in `@sentry/node`
- [ ] This should set up the OTEL instrumentation
- [ ] Make sure trace propagation works correctly - note that this instrumentation does not emit any spans!
- [ ] Add node-integration-tests for the package
- [ ] The integration should be added by default