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
7.80.1
Framework Version
Astro 3.4.0
Link to Sentry event
No response
SDK Setup
sentry({
dsn: __DSN__,
environment: process.env.VERCEL_ENV,
release: `vivace@${version}`,
debug: false,
sourceMapsUploadOptions: {
project: 'vivace',
authToken: process.env.SENTRY_AUTH_TOKEN,
telemetry: false
}
})
Steps to Reproduce
- build
- warning message occur
- dashboard releases pages shows Source Maps[0 artifacts]
error
Expected Result
can find source maps file in release detail
Actual Result
error message:
[sentry-vite-plugin] Warning: No release name provided. Will not inject release. Please set the release.name
option to identify your release.
Metadata
Metadata
Assignees
Type
Projects
Status
No status