⬆️(frontend) upgrade posthog-js from 1.395.0 to 1.404.1

Minor version upgrade with bug fixes and internal improvements. No
breaking changes, API deprecations or required actions on our side.

Highlights:

* Better handling of `sendBeacon` quota rejections so events are no
  longer silently dropped.
* Improved error catching for synchronous throws from a
  monkey-patched `window.fetch`.
* Source map improvements for easier debugging.
This commit is contained in:
lebaudantoine
2026-08-19 13:36:22 +02:00
parent ab61c9c967
commit 61360d6023
3 changed files with 24 additions and 20 deletions
+1
View File
@@ -12,6 +12,7 @@ and this project adheres to
- ✨(backend) accept form-urlencoded on the user token endpoint
- ⬆️(frontend) upgrade i18next and react-i18next patch versions
- ⬆️(frontend) upgrade posthog-js from 1.395.0 to 1.404.1
### Fixed