Skip to content

Commit

Permalink
Remove default external types and Integration external.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Feb 14, 2022
1 parent 2897b84 commit 627de51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/integration-tests/utils/generatePage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@ export async function generatePage(
externals: useBundle
? {
// To help Webpack resolve Sentry modules in `import` statements in cases where they're provided in bundles rather than in `node_modules`
'@sentry/browser': 'var Sentry',
'@sentry/tracing': 'var Sentry',
Integrations: 'var Sentry.Integrations',
'@sentry/browser': 'Sentry',
'@sentry/tracing': 'Sentry',
}
: {},
output: {
Expand Down

0 comments on commit 627de51

Please sign in to comment.