We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520fd0d commit 8eb0ab3Copy full SHA for 8eb0ab3
packages/node-integration-tests/suites/tracing/prisma-orm/scenario.ts
@@ -10,6 +10,7 @@ Sentry.init({
10
dsn: 'https://[email protected]/1337',
11
release: '1.0',
12
tracesSampleRate: 1.0,
13
+ // @ts-ignore: We can't determine the type of the client from the integration
14
integrations: [new Tracing.Integrations.Prisma({ client })],
15
});
16
0 commit comments