From 8d8707cc39b47caf84740292a1088caf34057d12 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 24 Sep 2022 16:50:53 +0200 Subject: [PATCH] Fix Sentry token warning --- sentry.properties => android/sentry.properties | 2 +- ios/sentry.properties | 3 +++ package.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) rename sentry.properties => android/sentry.properties (70%) create mode 100644 ios/sentry.properties diff --git a/sentry.properties b/android/sentry.properties similarity index 70% rename from sentry.properties rename to android/sentry.properties index 44c4dd3c..c57dc0d4 100644 --- a/sentry.properties +++ b/android/sentry.properties @@ -1,3 +1,3 @@ defaults.url=https://sentry.io/ defaults.org=tooot -defaults.project=app +defaults.project=app \ No newline at end of file diff --git a/ios/sentry.properties b/ios/sentry.properties new file mode 100644 index 00000000..c57dc0d4 --- /dev/null +++ b/ios/sentry.properties @@ -0,0 +1,3 @@ +defaults.url=https://sentry.io/ +defaults.org=tooot +defaults.project=app \ No newline at end of file diff --git a/package.json b/package.json index a4a8ce07..1d4b1518 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "scripts": { "start": "react-native start", "android": "react-native run-android", - "iphone": "react-native run-ios", - "ipad": "react-native run-ios --simulator 'iPad mini (6th generation)'", + "iphone": "react-native run-ios --simulator 'iPhone 14 Pro'", + "ipad": "react-native run-ios --simulator 'iPad Pro (11-inch) (3rd generation)'", "app:build": "bundle exec fastlane", "clean": "react-native-clean-project", "postinstall": "patch-package"