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 bc70993 commit 82dae78Copy full SHA for 82dae78
prisma/schema.prisma
@@ -1,6 +1,6 @@
1
generator client {
2
provider = "prisma-client-js"
3
- previewFeatures = ["fullTextSearch"]
+ previewFeatures = ["fullTextSearch", "tracing"]
4
}
5
6
datasource db {
src/instrumentation.ts
@@ -8,6 +8,7 @@ export function register() {
8
debug: false,
9
environment: process.env.NODE_ENV === 'development' ? 'development' : undefined,
10
spotlight: process.env.NODE_ENV === 'development',
11
+ integrations: [Sentry.prismaIntegration()],
12
});
13
14
0 commit comments