Fix Sentry token warning

This commit is contained in:
xmflsct 2022-09-24 16:50:53 +02:00
parent 660ddfc6ac
commit 8d8707cc39
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,3 @@
defaults.url=https://sentry.io/
defaults.org=tooot
defaults.project=app
defaults.project=app

3
ios/sentry.properties Normal file
View File

@ -0,0 +1,3 @@
defaults.url=https://sentry.io/
defaults.org=tooot
defaults.project=app

View File

@ -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"