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 SDK are you using?
@sentry/astro
SDK Version
8.3.0
Framework Version
Astro 4.9.0
Link to Sentry event
No response
SDK Setup
sentry({
dsn: __DSN__,
sourceMapsUploadOptions: {
project: __MY_PROJECT__,
authToken: proccess.env.SENTRY_AUTH_TOKEN,
},
}),
Steps to Reproduce
Follow the guide https://docs.sentry.io/platforms/javascript/guides/astro/
my astro config is
export default defineConfig({
output: "server",
adapter: node({
mode: "standalone",
}),
integrations: [
react(),
sentry({
dsn: __DSN__,
sourceMapsUploadOptions: {
project: __MY_PROJECT__,
authToken: proccess.env.SENTRY_AUTH_TOKEN,
},
})]
})
Expected Result
No Error
Actual Result
ENOENT: no such file or directory, open '/Users/xxx/astro-project/node_modules/@sentry/astro/esm/@sentry/node'
Metadata
Metadata
Assignees
Type
Projects
Status
Waiting for: Product Owner