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
Trying to inject debug IDs into sourcemaps in a different directory (i.e. not the current directory) fails on Windows. The reason is inconsistent handling of path separators. Specifically, at
Trying to inject debug IDs into sourcemaps in a different directory (i.e. not the current directory) fails on Windows. The reason is inconsistent handling of path separators. Specifically, at
sentry-cli/src/utils/sourcemaps.rs
Line 995 in 5e5949c
sources
contain URLs with slashes butsourcemap_url
contains backslashes. This means that we don't find the sourcemap.The text was updated successfully, but these errors were encountered: