Skip to content

Commit

Permalink
chore(docs): Update Remix docs to use recent integrations (#15346)
Browse files Browse the repository at this point in the history
Update remix readme to use the proper integrations reference for Prisma.
  • Loading branch information
6farer authored Feb 20, 2025
1 parent 1aa5bbe commit e5520aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import * as Sentry from '@sentry/remix';
Sentry.init({
dsn: '__DSN__',
tracesSampleRate: 1,
integrations: [new Sentry.Integrations.Prisma({ client: prisma })],
integrations: [Sentry.prismaIntegration()],
// ...
});
```
Expand Down

0 comments on commit e5520aa

Please sign in to comment.