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 20e9de8 commit f198f83Copy full SHA for f198f83
dev-packages/browser-integration-tests/suites/integrations/thirdPartyErrorsFilter/test.ts
@@ -5,7 +5,8 @@ import { sentryTest } from '../../../utils/fixtures';
5
import { envelopeRequestParser, waitForErrorRequest } from '../../../utils/helpers';
6
7
const bundle = process.env.PW_BUNDLE || '';
8
-// We only want to run this in non-CDN bundle mode
+// We only want to run this in non-CDN bundle mode because
9
+// thirdPartyErrorFilterIntegration is only available in the NPM package
10
if (bundle.startsWith('bundle')) {
11
sentryTest.skip();
12
}
0 commit comments