sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Fix Xcode auto source maps with relative paths

Open krystofwoldrich opened this issue 1 year ago • 0 comments

Description

If users specify SOURCEMAP_FILE=relative/path.map the sentry-cli fails to find the file.

The $PWD is root/ios, but the source map file is created in root/relative/path.map.

krystofwoldrich avatar Jun 13 '24 11:06 krystofwoldrich