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
9.5.0
Framework Version
No response
Link to Sentry event
https://sentry-pri-nuxt.sentry.io/issues/32395492/events/8dfaac86dd084cc19ec6cea251cf4958/
Reproduction Example/SDK Setup
No response
Steps to Reproduce
- Create a new Nuxt project by following the official guide here: Nuxt Installation Guide.
- Set up a new organization in Sentry.
- Create a new Nuxt project in Sentry.
- Use the Sentry wizard to instrument the Nuxt project.
- Run
yarn dev
to start the development environment. - Trigger an error in the application.
- Go to the issue details in Sentry.
- The 'environment' tag should be set to 'dev'/'development' instead of 'production'.
Expected Result
The 'environment' tag should be set to 'dev'/'development' instead of 'production'.
Actual Result
Currently I am seeing 'production'
- Contributes to [JavaScript] Nuxt sentry#79408 (comment)