Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ targets:
- name: npm
id: '@sentry/nextjs'
includeNames: /^sentry-nextjs-\d.*\.tgz$/
- name: npm
id: '@sentry/nuxt'
includeNames: /^sentry-nuxt-\d.*\.tgz$/
- name: npm
id: '@sentry/remix'
includeNames: /^sentry-remix-\d.*\.tgz$/
Expand Down
7 changes: 4 additions & 3 deletions packages/nuxt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
[![npm dm](https://img.shields.io/npm/dm/@sentry/nuxt.svg)](https://www.npmjs.com/package/@sentry/nuxt)
[![npm dt](https://img.shields.io/npm/dt/@sentry/nuxt.svg)](https://www.npmjs.com/package/@sentry/nuxt)

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

## Links

todo: link official SDK docs

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

## Compatibility

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

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

### 1. Prerequesits & Installation
### 1. Prerequisites & Installation

1. Install the Sentry Nuxt SDK:

Expand Down