Skip to content

Commit

Permalink
chore(astro): Add Astro integration keywords (#9193)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Lms24 committed Oct 13, 2023
1 parent 1ba8d9f commit a8c8564
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"description": "Official Sentry SDK for Astro",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/astro",
"keywords": [
"withastro",
"astro-component",
"sentry",
"apm"
],
"author": "Sentry",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit a8c8564

Please sign in to comment.