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
In the first version we rely on the SentryCli for injecting debugIds. As this modifies the final build output and can interfere with integrity checks we want to move the injection of debugIds back into the vite plugin. This will require some modifications to the buildEnd hook as there is currently no mapping between source files and map files during the build.
The text was updated successfully, but these errors were encountered:
Description
In the first version we rely on the SentryCli for injecting debugIds. As this modifies the final build output and can interfere with integrity checks we want to move the injection of debugIds back into the vite plugin. This will require some modifications to the buildEnd hook as there is currently no mapping between source files and map files during the build.
The text was updated successfully, but these errors were encountered: