▲ | hahajk 8 days ago | ||||||||||||||||
I'm also interested in learning about why the API keys are required to build. | |||||||||||||||||
▲ | yujonglee 8 days ago | parent [-] | ||||||||||||||||
There are only 2 api keys that is required to build (POSTHOG, SENTRY), and also not required to build in dev, only in release build. I made it required to prevent accidentally ship app without any analytics/error tracking. (analytics can be opted out) For ex, https://github.com/fastrepl/hyprnote/blob/327ef376c1091d093c... EDIT: Prod -> release | |||||||||||||||||
|