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.
1 parent 01de9df commit 2eadb32Copy full SHA for 2eadb32
packages/integration-tests/suites/replay/privacy/test.ts
@@ -7,9 +7,8 @@ import { envelopeRequestParser } from '../../../utils/helpers';
7
import { waitForReplayRequest } from '../../../utils/replayHelpers';
8
9
sentryTest('should have the correct default privacy settings', async ({ getLocalTestPath, page }) => {
10
- // For this test, we skip all bundle tests, as we're only interested in Replay being correctly
11
- // exported from the `@sentry/browser` npm package.
12
- if (process.env.PW_BUNDLE && process.env.PW_BUNDLE.startsWith('bundle_')) {
+ // Replay bundles are es6 only
+ if (process.env.PW_BUNDLE && process.env.PW_BUNDLE.startsWith('bundle_es5')) {
13
sentryTest.skip();
14
}
15
0 commit comments