Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit bbbc531

Browse files
committed
feat(sentry): add prisma error support
1 parent ae7f4b7 commit bbbc531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/instrument.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ if (!isDevBuild) {
88
release: process.env.npm_package_version,
99
tracesSampleRate: 1.0,
1010
maxValueLength: 1000,
11+
integrations: [Sentry.prismaIntegration()],
1112
});
1213
}

0 commit comments

Comments
 (0)