-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Check if prismaIntegration
can be enabled by default
#14973
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
Comments
@lforst do you know if we could actually do this now on v9? Or is this still breaking cjs users, possibly? |
I think we still depend on Prisma shipping the package in ESM. I opened an upstream PR: prisma/prisma#26918 |
The PR was merged. This is blocked until the PR is released but then we can update the instrumentation package and merge #16073 |
A PR closing this issue has just been released 🚀This issue was referenced by PR #16073, which was included in the 9.16.0 release. |
Description
We used to not include the
prismaIntergation
by default, because there were issues with CJS builds and it.We should check if this is still the case, and otherwise try to enable this by default for v9.
The text was updated successfully, but these errors were encountered: