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 869f1d4 commit 5eb1c1bCopy full SHA for 5eb1c1b
dev-packages/node-integration-tests/suites/tracing/prisma-orm/test.ts
@@ -1,4 +1,4 @@
1
-import { SpanJSON } from '@sentry/core';
+import type { SpanJSON } from '@sentry/core';
2
import { createRunner } from '../../../utils/runner';
3
4
describe('Prisma ORM Tests', () => {
@@ -76,7 +76,7 @@ describe('Prisma ORM Tests', () => {
76
'db.system': 'postgresql',
77
'otel.kind': 'CLIENT',
78
},
79
- description: `DELETE FROM \"public\".\"User\" WHERE \"public\".\"User\".\"email\"::text LIKE $1`,
+ description: 'DELETE FROM "public"."User" WHERE "public"."User"."email"::text LIKE $1',
80
});
81
82
})
0 commit comments