Skip to content

Commit 8864e2e

Browse files
committed
fixup! feat(cloudflare): Read wrangler config and resolve the Sentry options module
1 parent eff89de commit 8864e2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci-unit-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const BROWSER_TEST_PACKAGES = [
2828
];
2929

3030
// Packages that cannot run in Node 18
31-
const SKIP_NODE_18_PACKAGES = ['@sentry/react-router', '@sentry/cloudflare'];
31+
const SKIP_NODE_18_PACKAGES = ['@sentry/react-router'];
3232

3333
function getAllPackages(): string[] {
3434
const { workspaces }: { workspaces: string[] } = JSON.parse(

0 commit comments

Comments
 (0)