Skip to content

Commit b2d1478

Browse files
andreiborzaonurtemizkan
authored andcommitted
feat(nuxt): Add nuxt release registry craft entry (#15962)
Turns out we never added the release registry entry for nuxt. The corresponding [folder exists in the release registry repo](https://github.com/getsentry/sentry-release-registry/tree/master/packages/npm/%40sentry/nuxt).
1 parent fbaded7 commit b2d1478

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.craft.yml

+2
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ targets:
195195
onlyIfPresent: /^sentry-google-cloud-serverless-\d.*\.tgz$/
196196
'npm:@sentry/nextjs':
197197
onlyIfPresent: /^sentry-nextjs-\d.*\.tgz$/
198+
'npm:@sentry/nuxt':
199+
onlyIfPresent: /^sentry-nuxt-\d.*\.tgz$/
198200
'npm:@sentry/node':
199201
onlyIfPresent: /^sentry-node-\d.*\.tgz$/
200202
'npm:@sentry/react':

0 commit comments

Comments
 (0)