Skip to content

Commit f9a8fa5

Browse files
authored
feat(js): Document dataloaderIntegration released with 8.31.0 (#11416)
1 parent d28b4ee commit f9a8fa5

File tree

1 file changed

+38
-0
lines changed
  • docs/platforms/javascript/common/configuration/integrations

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Dataloader
3+
description: "Adds instrumentation for Dataloader. (default)"
4+
supported:
5+
- javascript.node
6+
- javascript.aws-lambda
7+
- javascript.azure-functions
8+
- javascript.connect
9+
- javascript.express
10+
- javascript.fastify
11+
- javascript.gcp-functions
12+
- javascript.hapi
13+
- javascript.koa
14+
- javascript.nestjs
15+
- javascript.electron
16+
- javascript.nextjs
17+
- javascript.nuxt
18+
- javascript.sveltekit
19+
- javascript.remix
20+
- javascript.astro
21+
- javascript.bun
22+
---
23+
24+
<Alert level="info">
25+
26+
This integration only works in the Node.js and Bun runtimes. Requires SDK version `8.31.0` or higher.
27+
28+
</Alert>
29+
30+
_Import name: `Sentry.dataloaderIntegration`_
31+
32+
This integration is enabled by default when performance monitoring is enabled. If you'd like to modify your default integrations, read [this](./../#modifying-default-integrations).
33+
34+
The `dataloaderIntegration` adds instrumentation for the `dataloader` library to capture spans using [`@opentelemetry/instrumentation-dataloader`](https://www.npmjs.com/package/@opentelemetry/instrumentation-dataloader).
35+
36+
## Supported Versions
37+
38+
- `dataloader`: `>=2.0.0 <3`

0 commit comments

Comments
 (0)