getsentry / sentry-react-native

Official Sentry SDK for React Native
https://sentry.io
MIT License
1.58k stars 338 forks source link

> Checking for missing debug symbol files on server ---> error: http error: (404) #312

Closed songxiaoliang closed 6 years ago

songxiaoliang commented 6 years ago

Run the project on the iOS simulator with the following error:


Found 1 debug symbol files.

Checking for missing debug symbol files on server

error: http error: (404)

BUILD FAILED

The following build commands failed: PhaseScriptExecution Upload\ Debug\ Symbols\ to\ Sentry build/Build/Intermediates.noindex/uniApp.build/Debug-iphonesimulator/uniApp.build/Script-1C46DC39377443AF91420C3A.sh (1 failure)


Last week was normal. Look forward to the author reply as soon as possible.

HazAT commented 6 years ago

Hey,

Can you please post the content of your sentry.properties file?

songxiaoliang commented 6 years ago

ok,this is my sentry.properties:

defaults.url=https://sentry.io/ defaults.org=uniqueway defaults.project=rn-uniapp auth.token=🔑 cli.executable=node_modules/sentry-cli-binary/bin/sentry-cli

Look forward to the author reply as soon as possible.

sentry-probot[bot] commented 6 years ago

Hi there, I just edited this for you. Please never post your auth token in public places like Github, Stack Overflow or the support forum. Doing so might give others access to sensitive data in your account.

HazAT commented 6 years ago

So you project is wrong as far as I can tell. It should be just uniapp.

songxiaoliang commented 6 years ago

thank you !