We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc439e2 commit 1e942feCopy full SHA for 1e942fe
dev-packages/e2e-tests/test-applications/cloudflare-astro/package.json
@@ -17,15 +17,9 @@
17
"test:assert": "pnpm -v"
18
},
19
"dependencies": {
20
- "@astrojs/cloudflare": "8.0.1",
+ "@astrojs/cloudflare": "8.1.0",
21
"@sentry/astro": "latest || *",
22
- "astro": "4.0.9"
23
- },
24
- "pnpm": {
25
- "overrides": {
26
- "@sentry/node": "latest || *",
27
- "@sentry/tracing": "latest || *"
28
- }
+ "astro": "4.1.1"
29
30
"volta": {
31
"extends": "../../package.json"
dev-packages/e2e-tests/test-applications/cloudflare-astro/sentry.server.mjs
@@ -1,7 +1,5 @@
1
import * as Sentry from '@sentry/astro';
2
-import { ProfilingIntegration } from '@sentry/profiling-node';
3
4
Sentry.init({
5
dsn: process.env.E2E_TEST_DSN,
6
- integrations: [new ProfilingIntegration()],
7
});
0 commit comments