File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
dev-packages/e2e-tests/test-applications/node-profiling Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- import * as Sentry from '@sentry/node' ;
2- import { nodeProfilingIntegration } from '@sentry/profiling-node' ;
1+ const Sentry = require ( '@sentry/node' ) ;
2+ const { nodeProfilingIntegration } = require ( '@sentry/profiling-node' ) ;
33
44const wait = ( ms : number ) => new Promise ( resolve => setTimeout ( resolve , ms ) ) ;
55
Original file line number Diff line number Diff line change 55 "scripts" : {
66 "typecheck" : " tsc --noEmit" ,
77 "build" : " node build.mjs" ,
8- "start" : " node index.js" ,
9- "test" : " node index.js && node build.mjs" ,
8+ "test" : " npm run build && node dist/index.js" ,
109 "clean" : " npx rimraf node_modules" ,
1110 "test:build" : " npm run typecheck && npm run build" ,
1211 "test:assert" : " npm run test"
You can’t perform that action at this time.
0 commit comments