File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
dev-packages/node-integration-tests/suites/child-process Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- const Sentry = require ( '@sentry/node' ) ;
1+ const Sentry = require ( '@sentry/node' ) ;
22const { loggingTransport } = require ( '@sentry-internal/node-integration-tests' ) ;
33const path = require ( 'path' ) ;
44const { fork } = require ( 'child_process' ) ;
Original file line number Diff line number Diff line change 1- import * as Sentry from '@sentry/node' ;
2- import { loggingTransport } from '@sentry-internal/node-integration-tests' ;
3- import * as path from 'path' ;
41import { fork } from 'child_process' ;
2+ import * as path from 'path' ;
3+ import { loggingTransport } from '@sentry-internal/node-integration-tests' ;
4+ import * as Sentry from '@sentry/node' ;
55
66const __dirname = new URL ( '.' , import . meta. url ) . pathname ;
77
Original file line number Diff line number Diff line change 1- const Sentry = require ( '@sentry/node' ) ;
1+ const Sentry = require ( '@sentry/node' ) ;
22const { loggingTransport } = require ( '@sentry-internal/node-integration-tests' ) ;
33const path = require ( 'path' ) ;
44const { Worker } = require ( 'worker_threads' ) ;
Original file line number Diff line number Diff line change 1- import * as Sentry from '@sentry/node' ;
2- import { loggingTransport } from '@sentry-internal/node-integration-tests' ;
31import * as path from 'path' ;
2+ import { loggingTransport } from '@sentry-internal/node-integration-tests' ;
3+ import * as Sentry from '@sentry/node' ;
44import { Worker } from 'worker_threads' ;
55
66const __dirname = new URL ( '.' , import . meta. url ) . pathname ;
You can’t perform that action at this time.
0 commit comments