fix(v10/cloudflare): Import prismaIntegration from server-utils#22544
fix(v10/cloudflare): Import prismaIntegration from server-utils#22544andreiborza wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a717254. Configure here.
| @@ -1,3 +1,3 @@ | |||
| export * from '../index'; | |||
| export { prismaIntegration } from '@sentry/node'; | |||
| export { prismaIntegration } from '@sentry/server-utils'; | |||
There was a problem hiding this comment.
Fix PR lacks regression test
Low Severity
This fix PR changes the prismaIntegration import source and drops the @sentry/node dependency, but adds no unit, integration, or E2E test that would fail without the fix. The existing Prisma suite still covers the export working, yet would also pass on the old @sentry/node path. Flagged because Testing Conventions in the PR review rules ask fix PRs to include a regression test.
Additional Locations (1)
Triggered by project rule: PR Review Guidelines for Cursor Bot
Reviewed by Cursor Bugbot for commit a717254. Configure here.
size-limit report 📦
|


Backport of: #22520