File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
dev-packages/node-integration-tests/suites Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import  {  TestEnv ,  assertSentryTransaction ,  conditionalTest  }  from  '../../../utils' ; 
22
3- conditionalTest ( {  min : 12  } ) ( 'Prisma ORM Integration' ,  ( )  =>  { 
3+ conditionalTest ( {  min : 14  } ) ( 'Prisma ORM Integration' ,  ( )  =>  { 
44  test ( 'should instrument Prisma client for tracing.' ,  async  ( )  =>  { 
55    const  env  =  await  TestEnv . init ( __dirname ) ; 
66    const  envelope  =  await  env . getEnvelopeRequest ( {  envelopeType : 'transaction'  } ) ; 
Original file line number Diff line number Diff line change 11import  {  TestEnv ,  assertSentryTransaction ,  conditionalTest  }  from  '../../../utils' ; 
22
3- conditionalTest ( {  min : 12  } ) ( 'Prisma ORM Integration' ,  ( )  =>  { 
3+ conditionalTest ( {  min : 14  } ) ( 'Prisma ORM Integration' ,  ( )  =>  { 
44  test ( 'should instrument Prisma client for tracing.' ,  async  ( )  =>  { 
55    const  env  =  await  TestEnv . init ( __dirname ) ; 
66    const  envelope  =  await  env . getEnvelopeRequest ( {  envelopeType : 'transaction'  } ) ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments