You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a simple NuxtJS app npx nuxi@latest init <project-name>
Install the SDK with npx @sentry/wizard@latest -i nuxt --saas --org ORG_SLUG --project PROJ_SLUG
Run the app in dev mode npm run dev
Expected Result
Dev environment to run with no errors or warnings.
Actual Result
The warning message is shown in console:
WARN "@sentry-internal/nitro-utils" is imported by "node_modules/@sentry/nuxt/build/module/runtime/plugins/sentry.server.js", but could not be resolved – treating it as an external dependency.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nuxt
SDK Version
8.43.0
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
No response
Steps to Reproduce
npx nuxi@latest init <project-name>
npx @sentry/wizard@latest -i nuxt --saas --org ORG_SLUG --project PROJ_SLUG
npm run dev
Expected Result
Dev environment to run with no errors or warnings.
Actual Result
The warning message is shown in console:
The text was updated successfully, but these errors were encountered: