posthog-react-native@4.60.0
4.60.0
Minor Changes
-
#4219
96bd6b6Thanks @ablaszkiewicz! - feat(react-native): Expo plugindotenvFileoption + fixcom.posthog.androidnever being appliedNew
dotenvFileprop on the Expo config plugin: path to a dotenv file withPOSTHOG_CLI_*credentials, delivered to every upload hook asPOSTHOG_CLI_DOTENV_FILE(Xcode build setting on iOS,posthog.dotenvFilegradle property on Android — hermes, dSYM, and R8 mapping uploads; the injectedcom.posthog.androidgradle plugin is bumped to 1.4.0, the first version that reads the property). No more exporting credentials into the shell/daemon environment; process env still wins, a missing file is a warning. Requires posthog-cli >= 0.8.4.Also fixes
uploadNativeSymbolson Android: mod ordering made the plugin inject thecom.posthog.androidclasspath but silently skip theapply pluginline, so mapping uploads never ran. (2026-07-23)
Patch Changes
- Updated dependencies [
6c8fde0]:- @posthog/core@1.45.1