sentry-module icon indicating copy to clipboard operation
sentry-module copied to clipboard

Sentry module for Nuxt 2

Results 36 sentry-module issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/@sentry%2fbrowser/7.10.0/age-slim)](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

feature-request

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: [], //...

question

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...

feature-request

### 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...

feature-request

nuxt.config.js ``` sentry: { tracing: { tracesSampleRate: 1.0, vueOptions: { tracing: true, tracingOptions: { hooks: ['mount', 'update'], timeout: 2000, trackComponents: true } }, browserOptions: {} } } ``` ![image](https://user-images.githubusercontent.com/38323046/167785682-cdee612c-c5ed-42a6-9fd1-3ef446da9c36.png)

question

### 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...

feature-request