-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raise warning if release
passed in is not an object
#455
Comments
Good ol rtfm 😄 https://www.npmjs.com/package/@sentry/vite-plugin#releasename. It's |
Oh boy - maybe we should at least print a warning or something. |
It might be you being used to the v1 api of the webpack plugin which had the |
I am talking about how you set a release in the SDK, it's not an object there, it's a string. |
release
passed in is not an object
When using the Vite Plugin to inject Debug IDs and upload it to Sentry:
Sentry CLI Prints this output, not showing the set Release
The text was updated successfully, but these errors were encountered: