Skip to content

Commit 3b4fa31

Browse files
author
Luca Forstner
committed
fix consistent exports
1 parent 4cfe402 commit 3b4fa31

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

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

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -64,26 +64,10 @@ const DEPENDENTS: Dependent[] = [
6464
},
6565
{
6666
package: '@sentry/nextjs',
67-
compareWith: nodeExperimentalExports,
67+
compareWith: nodeExports,
6868
// Next.js doesn't require explicit exports, so we can just merge top level and `default` exports:
6969
// @ts-expect-error: `default` is not in the type definition but it's defined
7070
exports: Object.keys({ ...SentryNextJs, ...SentryNextJs.default }),
71-
ignoreExports: [
72-
// legacy, to be removed...
73-
'Handlers',
74-
// legacy, to be removed...
75-
'Integrations',
76-
// legacy, to be removed...
77-
'addGlobalEventProcessor',
78-
// legacy, to be removed...
79-
'autoDiscoverNodePerformanceMonitoringIntegrations',
80-
// legacy, to be removed...
81-
'getActiveTransaction',
82-
// legacy, to be removed...
83-
'hapiErrorPlugin',
84-
// legacy, to be removed...
85-
'makeMain',
86-
],
8771
},
8872
{
8973
package: '@sentry/remix',

0 commit comments

Comments
 (0)