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
#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.
I think requestHook would be super useful, but luckily we can rely on beforeSendSpan so it's not high priority.
We should see if we can get the extra operations instrumented, and then also see if we can get additional attributes attached to these spans (that then we can use to enable these spans for our cache module).
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/
requestHook
orlookupHook
to the OTEL instrumentationprime
,clear
andclearAll
operations indataloader
integration. #13729The text was updated successfully, but these errors were encountered: