You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(analytics): instrument plan mode & Excalidraw sketch flows (#4862) (#5243)
* feat(analytics): instrument plan mode and Excalidraw sketch flows
Adds PostHog tracking for the two features shipped in #4862.
Plan mode: wire the (previously defined-but-never-called)
`trackComposerSessionModeClick` at the composer/home session-mode toggle
so switching into `plan` (and finally ask/design too) emits
`session_mode_toggle` with mode_before/mode_after. Run-level plan usage is
already covered via `session_mode='plan'` on run_created/run_finished.
Sketch: add `sketch_save_result` (explicit Save button, not autosave) and
`sketch_export_result` (PNG export written into the project — the sketch's
real output) to complete the flow that starts at `new_sketch`.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* feat(analytics): track open_sketch re-engagement entry
Per acceptance-doc review: add open_sketch (opening an existing sketch
from the Design Files list) alongside new_sketch. Keeps sketch_save_result
and the sketch_editor area per the same review; run-source attribution on
sketch export is deferred.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: free666799 <293857035+free666799@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments