-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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): allow triggering session recording based on urls #25451
Conversation
74676ea
to
28d6248
Compare
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
Size Change: +56 B (0%) Total Size: 1.14 MB ℹ️ View Unchanged
|
# Conflicts: # latest_migrations.manifest
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.
the migration needs updating to be latest
left a few thoughts but this could go in as it is once the migration is up to date
posthog/migrations/0488_team_session_recording_url_trigger_config.py
Outdated
Show resolved
Hide resolved
frontend/__snapshots__/scenes-other-settings--settings-project-with-replay-features--dark.png
Outdated
Show resolved
Hide resolved
frontend/__snapshots__/scenes-other-settings--settings-project-with-replay-features--light.png
Outdated
Show resolved
Hide resolved
frontend/src/scenes/settings/environment/SessionRecordingSettings.tsx
Outdated
Show resolved
Hide resolved
# Conflicts: # latest_migrations.manifest
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
# Conflicts: # frontend/__snapshots__/scenes-app-sidepanels--side-panel-docs--light.png # latest_migrations.manifest
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
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.
LGTM
I think the settings sections are getting messy now but no reason to block testing this with UI fangling 👍
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael Matloka <[email protected]>
this is brilliant! 🍾 |
awesome news, thanks @stuartbrameld |
@pauldambra just to provide some additional context here - I think the incremental scaling of pricing is one of the most compelling things about PostHog as product but it didn't exist with session recording (until now) .... it was basically either on or off. This is one of those things where a lot of marketing teams had been using MS Clarity/HotJar before, for free. Telling a team they need to go from $0/month spend to $200+/month for a product is a tough sell, but being able to expand session recording coverage over time and go from $0 to $50 (homepage), to $100 (product pages), to $200 (blog area) is much easier. |
Problem
Part of #25340
Backend and admin bits for PostHog/posthog-js#1451
Changes
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
Does this work well for both Cloud and self-hosted?
How did you test this code?