Skip to content

Commit 1f09f99

Browse files
committed
mark optionals as optional
1 parent 3813029 commit 1f09f99

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

dev-packages/e2e-tests/test-applications/cloudflare-astro/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
},
2727
"volta": {
2828
"extends": "../../package.json"
29+
},
30+
"sentryTest": {
31+
"optional": true
2932
}
3033
}

dev-packages/e2e-tests/test-applications/cloudflare-workers/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
},
2525
"volta": {
2626
"extends": "../../package.json"
27+
},
28+
"sentryTest": {
29+
"optional": true
2730
}
2831
}

dev-packages/e2e-tests/test-applications/debug-id-sourcemaps/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
},
2020
"volta": {
2121
"extends": "../../package.json"
22+
},
23+
"sentryTest": {
24+
"optional": true
2225
}
2326
}

dev-packages/e2e-tests/test-applications/node-express-send-to-sentry/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
},
2525
"volta": {
2626
"extends": "../../package.json"
27+
},
28+
"sentryTest": {
29+
"optional": true
2730
}
2831
}

dev-packages/e2e-tests/test-applications/react-send-to-sentry/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@
4747
},
4848
"volta": {
4949
"extends": "../../package.json"
50+
},
51+
"sentryTest": {
52+
"optional": true
5053
}
5154
}

0 commit comments

Comments
 (0)