Skip to content

Commit

Permalink
chore(astro): Add Astro package to Craft NPM targets (#9233)
Browse files Browse the repository at this point in the history
This PR adds the `@sentry/astro` NPM publishing target so that we can
publish the SDK with the next release.

ref #9182
  • Loading branch information
Lms24 committed Oct 13, 2023
1 parent 28b6d75 commit 8bc4d73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ targets:
- name: npm
id: '@sentry/gatsby'
includeNames: /^sentry-gatsby-\d.*\.tgz$/
- name: npm
id: '@sentry/astro'
includeNames: /^sentry-astro-\d.*\.tgz$/

## 7. Other Packages
## 7.1
Expand Down

0 comments on commit 8bc4d73

Please sign in to comment.