about summary refs log tree commit diff
path: root/eas.json
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2023-11-28 21:49:37 -0600
committerGitHub <noreply@github.com>2023-11-28 21:49:37 -0600
commit6f7032d42b85298b95f9a55d2dd4809450c6fa64 (patch)
treeac3e744c03c7c3d5ae872b7b32908559b45511b0 /eas.json
parentb778017000eeed028edc5cd8fa89d64d4d90dc32 (diff)
downloadvoidsky-6f7032d42b85298b95f9a55d2dd4809450c6fa64.tar.zst
Full send Sentry (#2018)
* Update build profiles, sentry config

* Enable sentry

* Ok actually enable in dev

* Remove debug

* Add TF build

* Fix typo

* Remove debug

* Remove unecessary config

* Fix typo

* Set env in Expo

* Remove scripts

* Clarify

* Replace invalid character

* Align on release/dist

* Add build version

* Just use package version

* Align dist
Diffstat (limited to 'eas.json')
-rw-r--r--eas.json25
1 files changed, 4 insertions, 21 deletions
diff --git a/eas.json b/eas.json
index a66b6c075..25fee4ea5 100644
--- a/eas.json
+++ b/eas.json
@@ -11,28 +11,19 @@
       "extends": "base",
       "developmentClient": true,
       "distribution": "internal",
+      "channel": "development",
       "ios": {
         "simulator": true,
         "resourceClass": "large"
-      },
-      "channel": "development"
-    },
-    "development-device": {
-      "extends": "base",
-      "developmentClient": true,
-      "distribution": "internal",
-      "ios": {
-        "resourceClass": "large"
-      },
-      "channel": "development"
+      }
     },
     "preview": {
       "extends": "base",
       "distribution": "internal",
+      "channel": "preview",
       "ios": {
         "resourceClass": "large"
-      },
-      "channel": "preview"
+      }
     },
     "production": {
       "extends": "base",
@@ -40,14 +31,6 @@
         "resourceClass": "large"
       },
       "channel": "production"
-    },
-    "dev-android-apk": {
-      "extends": "base",
-      "developmentClient": true,
-      "android": {
-        "buildType": "apk",
-        "gradleCommand": ":app:assembleRelease"
-      }
     }
   },
   "submit": {