Skip to content

Commit 9bb2715

Browse files
authored
feat(js): Add versions to prisma integration docs (#12324)
1 parent fd75529 commit 9bb2715

File tree

1 file changed

+6
-1
lines changed
  • docs/platforms/javascript/common/configuration/integrations

1 file changed

+6
-1
lines changed

docs/platforms/javascript/common/configuration/integrations/prisma.mdx

+6-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ supported:
2424

2525
<Alert level="info">
2626

27-
This integration only works in the Node.js and Bun runtimes.
27+
This integration only works in the Node.js and Bun runtimes. This integration only supports Prisma v5 at the current time. If you're interested in Prisma v6 support, please leave your thoughts on the [Prisma v6 tracking issue for the Sentry SDK](https://github.com/getsentry/sentry-javascript/issues/14793).
2828

2929
</Alert>
3030

@@ -51,3 +51,8 @@ Sentry.init({
5151
integrations: [Sentry.prismaIntegration()],
5252
});
5353
```
54+
55+
56+
## Supported Versions
57+
58+
- `prisma`: `>=5 <6`

0 commit comments

Comments
 (0)