Opened PR to add ESM support to `@prisma/instrumentation`
Hi, I am back with another PR to the
The package currently not shipping in ESM is currently blocking us from auto-instrumenting prisma in the Sentry SDK. It fixes a long-standing issue. Lemme know what you think.
@prisma/instrumentation package: https://github.com/prisma/prisma/pull/26918The package currently not shipping in ESM is currently blocking us from auto-instrumenting prisma in the Sentry SDK. It fixes a long-standing issue. Lemme know what you think.
GitHub
Emit the prisma instrumentation package as esm.
Fixes #23410
Fixes #23410