I have a React Vite sentry project that is using the sha as the release name and three environments: deploy-preview, staging, and production.
We use the vite plugin and the react integration, set the release and deploy info via the vite plugin and allow it to inject that info into the build.
I'm seeing e2e tests claiming to run against our staging url with an environment of "production" which from looking at how our CI is set up should not be happening.
I would expect my environments to match and for me to be able to differentiate the different deployments of the same commit sha.