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 58b63e7 commit c010750Copy full SHA for c010750
packages/integration-tests/suites/replay/errorResponse/test.ts
@@ -5,7 +5,7 @@ import { getReplaySnapshot } from '../../../utils/helpers';
5
6
sentryTest('errorResponse', async ({ getLocalTestPath, page }) => {
7
// Currently bundle tests are not supported for replay
8
- if (process.env.PW_BUNDLE && process.env.PW_BUNDLE.startsWith('bundle_')) {
+ if (process.env.PW_BUNDLE && process.env.PW_BUNDLE.startsWith('bundle_es5')) {
9
sentryTest.skip();
10
}
11
0 commit comments