about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorSnow Pettersen <aickck@gmail.com>2024-12-11 20:28:15 -0800
committerGitHub <noreply@github.com>2024-12-12 04:28:15 +0000
commit20ac42a5a324ad553324d15ad868a1fea1868641 (patch)
tree04edf4888d2f32d3b1da073b1aa1845292dc3990 /docs
parentc8745a9ab0a99ac3cf484e00760e72d1e9f28dfc (diff)
downloadvoidsky-20ac42a5a324ad553324d15ad868a1fea1868641.tar.zst
configure the bitdrift Capture SDK (#6979)
* configure bitdrift Capture SDK

* remove console log

* use the new url

* add patch to fix devtool interaction

* update patches

* fix patch

* add BITDRIFT_API_KEY to .env.example
Diffstat (limited to 'docs')
-rw-r--r--docs/build.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/build.md b/docs/build.md
index 6661d8fb2..7a29ab355 100644
--- a/docs/build.md
+++ b/docs/build.md
@@ -87,6 +87,12 @@ However, if you're a part of the Bluesky team and want to enable Sentry, fill in
 
 If you change `SENTRY_AUTH_TOKEN`, you need to do `yarn prebuild` before running `yarn ios` or `yarn android` again.
 
+### Adding bitdrift
+
+Adding bitdirft is NOT required. You can keep `BITDRIFT_API_KEY=` in `.env` which will avoid initializing bitdrift during startup.
+
+However, if you're a part of the Bluesky team and want to enable bitdrift, fill in `BITDRIFT_API_KEY` in your `.env` to enable bitdrift.
+
 ### Adding and Updating Locales
 
 - `yarn intl:build` -> you will also need to run this anytime `./src/locale/{locale}/messages.po` change