-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add instructions on how to support prisma v6 #12425
New issue
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will decrease total bundle size by 15 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
|
||
The Sentry Prisma Integration comes with Prisma version 5 support by default. For Prisma version 6 compatibility we need to pass a specific version of the Prisma instrumentation to the Sentry Prisma integration. | ||
|
||
To install the integration for Prisma version 6, first install the `@prisma/instrumentation` package on version 6. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd add npm install @prisma/instrumentation@^6
to make this more clear here
@lforst I noticed you added an alert saying this integration only works for Bun and Node, but this page gets shown for a much larger list of SDKs, are these all built on Node or does this need updating? ![]() |
@coolguyzone It says it only works for Bun and Node runtimes. All those SDKs in the screenshot may run on one of these runtimes. |
DESCRIBE YOUR PR
Ref: getsentry/sentry-javascript#14793
Fixes: #12184
Adds instructions on how to configure the SDK for prisma v6.
Depends on release of getsentry/sentry-javascript#15128
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.