From 8bc4d734ea43d0d272ebb7b3c4ccdfbeb6eb58f8 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Fri, 13 Oct 2023 10:40:03 +0200 Subject: [PATCH] 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 --- .craft.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.craft.yml b/.craft.yml index 270dafe59d8e..e8bbfaf3b3b5 100644 --- a/.craft.yml +++ b/.craft.yml @@ -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