Harry Waye

Results 9 issues of Harry Waye

This is a WIP branch for the work on Session Recordings ingestion revamp.

stale

This is to enable a few things: 1. pulling out metrics from librdkafka. This can be done to some extent from kafka-python, but getting the "standard" onces from librdkafka would...

stale

I propose we update to make dev the default, simplifying dev experience. ## Changes *Please describe.* *Add screenshots or screen recordings for visual / UI-focused changes.* ## Checklist - [...

## Problem ## Changes 👉 *Stay up-to-date with [PostHog coding conventions](https://posthog.com/docs/contribute/coding-conventions) for a smoother review.* ## How did you test this code?

## Bug description Many websites will perform an HTTP redirect or Js side location update when hitting e.g. the root page. To handle the enabling of the toolbar, we are...

bug

This adds sort icons on all table columns except labels, allowing to toggle ascending/descending by a single column. We consider if the column is a string value as is endpoint,...

Support for specifying a config.yaml config file was added [here](https://github.com/metabase/metabase/pull/25986/files). I'm not sure if this is the best way to add support for this, but would love to have the...

To decouple session recording processing from events, we produce to a separate topic. At the moment we still use the same consumer group to consuming both topics, but it should...

We currently have session recordings events going to the same endpoint as analytics events and decide endpiont. The characteristics of session recordings is quite different, and our expectations of priority....