We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Integration
1 parent 2897b84 commit 5602c3dCopy full SHA for 5602c3d
packages/integration-tests/utils/generatePage.ts
@@ -100,9 +100,8 @@ export async function generatePage(
100
externals: useBundle
101
? {
102
// 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',
+ '@sentry/browser': 'Sentry',
+ '@sentry/tracing': 'Sentry',
106
}
107
: {},
108
output: {
0 commit comments