react-native-sentry

App build failed in xcode with Continuing in background (Failed to display Xcode notification) due to the sentry

半世苍凉 提交于 2020-03-25 19:19:49
问题 Unable to build my app suddenly. This is the error which I got after running the caused by: script error: osascript: no such component "JavaScript". Continuing in background. Error: Failed to display Xcode notification caused by: script error: osascript: no such component "JavaScript". /Users//Library/Developer/Xcode/DerivedData/App-dvcafjcjvuogulagizfflouagntd/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/App.build/Script

App build failed in xcode with Continuing in background (Failed to display Xcode notification) due to the sentry

风格不统一 提交于 2020-03-25 19:19:10
问题 Unable to build my app suddenly. This is the error which I got after running the caused by: script error: osascript: no such component "JavaScript". Continuing in background. Error: Failed to display Xcode notification caused by: script error: osascript: no such component "JavaScript". /Users//Library/Developer/Xcode/DerivedData/App-dvcafjcjvuogulagizfflouagntd/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/App.build/Script

How to manually upload my source code to sentry?

怎甘沉沦 提交于 2019-12-10 19:35:50
问题 My app is built with expo and sentry dashboard shows me 2 errors : Discarded invalid parameter 'type' and Source code was not found for app:///crna-entry.bundle? platform=ios&dev=true&minify=false&hot=false&assetPlugin=%2FUsers%2FUser%2FDesktop%2Fpath%2Fto%2Fnode_modules%2Fexp. So when i receive errors, it's impossible to debug because i only have an uglyfied built js. Is there any way to upload the source expo source code manually. Which file should i send to sentry? Thanks 回答1: First way If