Skip to content

Commit 6da0728

Browse files
authored
build(nuxt): Add nuxt to craft (#12821)
Preparing `@sentry/nuxt` for a release (experimental) Merge after this PR: #12796
1 parent 47e1b7e commit 6da0728

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.craft.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ targets:
105105
- name: npm
106106
id: '@sentry/nextjs'
107107
includeNames: /^sentry-nextjs-\d.*\.tgz$/
108+
- name: npm
109+
id: '@sentry/nuxt'
110+
includeNames: /^sentry-nuxt-\d.*\.tgz$/
108111
- name: npm
109112
id: '@sentry/remix'
110113
includeNames: /^sentry-remix-\d.*\.tgz$/

packages/nuxt/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
[![npm dm](https://img.shields.io/npm/dm/@sentry/nuxt.svg)](https://www.npmjs.com/package/@sentry/nuxt)
1111
[![npm dt](https://img.shields.io/npm/dt/@sentry/nuxt.svg)](https://www.npmjs.com/package/@sentry/nuxt)
1212

13-
**This SDK is under active development and not yet published!**
13+
**This SDK is under active development! Feel free to already try it but expect breaking changes**
1414

1515
## Links
1616

1717
todo: link official SDK docs
1818

19-
- [Official SDK Docs](https://docs.sentry.io/platforms/javascript/)
19+
- [Official Browser SDK Docs](https://docs.sentry.io/platforms/javascript/)
20+
- [Official Node SDK Docs](https://docs.sentry.io/platforms/node/)
2021

2122
## Compatibility
2223

@@ -37,7 +38,7 @@ Take a look at the sections below if you want to customize your SDK configuratio
3738

3839
If the setup through the wizard doesn't work for you, you can also set up the SDK manually.
3940

40-
### 1. Prerequesits & Installation
41+
### 1. Prerequisites & Installation
4142

4243
1. Install the Sentry Nuxt SDK:
4344

0 commit comments

Comments
 (0)