Skip to content

Commit 158783e

Browse files
chargomeclaude
andcommitted
ci: Ignore _INTERNAL_normalizeCollectionInterval in consistent exports check
This export is an internal helper consumed by integrations (e.g. bunRuntimeMetricsIntegration) and does not need to be re-exported by every package that depends on @sentry/node. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b243f97 commit 158783e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ const NODE_EXPORTS_IGNORE = [
2121
'SentryContextManager',
2222
'validateOpenTelemetrySetup',
2323
'preloadOpenTelemetry',
24+
// Internal helper only needed within integrations (e.g. bunRuntimeMetricsIntegration)
25+
'_INTERNAL_normalizeCollectionInterval',
2426
];
2527

2628
const nodeExports = Object.keys(SentryNode).filter(e => !NODE_EXPORTS_IGNORE.includes(e));

0 commit comments

Comments
 (0)