1.0.3 • Published 2 years ago

nuxt3-sentry v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Nuxt3 Sentry

npm version npm downloads License Nuxt

New Nuxt3 Sentry module

Features

  •  Adds Sentry to Nuxt3

Quick Setup

  1. Add nuxt3-sentry dependency to your project
# Using pnpm
pnpm add nuxt3-sentry

# Using yarn
yarn add nuxt3-sentry

# Using npm
npm install nuxt3-sentry
  1. Add nuxt3-sentry to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: ["nuxt3-sentry"],
});

That's it! You can now use Nuxt3 Sentry in your Nuxt app ✨

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago