Skip to content

Commit 6c30e95

Browse files
committed
fixup
1 parent b4f2af9 commit 6c30e95

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

dev-packages/env-tests/cloudflare-astro/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
}),
1111
integrations: [
1212
sentry({
13-
dsn: '',
13+
dsn: process.env.E2E_TEST_DSN,
1414
autoInstrumentation: {
1515
requestHandler: true,
1616
},

dev-packages/env-tests/cloudflare-astro/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"dev": "astro dev",
88
"start": "astro dev",
9-
"build": "astro build",
9+
"build": "yarn build:bundle",
10+
"build:bundle": "astro build",
1011
"preview": "astro preview",
1112
"astro": "astro"
1213
},
@@ -15,5 +16,8 @@
1516
"@astrojs/cloudflare": "^8.0.2",
1617
"@sentry/astro": "7.92.0",
1718
"@sentry/profiling-node": "^1.3.2"
19+
},
20+
"volta": {
21+
"extends": "../../../package.json"
1822
}
1923
}

dev-packages/env-tests/cloudflare-astro/tsconfig.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)