Open
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nuxt
SDK Version
8.51.0
Framework Version
Nuxt 3.14.1592
Link to Sentry event
Reproduction Example/SDK Setup
No response
Steps to Reproduce
- Create a Nuxt.js application.
- Install and configure Sentry by following the official documentation.
- Launch the application in development mode with pnpm dev.
- Generate a JavaScript error in the application.
- Check the environment associated with the error in Sentry.
Expected Result
The environment should be automatically detected as "development".
Suggestions
Disable by default in development mode: An option to disable Sentry by default in development mode could be added. This would prevent sending development errors to Sentry, which can be annoying.
Actual Result
The environment reported in Sentry is "production".
Metadata
Metadata
Assignees
Type
Projects
Status
No status