PostHog / posthog

đŸĻ” PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://posthog.com
Other
21.24k stars 1.26k forks source link

feat: view recording button in hogql #25215

Closed pauldambra closed 1 week ago

pauldambra commented 1 week ago

image

@camerondeleone was asking about how to link to recordings from a hogql insight...

but really we want to play them...

let's make that possible by adding a new function and renderer to hogql

2024-09-25 21 48 07

NB this won't work in shared insights/dashboards, since we're not sharing every recording just in case it is in the insight's results

2024-09-25 21 54 21

github-actions[bot] commented 1 week ago

Size Change: 0 B

Total Size: 2.06 MB

ℹī¸ View Unchanged | Filename | Size | | :--- | :---: | | `frontend/dist/toolbar.js` | 2.06 MB |

compressed-size-action

posthog-bot commented 1 week ago

📸 UI snapshots have been updated

4 snapshot changes in total. 0 added, 4 modified, 0 deleted:

Triggered by this commit.

👉 Review this PR's diff of snapshots.

posthog-bot commented 1 week ago

📸 UI snapshots have been updated

4 snapshot changes in total. 0 added, 4 modified, 0 deleted:

Triggered by this commit.

👉 Review this PR's diff of snapshots.

daibhin commented 1 week ago

We were hesitant to add HogQLX because the use cases weren't immediately obvious. Sparkline has been useful and I think this is a really good second!

mariusandra commented 1 week ago

The biggest real (yet presently hidden) usecase for HogQLx is the <a href={properties.$current_url}>{event}</a> tag. You can make your own links!