-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Outdated prisma documentation #12184
Comments
Assigning to @getsentry/support for routing ⏲️ |
Hey @CSenshi - thanks for writing in! We're tracking this in getsentry/sentry-javascript#14624, but let me write out a GH issue so we have everything in one place. The current plan is for prisma v6 support to be only available with |
Routing to @getsentry/product-owners-sdks-web-frontend for triage ⏲️ |
Came across this issue and getsentry/sentry-javascript#14793 due to an attempt at upgrading our Prisma dependencies to 6.2.1 (from 6.0.1). (aside: prisma/instrumentation seems to work with 6.0.1 🤷 ) Error we encountered for people searching: this.getGlobalTracingHelper(...).dispatchEngineSpans is not a function For reference, a similar issue was reported to Prisma for highlight.io, which is being fixed in this highlight.io PR. |
We're seeing the same issue after upgrading to 6.1 |
The major version 8 of the SDKs will only support Prisma v5 (see integration docs). We decided to add support for the new version in v9, which is released soon (soon as in January/February). When it is released, you can upgrade Sentry to get Prisma v6 support. |
SDK
All JavaScript SDKs
Description
Prisma launched new version of 6.1.0 where tracing is not in previewFeature and some additional things need to be done to be able to trace application. Docs need to be updated
https://github.com/prisma/prisma/releases/tag/6.1.0
Suggested Solution
No response
The text was updated successfully, but these errors were encountered: