We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa5bbe commit e5520aaCopy full SHA for e5520aa
packages/remix/README.md
@@ -48,7 +48,7 @@ import * as Sentry from '@sentry/remix';
48
Sentry.init({
49
dsn: '__DSN__',
50
tracesSampleRate: 1,
51
- integrations: [new Sentry.Integrations.Prisma({ client: prisma })],
+ integrations: [Sentry.prismaIntegration()],
52
// ...
53
});
54
```
0 commit comments