Skip to content

Commit a8c8564

Browse files
authored
chore(astro): Add Astro integration keywords (#9193)
Adding [specific keywords](https://docs.astro.build/en/reference/publish-to-npm/#integrations-library) to an NPM package makes them show up in [Astro's integration library page](https://astro.build/integrations/). This PR adds them to the Astro package.json. ref #9182
1 parent 1ba8d9f commit a8c8564

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/astro/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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+
"sentry",
11+
"apm"
12+
],
713
"author": "Sentry",
814
"license": "MIT",
915
"engines": {

0 commit comments

Comments
 (0)