-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(replay): event based recording trigger #26168
Conversation
# Conflicts: # posthog/migrations/max_migration.txt
frontend/src/scenes/settings/environment/SessionRecordingIngestionSettings.tsx
Outdated
Show resolved
Hide resolved
frontend/src/scenes/settings/environment/sessionReplayIngestionControlLogic.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quick pass and looks correct... didn't run it yet 🙈
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
frontend/src/scenes/settings/environment/SessionRecordingIngestionSettings.tsx
Outdated
Show resolved
Hide resolved
frontend/src/scenes/settings/environment/SessionRecordingIngestionSettings.tsx
Outdated
Show resolved
Hide resolved
frontend/src/scenes/settings/environment/SessionRecordingIngestionSettings.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a change to the taxonomic filter in use... but 👍 so long as we make that change
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
rust/ | ||
livestream/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no point running prettier on go and rust
Size Change: -56 B (0%) Total Size: 1.15 MB ℹ️ View Unchanged
|
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
folk frequently want to control their cost and volume of recordings
this allows them to set a config to start replay "paused" and only start sending data to the server when specified events are seen
needs PostHog/posthog-js#1523