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.
JSON.stringify
1 parent a0290b9 commit f7d37a0Copy full SHA for f7d37a0
packages/tracing-internal/src/node/integrations/prisma.ts
@@ -84,9 +84,7 @@ export class Prisma implements Integration {
84
});
85
} else {
86
__DEBUG_BUILD__ &&
87
- logger.warn(
88
- `Unsupported Prisma client provided to PrismaIntegration. Provided client: ${JSON.stringify(options.client)}`,
89
- );
+ logger.warn('Unsupported Prisma client provided to PrismaIntegration. Provided client:', options.client);
90
}
91
92
0 commit comments