-
-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i build it for android ,it went failed,but i can run it on my Simulator #222
Comments
With running it in Simulator you mean iOS or the Android simulator? Can you check the content of you |
Same thing happening for me, only when building for release |
Can you guys please send me the content of |
here you go! |
I have the same issue, but my defaults.url=https://sentry.io/
defaults.org=org
defaults.project=project
auth.token=token
cli.executable=node_modules\sentry-cli-binary\bin\sentry-cli I found a bug-fix: cli.executable=node_modules\\sentry-cli-binary\\bin\\sentry-cli And on Linux: cli.executable=node_modules/sentry-cli-binary/bin/sentry-cli Is there a way to make the same path work on both platforms without changing it constantly? |
@Bernhard---H You can install There are 3 ways to install |
Ah thanks, didn't even realize I renamed my folder and that it wasn't relative. haha |
im having same issue sentry v sentry.properties
Error here is stacktrace
any idea @HazAT ? |
@cinder92 FWIW this seems to work better for me (on Windows):
|
@crazy4groovy im on mac, but that file is not the error :/ |
For me error occurred because I had |
I had similar to @CyxouD, had to update my sentry.properties from the invalid |
Where:
Script '/Users/garry/Code/jhd/node_modules/react-native-sentry/sentry.gradle' line: 126
What went wrong:
Execution failed for task ':app:bundleReleaseJsAndAssetsdebugSentryUpload'.
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
The text was updated successfully, but these errors were encountered: