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 4cfe402 commit 3b4fa31Copy full SHA for 3b4fa31
dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts/consistentExports.ts
@@ -64,26 +64,10 @@ const DEPENDENTS: Dependent[] = [
64
},
65
{
66
package: '@sentry/nextjs',
67
- compareWith: nodeExperimentalExports,
+ compareWith: nodeExports,
68
// Next.js doesn't require explicit exports, so we can just merge top level and `default` exports:
69
// @ts-expect-error: `default` is not in the type definition but it's defined
70
exports: Object.keys({ ...SentryNextJs, ...SentryNextJs.default }),
71
- ignoreExports: [
72
- // legacy, to be removed...
73
- 'Handlers',
74
75
- 'Integrations',
76
77
- 'addGlobalEventProcessor',
78
79
- 'autoDiscoverNodePerformanceMonitoringIntegrations',
80
81
- 'getActiveTransaction',
82
83
- 'hapiErrorPlugin',
84
85
- 'makeMain',
86
- ],
87
88
89
package: '@sentry/remix',
0 commit comments