Dataloader
Adds instrumentation for Dataloader.
This integration only works in the Node.js and Bun runtimes. Requires SDK version 8.31.0
or higher.
Import name: Sentry.dataloaderIntegration
The dataloaderIntegration
adds instrumentation for the dataloader
library to capture spans using @opentelemetry/instrumentation-dataloader
.
Copied
Sentry.init({
integrations: [new Sentry.dataloaderIntegration()],
});
dataloader
:>=2.0.0 <3
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").