We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dataloaderIntegration
We want to instrument dataloader. There is an existing OTEL instrumentation for this:
https://www.npmjs.com/package/@opentelemetry/instrumentation-dataloader
The content you are editing has changed. Please copy your edits and refresh the page.
@sentry/node
origin
This is a cache integration, and thus must follow https://develop.sentry.dev/sdk/telemetry/traces/modules/caches/. You can see https://docs.sentry.io/platforms/javascript/guides/node/tracing/instrumentation/custom-instrumentation/caches-module/ for a reference, or look at the redis integration.
The text was updated successfully, but these errors were encountered:
dataloader
Follow up tasks documented in #13724
Sorry, something went wrong.
Docs PR: getsentry/sentry-docs#11416
onurtemizkan
Successfully merging a pull request may close this issue.
Description
We want to instrument dataloader. There is an existing OTEL instrumentation for this:
https://www.npmjs.com/package/@opentelemetry/instrumentation-dataloader
Tasks
This is a cache integration, and thus must follow https://develop.sentry.dev/sdk/telemetry/traces/modules/caches/. You can see https://docs.sentry.io/platforms/javascript/guides/node/tracing/instrumentation/custom-instrumentation/caches-module/ for a reference, or look at the redis integration.
The text was updated successfully, but these errors were encountered: