Skip to content

Commit

Permalink
ignore in Node 14 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jul 11, 2024
1 parent caef2ad commit 8fb1759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "8.17.0",
"description": "Offical Sentry SDK for Cloudflare Workers and Pages",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/vercel-edge",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/cloudflare",
"author": "Sentry",
"license": "MIT",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion scripts/node-unit-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const DEFAULT_SKIP_TESTS_PACKAGES = [
const SKIP_TEST_PACKAGES: Record<NodeVersion, VersionConfig> = {
'14': {
ignoredPackages: [
'@sentry/cloudflare',
'@sentry/solidstart',
'@sentry/sveltekit',
'@sentry/vercel-edge',
Expand All @@ -40,7 +41,7 @@ const SKIP_TEST_PACKAGES: Record<NodeVersion, VersionConfig> = {
],
},
'16': {
ignoredPackages: ['@sentry/vercel-edge', '@sentry/astro'],
ignoredPackages: ['@sentry/cloudflare', '@sentry/vercel-edge', '@sentry/astro'],
},
'18': {
ignoredPackages: [],
Expand Down

0 comments on commit 8fb1759

Please sign in to comment.