Description
Problem Statement
Following up: #13664
#13664 introduced basic support for dataloader
integration on Sentry Node SDK.
In its current state, the feature set is limited, as there's no hook we can get request / lookup information from the underlying instrumentation @opentelemetry/instrumentation-dataloader.
More info on this: #13664 (comment)
Solution Brainstorm
We can open PRs on https://github.com/open-telemetry/opentelemetry-js-contrib/
- Adding a
requestHook
orlookupHook
to the OTEL instrumentation - Add instrumentations for
prime
,clear
andclearAll
operations indataloader
integration. #13729