You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the user needs to pass the sentry config to both the vite config AND our vite plugin.
We could probably make this prettier by just adding a new plugin within our existing vite plugin that updates the global vite config with our sentry options (so that they are available for our buildEnd hook)
Description
Currently the user needs to pass the sentry config to both the vite config AND our vite plugin.
We could probably make this prettier by just adding a new plugin within our existing vite plugin that updates the global vite config with our sentry options (so that they are available for our buildEnd hook)
Ref #15406
The text was updated successfully, but these errors were encountered: