File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev-packages/node-integration-tests
suites/tracing-experimental/prisma-orm Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 "@nestjs/core" : " ^10.3.3" ,
3333 "@nestjs/common" : " ^10.3.3" ,
3434 "@nestjs/platform-express" : " ^10.3.3" ,
35- "@prisma/client" : " 3.15.2 " ,
35+ "@prisma/client" : " 5.9.1 " ,
3636 "@sentry/node" : " 7.100.0" ,
3737 "@sentry/tracing" : " 7.100.0" ,
3838 "@sentry/types" : " 7.100.0" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { conditionalTest } from '../../../utils';
22import { createRunner } from '../../../utils/runner' ;
33
44conditionalTest ( { min : 14 } ) ( 'Prisma ORM Tests' , ( ) => {
5- test ( 'CJS - should instrument GraphQL queries used from Apollo Server. ' , done => {
5+ test ( 'CJS - should instrument PostgreSQL queries from Prisma ORM ' , done => {
66 const EXPECTED_TRANSACTION = {
77 transaction : 'Test Transaction' ,
88 spans : expect . arrayContaining ( [
You can’t perform that action at this time.
0 commit comments