File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ targets:
105
105
- name : npm
106
106
id : ' @sentry/nextjs'
107
107
includeNames : /^sentry-nextjs-\d.*\.tgz$/
108
+ - name : npm
109
+ id : ' @sentry/nuxt'
110
+ includeNames : /^sentry-nuxt-\d.*\.tgz$/
108
111
- name : npm
109
112
id : ' @sentry/remix'
110
113
includeNames : /^sentry-remix-\d.*\.tgz$/
Original file line number Diff line number Diff line change 10
10
[ ![ npm dm] ( https://img.shields.io/npm/dm/@sentry/nuxt.svg )] ( https://www.npmjs.com/package/@sentry/nuxt )
11
11
[ ![ npm dt] ( https://img.shields.io/npm/dt/@sentry/nuxt.svg )] ( https://www.npmjs.com/package/@sentry/nuxt )
12
12
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 **
14
14
15
15
## Links
16
16
17
17
todo: link official SDK docs
18
18
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/ )
20
21
21
22
## Compatibility
22
23
@@ -37,7 +38,7 @@ Take a look at the sections below if you want to customize your SDK configuratio
37
38
38
39
If the setup through the wizard doesn't work for you, you can also set up the SDK manually.
39
40
40
- ### 1. Prerequesits & Installation
41
+ ### 1. Prerequisites & Installation
41
42
42
43
1 . Install the Sentry Nuxt SDK:
43
44
You can’t perform that action at this time.
0 commit comments