Skip to content

Commit

Permalink
ignore some exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed May 27, 2024
1 parent 0f10470 commit b62f021
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const NODE_EXPORTS_IGNORE = [
'setNodeAsyncContextStrategy',
'getDefaultIntegrationsWithoutPerformance',
'initWithoutDefaultIntegrations',
'SentryContextManager',
'validateOpenTelemetrySetup',
];

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

0 comments on commit b62f021

Please sign in to comment.