David Newell
David Newell
# Global Sprint Planning ## 3 things that might take us down 1. 2. 3. ## Urgent incident follow-ups https://github.com/orgs/PostHog/projects/103/views/2 # Team sprint planning For your team sprint planning copy...
## Problem The error tracking is super slow because we don't limit the number of events we're fetching :/ ## Changes - Add limit & offset ## Does this work...
## Problem Related to Related to https://github.com/PostHog/product-internal/pull/662 ## Changes Adds a new Postgres table that tracks any issue fingerprint overrides. This is the source of truth from which the ClickHouse...
## Problem The `DataVisualizationNode` relies on a `Table` component that is not `DataTable`. In recent work to improve the HogQLX component for recordings I couldn't update the column title because...
## Problem Related to https://github.com/PostHog/product-internal/pull/662 ## Changes We have decided to use the same overrides pattern as person distinct ids. This copies all the work done there to create the...
The Replay team are working on a new Error tracking product within PostHog. In helping customers to build more successful products one of the most common requests we get is...
## Problem Explored the idea of frames resolving themselves to avoid all the switch cases we talked about yesterday. Not sure it's the perfect abstraction but thought it worth a...
## Problem We don't track any kind of batch export run activity. We had to rely on a session recording to see what was going on during a recent incident...
## Changes Trying something out... ## Checklist - [ ] Tests for new code (see [advice on the tests we use](https://github.com/PostHog/posthog-js#tiers-of-testing)) - [ ] Accounted for the impact of any...
## Problem $exception events do not go through the normal plugin-server ingestion flow. Cymbal is currently not started in the self hosted docker environment so they are never processed ##...