Skip to content

Commit ff4f5db

Browse files
committed
fix: remove uneeded global hook call in node light
1 parent 290e69a commit ff4f5db

File tree

1 file changed

+0
-2
lines changed
  • packages/node-core/src/light

1 file changed

+0
-2
lines changed

packages/node-core/src/light/sdk.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ function _init(
121121

122122
client.init();
123123

124-
GLOBAL_OBJ._sentryInjectLoaderHookRegister?.();
125-
126124
debug.log(`SDK initialized from ${isCjs() ? 'CommonJS' : 'ESM'} (light mode)`);
127125

128126
client.startClientReportTracking();

0 commit comments

Comments
 (0)