Skip to content

Commit 5602c3d

Browse files
committed
Remove default external types and Integrationexternal.
1 parent 2897b84 commit 5602c3d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/integration-tests/utils/generatePage.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ export async function generatePage(
100100
externals: useBundle
101101
? {
102102
// To help Webpack resolve Sentry modules in `import` statements in cases where they're provided in bundles rather than in `node_modules`
103-
'@sentry/browser': 'var Sentry',
104-
'@sentry/tracing': 'var Sentry',
105-
Integrations: 'var Sentry.Integrations',
103+
'@sentry/browser': 'Sentry',
104+
'@sentry/tracing': 'Sentry',
106105
}
107106
: {},
108107
output: {

0 commit comments

Comments
 (0)