Skip to content

Commit

Permalink
Update comments.
Browse files Browse the repository at this point in the history
Co-authored-by: Katie Byers <lobsterkatie@gmail.com>
  • Loading branch information
onurtemizkan and lobsterkatie authored Feb 14, 2022
1 parent ad1918d commit 2897b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To filter tests by their title:

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

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

### Troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/utils/generatePage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export async function generatePage(
},
externals: useBundle
? {
// To prevent import declarations to override browser bundles.
// 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',
Expand Down

0 comments on commit 2897b84

Please sign in to comment.