Closed
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 package are you using?
@sentry/node
SDK Version
7.13.0
Framework Version
Svelte 3.46.4
Link to Sentry event
No response
Steps to Reproduce
- Trying to run
npm run build
and getting this error:
Could not resolve './{}.js' from node_modules/@sentry/utils/esm/index.js
error during build:
Error: Could not resolve './{}.js' from node_modules/@sentry/utils/esm/index.js
- I'm using vite 2.8.6
- Svelte (not Sveltekit)
- No code transpiling
Expected Result
Successful build
Actual Result
Build fails