sentry-react-native
sentry-react-native copied to clipboard
Support `.env` files in `sentry.gradle`
Description
Currently, envs like SENTRY_DISABLE_AUTO_UPLOAD have to be set before the build process starts.
sentry.gradle could load {root}/.env and {root}/android/.env to make setting envs easier for users.