- Mar 24, 2025
-
-
章宦港 authored
-
- Mar 21, 2025
-
-
haacked authored
-
Phil Haack authored
This reverts commit 502c4c01.
-
dmarticus authored
-
Dylan Martin authored
This reverts commit 4c255123.
-
- Mar 20, 2025
-
-
haacked authored
-
Phil Haack authored
* Enjoy the benefits of `/decide?v=4` This is a follow-up to #1837 where we added support for `/decide?v=4` in a backwards compatible fashion, but still made requests to `/decide?v=3` With this change, we should get more useful debug information in `$feature_flag_called` events. * Add new patch to changelog * Import `from-entries` for IE11
-
robbie-c authored
-
Robbie authored
* Screen dimensions as person property * Fix tests
-
pauldambra authored
-
Paul D'Ambra authored
* feat: do not start recorder active-active * flyby maybe reduction * that's just testing the mock * CSP needs updating
🤷 -
Thomas Obermüller authored
--------- Co-authored-by:
Paul D'Ambra <paul@posthog.com>
-
- Mar 19, 2025
-
-
Phil Haack authored
* Support `/decide?v=4` This also includes the feature flag `version` and the evaluation `reason` in the `$feature_flag_called` event. This is done in a backwards compatible manner so if it's pointing at `/decide?v=3`, it will still work fine, it'll just lack the version info. This depends on: https://github.com/PostHog/posthog/pull/29751 * Add support for overrides * And include original values in the event * Update src/__tests__/featureflags.test.ts Co-authored-by:
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Fix tests * Fix docs for overrideFeatureFlags. * Don't send flag details with every capture It's a lot of data to send with every single capture. * Include the entire reason in the event * Include version if it's not undefined * Use the description in the event properties * Make sure `originalDetail` is not null. Co-authored-by:
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Make library still request `/decide?v=3` Since it's back compatible, let's keep requesting v3 and make sure it works. --------- Co-authored-by:
Dylan Martin <dylan@posthog.com> Co-authored-by:
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
-
pauldambra authored
-
Paul D'Ambra authored
* fix: do not allow non string to be provided * Update src/posthog-core.ts Co-authored-by:
Rafael Audibert <32079912+rafaeelaudibert@users.noreply.github.com> * obey the pretty --------- Co-authored-by:
Rafael Audibert <32079912+rafaeelaudibert@users.noreply.github.com>
-
- Mar 18, 2025
-
-
lucasheriques authored
-
Lucas Faria authored
* fix: check surveys timeout in the survey manager level
-
pauldambra authored
-
Paul D'Ambra authored
-
- Mar 17, 2025
-
-
Paul D'Ambra authored
-
- Mar 14, 2025
-
-
pauldambra authored
-
Paul D'Ambra authored
* feat: no recording blob urls * move the network plugin * make the external folder safer by linting * tests * tests
-
- Mar 13, 2025
-
-
Paul D'Ambra authored
-
Paul D'Ambra authored
-
pauldambra authored
-
Paul D'Ambra authored
-
Lucas Faria authored
* chore: add new question index to id map * change insetead
-
Paul D'Ambra authored
-
Hans Otto Wirtz authored
Co-authored-by:
Paul D'Ambra <paul@posthog.com>
-
Paul D'Ambra authored
-
Paul D'Ambra authored
* chore: update web vitals * and a spec
-
Hugues Pouillot authored
* add nextjs template * add debug mode * use autocapture * add autocapture and throw exception * update env variables
-
Paul D'Ambra authored
* fix: default mask all inputs must be defined * extra careful
-
- Mar 12, 2025
-
-
Paul D'Ambra authored
-
- Mar 11, 2025
-
-
Paul D'Ambra authored
* fix: prettier needed running * change package.json * copy the rest * fix gh ci * make husky stop even admins pushing to main
-
pauldambra authored
-
pauldambra authored
-
Paul D'Ambra authored
* fix: simple loader race protection * callback only once too * maybe not * Update src/__tests__/utils/external-scripts-loader.test.ts Co-authored-by:
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --------- Co-authored-by:
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
-
Hugues Pouillot authored
* add nextjs template * Update playground/error-tracking/next-ts-app/next.config.ts Co-authored-by:
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * make greptile happy * add debug mode --------- Co-authored-by:
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
-
- Mar 10, 2025
-
-
daibhin authored
-