sentry-module
Sentry module for Nuxt 2
File Explorer
Download Latest Version (.zip)- bug_report.md
- config.yml
- feature_request.md
- question.md
- ci.yml
- size-limit.yml
- options.md
- runtime-config.md
- setup.md
- enrich-events.md
- lazy-loading.md
- migration.md
- performance.md
- profiling.md
- releases.md
- session-replay.md
- usage.md
- user-feedback.md
- index.md
- settings.json
- @nuxtjs+tailwindcss+3.4.3.patch
- icon.png
- logo-dark.svg
- logo-light.svg
- preview-dark.png
- preview.png
- .gitignore
- .nvmrc
- nuxt.config.js
- package.json
- README.md
- yarn.lock
- index.vue
- nuxt.config.cjs
- index.vue
- nuxt.config.cjs
- index.vue
- nuxt.config.cjs
- index.vue
- nuxt.config.cjs
- index.vue
- nuxt.config.cjs
- server.config.ts
- index.vue
- nuxt.config.ts
- tsconfig.json
- package.json
- client.shared.js
- options.ejs
- plugin.client.js
- plugin.lazy.js
- plugin.mocked.js
- plugin.server.js
- configuration.d.ts
- extend.d.ts
- index.d.ts
- sentry.d.ts
- hooks.ts
- kit-shim.ts
- module.ts
- options.ts
- utils.ts
- custom-client-integrations.js
- index.vue
- nuxt.config.cjs
- custom-client-integrations.js
- index.vue
- nuxt.config.cjs
- index.ts
- custom-client-integrations.ts
- server.config.ts
- disabled-integrations.vue
- index.vue
- nuxt.config.ts
- tsconfig.json
- index.vue
- mounted.vue
- nuxt.config.cjs
- default.test.ts
- lazy.test.ts
- options.test.ts
- tsconfig.json
- typescript.test.ts
- utils.ts
- with-lazy-config.test.ts
- vuex.d.ts
- .editorconfig
- .gitignore
- .npmrc
- .nvmrc
- .release-it.cjs
- .size-limit.cjs
- build.config.ts
- CHANGELOG.md
- eslint.config.mjs
- LICENSE
- netlify.toml
- package.json
- README.md
- renovate.json
- tsconfig.json
- vitest.config.ts
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/nuxt-community/sentry-module
Downloads the entire project code from GitHub to your computer.
cd sentry-module
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
