about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorLogan Rosen <loganrosen@gmail.com>2023-06-08 22:54:37 -0400
committerGitHub <noreply@github.com>2023-06-08 19:54:37 -0700
commitcae615769c40cb5d17e99e1b71d45d3c0f64a407 (patch)
tree3c9029113f63691f524fe2da2ad6c94fae5aed93 /docs
parent6a967cce000b2f289460d6ab78e1de27e10ec6c7 (diff)
downloadvoidsky-cae615769c40cb5d17e99e1b71d45d3c0f64a407.tar.zst
Link to instructions for creating Sentry auth token (#864)
Diffstat (limited to 'docs')
-rw-r--r--docs/build.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build.md b/docs/build.md
index a4b03fc7e..318f20bbd 100644
--- a/docs/build.md
+++ b/docs/build.md
@@ -26,7 +26,7 @@
   - Run once: `yarn e2e:build`
   - Each test run: `yarn e2e:run`
 - Tips
-  - Make sure you copy the `.env.example` to `.env` and add the appropriate tokens (e.g. `SENTRY_AUTH_TOKEN` can be created on the Sentry dashboard). If this is not required, you can remove it from `eas.json` and `package.json`, as well as any mentions in the code. Please check the section below on how to remove Sentry from the codebase
+  - Make sure you copy the `.env.example` to `.env` and add the appropriate tokens (e.g. `SENTRY_AUTH_TOKEN` can be created on the Sentry dashboard using [these instructions](https://docs.expo.dev/guides/using-sentry/#sign-up-for-a-sentry-account-and-create-a-project)). If this is not required, you can remove it from `eas.json` and `package.json`, as well as any mentions in the code. Please check the section below on how to remove Sentry from the codebase
   - If you want to use Expo EAS on your own builds without ejecting from Expo, make sure to change the `owner` as well as `extra.eas.projectId` properties. If you do not have an Expo account, you may remove these properties.
   - `npx react-native info` Checks what has been installed.
   - The android simulator won't be able to access localhost services unless you run `adb reverse tcp:{PORT} tcp:{PORT}`