We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de596d8 commit a5caf90Copy full SHA for a5caf90
dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts/consistentExports.ts
@@ -54,6 +54,13 @@ const DEPENDENTS: Dependent[] = [
54
'NodeClient',
55
'hapiErrorPlugin',
56
'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',
64
],
65
},
66
{
0 commit comments