Skip to content

Commit f198f83

Browse files
committed
.
1 parent 20e9de8 commit f198f83

File tree

1 file changed

+2
-1
lines changed
  • dev-packages/browser-integration-tests/suites/integrations/thirdPartyErrorsFilter

1 file changed

+2
-1
lines changed

dev-packages/browser-integration-tests/suites/integrations/thirdPartyErrorsFilter/test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import { sentryTest } from '../../../utils/fixtures';
55
import { envelopeRequestParser, waitForErrorRequest } from '../../../utils/helpers';
66

77
const bundle = process.env.PW_BUNDLE || '';
8-
// We only want to run this in non-CDN bundle mode
8+
// We only want to run this in non-CDN bundle mode because
9+
// thirdPartyErrorFilterIntegration is only available in the NPM package
910
if (bundle.startsWith('bundle')) {
1011
sentryTest.skip();
1112
}

0 commit comments

Comments
 (0)