Skip to content

Commit 4b63354

Browse files
committed
feat(astro): Add Astro 5 support
1 parent e35c691 commit 4b63354

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

packages/astro/package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,14 @@
44
"description": "Official Sentry SDK for Astro",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/astro",
7-
"keywords": [
8-
"withastro",
9-
"astro-component",
10-
"astro-integration",
11-
"sentry",
12-
"apm"
13-
],
7+
"keywords": ["withastro", "astro-component", "astro-integration", "sentry", "apm"],
148
"author": "Sentry",
159
"license": "MIT",
1610
"engines": {
1711
"node": ">=18.14.1"
1812
},
1913
"type": "module",
20-
"files": [
21-
"/build"
22-
],
14+
"files": ["/build"],
2315
"main": "build/cjs/index.client.js",
2416
"module": "build/esm/index.server.js",
2517
"browser": "build/esm/index.client.js",
@@ -53,7 +45,7 @@
5345
"access": "public"
5446
},
5547
"peerDependencies": {
56-
"astro": ">=3.x || >=4.0.0-beta"
48+
"astro": ">=3.x || >=4.0.0-beta || >=5.x"
5749
},
5850
"dependencies": {
5951
"@sentry/browser": "8.42.0",

0 commit comments

Comments
 (0)