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:
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$/
Original file line number Diff line number Diff line change 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
1717todo: 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
3839If 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
42431 . Install the Sentry Nuxt SDK:
4344
You can’t perform that action at this time.
0 commit comments