Skip to content

Commit

Permalink
build(nuxt): Add nuxt to craft (#12821)
Browse files Browse the repository at this point in the history
Preparing `@sentry/nuxt` for a release (experimental)

Merge after this PR:
#12796
  • Loading branch information
s1gr1d authored Jul 9, 2024
1 parent 47e1b7e commit 6da0728
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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

0 comments on commit 6da0728

Please sign in to comment.