Skip to content

Commit 2897b84

Browse files
Update comments.
Co-authored-by: Katie Byers <[email protected]>
1 parent ad1918d commit 2897b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/integration-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To filter tests by their title:
5656

5757
You can refer to [Playwright documentation](https://playwright.dev/docs/test-cli) for other CLI options.
5858

59-
You can set env variable `PW_BUNDLE` to set specific `browser` and `tracing` build or bundle to test against.
59+
You can set env variable `PW_BUNDLE` to set specific build or bundle to test against.
6060
Available options: `esm`, `dist`, `bundle`, `bundle_min`, `bundle_es6`, `bundle_es6_min`
6161

6262
### Troubleshooting

packages/integration-tests/utils/generatePage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export async function generatePage(
9999
},
100100
externals: useBundle
101101
? {
102-
// To prevent import declarations to override browser bundles.
102+
// To help Webpack resolve Sentry modules in `import` statements in cases where they're provided in bundles rather than in `node_modules`
103103
'@sentry/browser': 'var Sentry',
104104
'@sentry/tracing': 'var Sentry',
105105
Integrations: 'var Sentry.Integrations',

0 commit comments

Comments
 (0)