Skip to content

Commit 1e942fe

Browse files
committed
fixup
1 parent cc439e2 commit 1e942fe

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,9 @@
1717
"test:assert": "pnpm -v"
1818
},
1919
"dependencies": {
20-
"@astrojs/cloudflare": "8.0.1",
20+
"@astrojs/cloudflare": "8.1.0",
2121
"@sentry/astro": "latest || *",
22-
"astro": "4.0.9"
23-
},
24-
"pnpm": {
25-
"overrides": {
26-
"@sentry/node": "latest || *",
27-
"@sentry/tracing": "latest || *"
28-
}
22+
"astro": "4.1.1"
2923
},
3024
"volta": {
3125
"extends": "../../package.json"
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import * as Sentry from '@sentry/astro';
2-
import { ProfilingIntegration } from '@sentry/profiling-node';
32

43
Sentry.init({
54
dsn: process.env.E2E_TEST_DSN,
6-
integrations: [new ProfilingIntegration()],
75
});

0 commit comments

Comments
 (0)