Skip to content

Commit aad44b9

Browse files
author
Luca Forstner
authored
Merge branch 'main' into use-globalThis
2 parents 587bbc4 + b734d45 commit aad44b9

File tree

1 file changed

+2
-0
lines changed
  • packages/bundler-plugin-core/src

1 file changed

+2
-0
lines changed

packages/bundler-plugin-core/src/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ export function generateGlobalInjectorCode({
324324
_global.SENTRY_BUILD_INFO=${JSON.stringify(buildInfo)};`;
325325
}
326326

327+
code += "}";
328+
327329
return code;
328330
}
329331

0 commit comments

Comments
 (0)