about summary refs log tree commit diff
path: root/eas.json
diff options
context:
space:
mode:
Diffstat (limited to 'eas.json')
-rw-r--r--eas.json15
1 files changed, 12 insertions, 3 deletions
diff --git a/eas.json b/eas.json
index 93db51cbe..37671c086 100644
--- a/eas.json
+++ b/eas.json
@@ -10,20 +10,29 @@
       "ios": {
         "resourceClass": "medium"
       },
-      "channel": "development"
+      "channel": "development",
+      "env": {
+        "SENTRY_AUTH_TOKEN": "89c975413cd543fbb683b11bec984fc2163d9a77312c41c0b4480a570f3daa65"
+      }
     },
     "preview": {
       "distribution": "internal",
       "ios": {
         "resourceClass": "medium"
       },
-      "channel": "preview"
+      "channel": "preview",
+      "env": {
+        "SENTRY_AUTH_TOKEN": "89c975413cd543fbb683b11bec984fc2163d9a77312c41c0b4480a570f3daa65"
+      }
     },
     "production": {
       "ios": {
         "resourceClass": "medium"
       },
-      "channel": "production"
+      "channel": "production",
+      "env": {
+        "SENTRY_AUTH_TOKEN": "89c975413cd543fbb683b11bec984fc2163d9a77312c41c0b4480a570f3daa65"
+      }
     }
   },
   "submit": {