Skip to content

Commit 3cb5ccf

Browse files
committed
fix test
1 parent 875901a commit 3cb5ccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ const NODE_EXPORTS_IGNORE = [
1515
// Probably generated by transpilation, no need to require it
1616
'__esModule',
1717
// Only required from the Node package
18+
'setOpenTelemetryContextAsyncContextStrategy',
1819
'getDefaultIntegrationsWithoutPerformance',
1920
'initWithoutDefaultIntegrations',
20-
'SentryContextManager',
2121
'preloadOpenTelemetry',
2222
// Internal helper only needed within integrations (e.g. bunRuntimeMetricsIntegration)
2323
'_INTERNAL_normalizeCollectionInterval',

0 commit comments

Comments
 (0)