Skip to content

Commit e5520aa

Browse files
authored
chore(docs): Update Remix docs to use recent integrations (#15346)
Update remix readme to use the proper integrations reference for Prisma.
1 parent 1aa5bbe commit e5520aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remix/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import * as Sentry from '@sentry/remix';
4848
Sentry.init({
4949
dsn: '__DSN__',
5050
tracesSampleRate: 1,
51-
integrations: [new Sentry.Integrations.Prisma({ client: prisma })],
51+
integrations: [Sentry.prismaIntegration()],
5252
// ...
5353
});
5454
```

0 commit comments

Comments
 (0)