4.10.0
Minor Changes
-
#2417
daf919b
Thanks @dmarticus! - feat: Add evaluation environments support for feature flagsThis PR implements support for evaluation environments in the posthog-react-native SDK, allowing users to specify which environment tags their SDK instance should use when evaluating feature flags.
Users can now configure the SDK with an
evaluationEnvironments
option:const posthog = new PostHog('api-key', { host: 'https://app.posthog.com', evaluationEnvironments: ['production', 'mobile', 'react-native'], })
When set, only feature flags that have at least one matching evaluation tag will be evaluated for this SDK instance. Feature flags with no evaluation tags will always be evaluated.
Patch Changes
-
#2431
7d45a7a
Thanks @marandaneto! - fix: remove deprecated attribute $exception_personURL from exception events -
Updated dependencies [
daf919b
,7d45a7a
]:- @posthog/core@1.3.0