Skip to content

Commit a5caf90

Browse files
committed
use correct ignore
1 parent de596d8 commit a5caf90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts/consistentExports.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ const DEPENDENTS: Dependent[] = [
5454
'NodeClient',
5555
'hapiErrorPlugin',
5656
'makeNodeTransport',
57+
// TODO: remove these when we switch exports from nodeExperimentalExports to nodeExports
58+
'Integrations',
59+
'addGlobalEventProcessor',
60+
'getActiveTransaction',
61+
'getCurrentHub',
62+
'makeMain',
63+
'startTransaction',
5764
],
5865
},
5966
{

0 commit comments

Comments
 (0)