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
@@ -532,6 +533,7 @@ Use `--skip-person-output` when resuming an event import after person rows were
532
533
-`/e` (event payloads)
533
534
-`/engage`
534
535
-`/groups`
536
+
-`/s` (session replay payloads)
535
537
536
538
### Persons
537
539
@@ -551,11 +553,14 @@ The Durable Object is the source of truth for the current person record. When `C
551
553
552
554
### Session replay
553
555
554
-
-`/s` stores raw session recording chunks only.
556
+
- SDK config advertises `sessionRecording: false` when `POSTHOG_SESSION_RECORDING_ENDPOINT` is unset, so the Worker can keep replay off remotely. Set `POSTHOG_SESSION_RECORDING_ENDPOINT=/s/` to turn replay on and route uploads through Hogflare's ingestion path.
0 commit comments