* fix ios build

* android
pull/1568/head
Esteban Miño 3 years ago committed by GitHub
parent 7628e736b4
commit 04f6f347e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      android/app/build.gradle
  2. 2
      ios/MetaMask.xcodeproj/project.pbxproj
  3. 2
      sentry.properties

@ -112,7 +112,7 @@ apply from: "../../node_modules/react-native/react.gradle"
project.ext.sentryCli = [
logLevel: "debug",
sentryProperties: System.getenv('SENTRY_PROPERTIES') ? System.getenv('SENTRY_PROPERTIES') : '../../sentry.release.properties'
sentryProperties: System.getenv('SENTRY_PROPERTIES') ? System.getenv('SENTRY_PROPERTIES') : '../../sentry.properties'
]
apply from: "../../node_modules/@sentry/react-native/sentry.gradle"

@ -672,7 +672,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export NODE_BINARY=$(which node)\nif [ ! -e \"${SENTRY_PROPERTIES}\" ]; then\n export SENTRY_PROPERTIES=../sentry.release.properties\nfi\n\n\n/usr/local/bin/sentry-cli react-native xcode \\\n ../node_modules/react-native/scripts/react-native-xcode.sh\n";
shellScript = "export NODE_BINARY=$(which node)\nif [ ! -e \"${SENTRY_PROPERTIES}\" ]; then\n export SENTRY_PROPERTIES=../sentry.properties\nfi\n\n/usr/local/bin/sentry-cli react-native xcode \\\n ../node_modules/react-native/scripts/react-native-xcode.sh\n";
};
15FDD86321B76696006B7C35 /* Override xcconfig files */ = {
isa = PBXShellScriptBuildPhase;

@ -1,5 +1,5 @@
defaults.url=https://sentry.io/
defaults.org=metamask
defaults.project=test-metamask-mobile
auth.token=
auth.token=token-metamask-mobile
cli.executable=node_modules/@sentry/cli/bin/sentry-cli

Loading…
Cancel
Save