Luke Belton
Luke Belton
# SUP-1802 ## Goal Update readme to include instructions on running a development server. ## Design Make it clear to users of the example app that they can get live-reloading...
## Goal Bugsnag has a [plugin for AWS Lambda](https://docs.bugsnag.com/platforms/javascript/aws-lambda/) but until now there was no example app to demonstrate Bugsnag + AWS Lambda functionality. ## Design Adds Lambda functions to...
### Bug Description Web experiment API endpoints (https://posthog.com/docs/api/web-experiments) are still returning deleted no-code experiments. Semi related to https://github.com/PostHog/posthog/issues/33069 ## Additional context https://posthoghelp.zendesk.com/agent/tickets/32381 ### Debug info ```shell - [ ] PostHog...
Bring this in line with other SDKs by setting a `locally_evaluated` property on `$feature_flag_called` events to indicate whether the flag was evaluated locally.
### Feature request ## Is your feature request related to a problem? More options to customize surveys on React Native. For example: - position - we have the `SurveyPosition` [enum](https://github.com/PostHog/posthog-js/blob/cc686763d29f931d1f55d41a35ff7f752b462b3d/packages/react-native/src/surveys/surveys-utils.ts#L26),...
The logic for whether or not to capture certain elements (including sensitive data) was a bit confusing to follow, so trying to clear that up in this PR. Originally I...
## Problem ## Changes ## Release info Sub-libraries affected ### Libraries affected - [ ] All of them - [ ] posthog-js (web) - [ ] posthog-js-lite (web lite) -...
### Problem Statement We [recently added support](https://github.com/PostHog/posthog-android/pull/297) for custom `timestamp` properties in `capture` calls - customers would also like this for `identify` calls. Context: https://posthoghelp.zendesk.com/agent/tickets/38636 As a workaround, you can...