SurfSense/surfsense_web/lib/chat/stream-engine
DESKTOP-RTLN3BA\$punk dbedf0cfa5 feat(backend): integrate PostHog analytics for enhanced observability
- Added PostHog configuration options to .env.example files for both Docker and Surfsense backend.
- Introduced PostHog dependency in pyproject.toml.
- Implemented analytics middleware to capture various events across the application, including user authentication, automation runs, and API requests.
- Enhanced existing routes and services to emit analytics events, providing insights into user interactions and system performance.
- Ensured graceful shutdown of analytics clients in worker processes and application lifecycles.
2026-07-22 22:16:28 -07:00
..
engine.ts feat(backend): integrate PostHog analytics for enhanced observability 2026-07-22 22:16:28 -07:00
helpers.ts feat(chat): extract shared stream-engine helpers 2026-07-13 23:17:22 +02:00
store.ts feat(chat): add module-level chat stream store for resumable streaming 2026-07-13 23:17:22 +02:00
use-chat-stream.ts feat(chat): add useChatStream hook over the stream store 2026-07-13 23:17:22 +02:00