Skip to content

Commit

Permalink
temporarily disable prisma sentry integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jan 18, 2025
1 parent 024ead0 commit ffcf155
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/utils/monitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ export function init() {
/\/site\.webmanifest/,
],
integrations: [
Sentry.prismaIntegration(),
// TODO: re-enable prisma integration when this is fixed:
// https://github.com/getsentry/sentry-javascript/issues/15063
// Sentry.prismaIntegration(),
Sentry.httpIntegration(),
nodeProfilingIntegration(),
],
Expand Down

0 comments on commit ffcf155

Please sign in to comment.