sentry-module
sentry-module copied to clipboard
Sentry module for Nuxt 2
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.21.0` -> `^8.22.0`](https://renovatebot.com/diffs/npm/eslint/8.21.0/8.22.0) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt-community/sentry-module). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sentry/browser](https://togithub.com/getsentry/sentry-javascript) | [`^6.19.7` -> `^7.10.0`](https://renovatebot.com/diffs/npm/@sentry%2fbrowser/6.19.7/7.10.0) | [](https://docs.renovatebot.com/merge-confidence/)...
Added Page on how to use hook to modify reports.
https://github.com/getsentry/sentry-javascript/releases/tag/7.0.0
Sourcemaps uploaded to sentry to see more realistic stack trace but it's not working, please help somebody here's my config ``` sentry: { dsn: process.env.SENTRY_DSN, publishRelease: { include: [], //...
With nuxt 3 out in beta, it would be nice if this module can be updated so it also supports v3. It should be possible to support both by using...
### Is your feature request related to a problem? Please describe. No ### Describe the solution you'd like I would like to enable the User Feedback feature. Is this possible...
nuxt.config.js ``` sentry: { tracing: { tracesSampleRate: 1.0, vueOptions: { tracing: true, tracingOptions: { hooks: ['mount', 'update'], timeout: 2000, trackComponents: true } }, browserOptions: {} } } ``` 
### Is your feature request related to a problem? Please describe. No problem, just small optimization ### Describe the solution you'd like Use `@sentry/vue` instead of `@sentry/browser` ### Describe alternatives...