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 eff89de commit 8864e2eCopy full SHA for 8864e2e
1 file changed
scripts/ci-unit-tests.ts
@@ -28,7 +28,7 @@ const BROWSER_TEST_PACKAGES = [
28
];
29
30
// Packages that cannot run in Node 18
31
-const SKIP_NODE_18_PACKAGES = ['@sentry/react-router', '@sentry/cloudflare'];
+const SKIP_NODE_18_PACKAGES = ['@sentry/react-router'];
32
33
function getAllPackages(): string[] {
34
const { workspaces }: { workspaces: string[] } = JSON.parse(
0 commit comments