Skip to content

Commit 8bc4d73

Browse files
authored
chore(astro): Add Astro package to Craft NPM targets (#9233)
This PR adds the `@sentry/astro` NPM publishing target so that we can publish the SDK with the next release. ref #9182
1 parent 28b6d75 commit 8bc4d73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.craft.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ targets:
8888
- name: npm
8989
id: '@sentry/gatsby'
9090
includeNames: /^sentry-gatsby-\d.*\.tgz$/
91+
- name: npm
92+
id: '@sentry/astro'
93+
includeNames: /^sentry-astro-\d.*\.tgz$/
9194

9295
## 7. Other Packages
9396
## 7.1

0 commit comments

Comments
 (0)