Skip to content

Commit 4025da9

Browse files
committed
Ignore TS issue.
1 parent 679265c commit 4025da9

File tree

1 file changed

+1
-0
lines changed
  • packages/node-integration-tests/suites/tracing/prisma-orm

1 file changed

+1
-0
lines changed

packages/node-integration-tests/suites/tracing/prisma-orm/scenario.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Sentry.init({
1010
dsn: 'https://[email protected]/1337',
1111
release: '1.0',
1212
tracesSampleRate: 1.0,
13+
// @ts-ignore: We can't determine the type of the client from the integration
1314
integrations: [new Tracing.Integrations.Prisma({ client })],
1415
});
1516

0 commit comments

Comments
 (0)