Commit Graph

15 Commits

Author SHA1 Message Date
Eric Bailey 9d0da258a1 Just use long commit hash 2025-07-28 14:15:17 -05:00
Eric Bailey 3361902f8b Clarify build process env vars and ensure they are explicitly passed in 2025-07-28 14:15:17 -05:00
Eric Bailey bfc8bb9d44 Update BUNDLE_DATE format comment 2025-07-28 14:15:17 -05:00
Eric Bailey ce81f8ac91 Remove debugging field 2025-07-28 14:15:17 -05:00
Eric Bailey 78c22a37cd Prefix SENTRY_DSN with EXPO_PUBLIC to match others 2025-07-28 14:15:17 -05:00
Eric Bailey f40530e968 Deprecate SENTRY_DIST in favor of EXPO_PUBLIC_BUNDLE_IDENTIFIER 2025-07-28 14:15:17 -05:00
Eric Bailey 37deba7653 Deprecate SENTRY_RELEASE since we use package.json now 2025-07-28 14:15:17 -05:00
Eric Bailey 281bf6cd25 Prefix Bitdrift key with EXPO_PUBLIC 2025-07-28 14:15:17 -05:00
Eric Bailey 0d74630b5d Clean up env files 2025-07-28 14:15:17 -05:00
dan 356dad1932 Remove the environment indirections (#7089)
* Use raw underlying globals for environment

* Set dev EXPO_PUBLIC_ENV by exclusion
2024-12-13 17:16:53 +00:00
Snow Pettersen 20ac42a5a3 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
2024-12-12 04:28:15 +00:00
Hailey 4862bc2ba8 add bundle identifiers to app-info (#3861)
* add bundle identifiers to `app-info`

* add them to the `.env.example`

* add environment variables for docker build

* add environment variables for native builds and bundles

* also include the hour in bundle date

* organize app info better in settings
2024-05-04 16:33:10 -07:00
Eric Bailey 5f553c29df E2E 🟢 (#2092)
* Add logged out e2e ctrl, fix login test

* Fix log handling via env vars in expo

* Fix create account test

* Upgrade dev-env

* Fix home screen tests

* Fix composer tests

* Fix curate-lists tests, split in two

* Fix invite codes test

* Fix curate-lists tests

* Give up on mergefeed test

* Fix mod lists

* Fix app view url

* Fix profile tests

* Fix profile test with hack

* Keep using globals

* Fix two more

* Fix thread view

* Better skip for merge feed

* Revert debug code
2023-12-05 14:50:56 -06:00
Eric Bailey fd93bf2146 Add new logger 2023-11-04 12:18:56 -05:00
Ansh d5bec4ff37 Update build instructions (#639)
* Create .env.example

* Update build.md

* Update eas.json

* Update build.md

* Update build.md

* Update build.md

* Update docs/build.md

Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>

---------

Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2023-05-16 13:14:02 -05:00