Pull Request Explorer

Exploring 4991 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(replay): don't flag "All events" as unusable in recordings filters arnohillen S AI 1.5h 0.2h Jul 10, 2026

Summary

Bug Fix

Fix false unusable flag for All events filter

Prevents misleading banner on group recordings when no events match, improving user experience. Ensures accurate filter behavior and adds regression tests.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and immediate approval, indicating low complexity and high confidence.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
feat(web-analytics): add precompute flags to query completed event lricoy M AI 4.8h 0.1h Jul 10, 2026

Summary

Feature

Add precompute flags to web analytics query

Enables correlation of client‑side query completion events with server‑side precompute strategy, improving latency analysis and stale data reporting.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal review rounds indicate a smooth, low‑risk change; AI assistance likely contributed to rapid implementation.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Python
skill(post-newsletter): fix image/caption misalignment in Cloudinary upload step jina-yoon S No 217.2h - Jul 10, 2026

Summary

Docs

Fix image/caption misalignment in newsletter skill

Improves newsletter content quality by ensuring images and captions align correctly, removing tracking parameters, and adding verification steps to prevent content errors. This reduces manual corrections and enhances reader experience.

Health Assessment

Small
Low
High
  • The PR underwent multiple iterations over a 9‑day period, indicating careful refinement of documentation and skill instructions.

AI Details

Confidence: 0.80

Tech Stack

skill(suggest-links): recommend running with Opus or higher jina-yoon XS No 1.7h - Jul 10, 2026

Summary

Docs

Add note recommending Opus or higher for suggest-links skill

Improves backlink quality by ensuring the skill uses a higher‑quality model, reducing forced or irrelevant matches.

Health Assessment

Small
Low
Low
  • Quick merge indicates a straightforward documentation update with minimal review.

AI Details

Confidence: 0.10

Tech Stack

newsletter: add Stop being the code review bottleneck jina-yoon L No 12.1h 9.2h Jul 10, 2026

Summary

Docs

Add newsletter post on code review tips

Adds a new newsletter article about code review best practices, integrated into the site with backlinks and internal link cleanup.

Health Assessment

Large
Low
Low
  • Merged within 12 hours with no review comments, indicating a straightforward documentation update with minimal risk.

AI Details

Tech Stack

feat(metrics): pin the OTel metric type in saved MetricsQuery insights DanielVisca M No 1.3h 0.5h Jul 10, 2026

Summary

Bug Fix

Pin OTel metric type in saved MetricsQuery insights

Ensures saved metrics queries preserve the metric type, preventing accidental blending of same-named series with different types and improving data accuracy.

Health Assessment

Medium
Low
Low
  • Fast cycle time and single review indicate smooth integration and minimal friction.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
Frameworks: React
feat(customer-analytics): enable MCP tools for account relationships arthurdedeus XL No 3.5h 0.3h Jul 10, 2026

Summary

Feature

Enable MCP tools for customer analytics account relationships

Agents can now read and manage customer analytics account relationships, enhancing data visibility and workflow efficiency.

Health Assessment

Medium
Low
Low
  • Fast review and minimal rework indicate a straightforward, low-risk enhancement.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
feat(replay-vision): observation page and navigation UX improvements TueHaulund XL AI 7.2h 0.1h Jul 10, 2026

Summary

Feature

Add observation page and navigation UX improvements

Enhances Replay Vision by making the recording player prominent, adding filter‑aware navigation, and distinguishing retried observations, improving usability and reducing confusion.

Health Assessment

X-Large
Medium
Low
  • Rapid iteration with minimal review friction; large scope but well‑managed, likely high confidence in quality.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude, Claude Code
Confidence: 0.95

Tech Stack

Languages: Typescript, Python
Frameworks: React, Django
fix(slack): simplify agent approval outcome card copy cvolzer3 M No 22.5h 0.3h Jul 10, 2026

Summary

Bug Fix

Simplify Slack approval outcome card copy

Removed confusing description from the Slack approval card, making approval and denial messages clearer for users.

Health Assessment

Medium
Low
Low
  • Quick review (0.3h) and minimal rework; PR merged within a day, indicating smooth process.

AI Details

Confidence: 0.15

Tech Stack

Languages: Python
fix(dagster): stop run-failure Slack alerts from being silently dropped bciaraldi M AI 0.8h 0.1h Jul 10, 2026

Summary

Bug Fix

Fix silent Slack alerts for run failures

Ensures critical failure notifications are reliably sent to Slack by truncating oversized messages and providing fallback text, preventing silent drops and improving incident visibility. This change enhances reliability of alerting for large error payloads.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework, resolved within 0.8 hours, indicating efficient review and low complexity.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Dagster
fix(react-native): R8-safe dedup of RN fatal JS errors on Android via ignoredExceptionTypes turnipdabeets S AI 0.9h 0.5h Jul 10, 2026

Summary

Bug Fix

Fix RN fatal JS error dedup on Android

Prevents duplicate crash events from React Native fatal JS errors on Android, improving analytics accuracy and reducing noise.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with minimal code changes and no breaking impact; fast review and merge cycle.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Kotlin
fix(tasks): stop writing error_message onto runs completed by inactivity timeout tatoalo M No 3.8h 1.2h Jul 10, 2026

Summary

Bug Fix

Fix inactivity timeout error message

Prevents successful cloud task runs from being mislabeled as failures due to inactivity timeout.

Health Assessment

Small
Low
Low
  • The PR was reviewed and approved quickly, with a minor issue raised by Greptile that was resolved with a technical rebuttal.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Greptile
Confidence: 0.90

Tech Stack

Languages: Python
fix(tasks): stop the 24h janitor failing idle local task runs tatoalo L No 3.9h 1.3h Jul 10, 2026

Summary

Bug Fix

Fix 24h janitor for idle local task runs

Corrects stale‑queued janitor logic to avoid falsely failing local desktop task runs, eliminating erroneous failure notifications and improving task status accuracy.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal rework; added comprehensive tests to cover edge cases.

AI Details

Tech Stack

Languages: Python
fix(ci): split productScenes out of products.tsx to tame jest related-tests fan-out pauldambra L AI 5.4h 0.1h Jul 10, 2026

Summary

Bug Fix

Split productScenes to reduce Jest fan‑out

Moves the lazy import map to a separate module, cutting Jest test selection fan‑out and preventing CI timeouts while keeping runtime behavior unchanged.

Health Assessment

Small
Low
Low
  • Resolved a CI timeout issue in under 6 hours with a single commit and minimal code changes, resulting in a smooth review process and low risk.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude, ChatGPT
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
feat(cohorts): add ignore backfilled dates option to event backfill admin gustavohstrassburger M No 21.6h 0.1h Jul 10, 2026

Summary

Feature

Add ignore backfilled dates option to event backfill admin

Adds a checkbox in the Django admin to allow operators to re‑run event backfills for previously skipped or partially processed days, improving data consistency and recovery.

Health Assessment

Small
Low
Low
  • I
  • n
  • i
  • t
  • i
  • a
  • l
  • r
  • e
  • v
  • i
  • e
  • w
  • w
  • a
  • s
  • q
  • u
  • i
  • c
  • k
  • ,
  • b
  • u
  • t
  • s
  • e
  • v
  • e
  • r
  • a
  • l
  • c
  • o
  • m
  • m
  • i
  • t
  • s
  • w
  • e
  • r
  • e
  • n
  • e
  • e
  • d
  • e
  • d
  • t
  • o
  • r
  • e
  • n
  • a
  • m
  • e
  • f
  • l
  • a
  • g
  • s
  • a
  • n
  • d
  • a
  • l
  • i
  • g
  • n
  • t
  • h
  • e
  • a
  • d
  • m
  • i
  • n
  • f
  • o
  • r
  • m
  • w
  • i
  • t
  • h
  • t
  • h
  • e
  • u
  • n
  • d
  • e
  • r
  • l
  • y
  • i
  • n
  • g
  • c
  • o
  • m
  • m
  • a
  • n
  • d
  • ,
  • i
  • n
  • d
  • i
  • c
  • a
  • t
  • i
  • n
  • g
  • m
  • o
  • d
  • e
  • r
  • a
  • t
  • e
  • i
  • t
  • e
  • r
  • a
  • t
  • i
  • o
  • n
  • b
  • u
  • t
  • l
  • o
  • w
  • o
  • v
  • e
  • r
  • a
  • l
  • l
  • r
  • i
  • s
  • k
  • d
  • u
  • e
  • t
  • o
  • s
  • m
  • a
  • l
  • l
  • s
  • c
  • o
  • p
  • e
  • .

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude, Copilot
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Django
chore(warehouse-sources): note egress path for posthog-owned budgets webjunkie XS No 0.4h 0.0h Jul 10, 2026

Summary

Docs

Add egress path note for PostHog budgets

Clarifies retry strategy for PostHog-owned budgets, ensuring correct egress usage.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes, indicating low complexity and high confidence.

AI Details

Usage: Brainstorming
Category: Code AI
Tools: Claude, Copilot, ChatGPT
Confidence: 0.95

Tech Stack

chore(cohorts): add team allowlist to person merge producer matheus-vb L No 42.6h 1.6h Jul 10, 2026

Summary

Feature

Add team allowlist to person merge producer

Enables controlled emission of person merge events, preventing unnecessary processing and improving performance for cohort streams.

Health Assessment

Medium
Low
Low
  • Fast review and minimal rework indicate a straightforward change with low risk.

AI Details

Tech Stack

Languages: Typescript, Javascript
chore(stamphog): post approval as app with comment plus bare token approval webjunkie M No 2.0h 0.3h Jul 10, 2026

Summary

Chore

Add dual PR approval via Stamphog app

Enables human‑facing approval with reasoning while maintaining a fallback approval, improving PR unblock reliability.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within two hours with minimal rework, indicating a smooth and efficient process.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Yaml
Frameworks: Github-Actions
docs(feature-flags): document that cohort changes bump flag versions for local evaluation inkeep XS No 75.1h - Jul 10, 2026

Summary

Docs

Update local evaluation docs to note cohort changes bump flag versions

Adds explanation that cohort condition changes automatically bump feature flag versions, ensuring SDK caches stay in sync.

Health Assessment

Small
Low
Medium
  • Documentation update took over 3 days to merge, indicating a slow review process, but the change is low risk and straightforward.

AI Details

Usage: Authored by AI
Confidence: 0.95

Tech Stack

fix(devex): restore personhog env in preview override and gate ready on an authed health check webjunkie L AI 0.5h 0.1h Jul 10, 2026

Summary

Bug Fix

Restore personhog env and improve health check

Fixes preview environment errors and adds deep health checks to prevent silent failures, improving reliability for developers.

Health Assessment

Large
Low
Low
  • Rapid resolution with minimal rework; AI-assisted coding and review accelerated the fix.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude, ChatGPT, Copilot
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Django
feat(batch-exports): add Snowflake integration kind rossgray XL No 29.1h 0.5h Jul 10, 2026

Summary

Feature

Add Snowflake integration kind for batch exports

Adds a reusable Snowflake integration model, enabling credential reuse and aligning with existing integration patterns, improving security and maintainability.

Health Assessment

X-Large
Medium
Low
  • Fast review and single round of changes indicate smooth integration; large code addition but minimal friction.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
Frameworks: Django
docs: per-screen session replay control for React Native turnipdabeets M No 0.4h 0.3h Jul 10, 2026

Summary

Docs

Add per-screen session replay docs for mobile SDKs

Provides developers with guidance to selectively record app screens, enhancing privacy and performance for mobile users.

Health Assessment

Medium
Low
Low
  • Rapid review and merge with minimal changes, indicating low complexity and risk.

AI Details

Confidence: 0.10

Tech Stack

feat(eng-analytics): redesign hub, prs, workflows + detail pages rnegron XL AI 42.1h 20.4h Jul 10, 2026

Summary

Feature

Redesign engineering analytics hub and detail pages

Enhances user experience by providing clearer metrics, streamlined navigation, and richer data visualizations, improving insight into engineering performance.

Health Assessment

Large
Medium
Medium
  • The PR required multiple iterations and a moderate review cycle, reflecting active collaboration; the large scope and numerous commits suggest a moderate risk that was mitigated within a two‑day window.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Python
Frameworks: React
fix(data-warehouse): stop postgres date loader corrupting non-standard date text Gilbert09 M No 0.7h 0.1h Jul 10, 2026

Summary

Bug Fix

Fix Postgres date loader corruption

Prevents incorrect date values from corrupting data warehouse imports, ensuring accurate data for downstream analytics.

Health Assessment

Medium
Low
Low
  • The change was reviewed and merged within 0.7 hours with minimal rework, indicating a straightforward, low‑risk bug fix.

AI Details

Tech Stack

Languages: Python
fix(activity): collapse nested event properties by default sampennington M No 4.7h 0.6h Jul 10, 2026

Summary

Bug Fix

Collapse nested event properties by default

Improves readability of event details by collapsing complex properties, reducing UI clutter and enhancing user experience on the Activity page.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, fast review, no major risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript, Yaml
Frameworks: React
fix(surveys): stop the AI side panel auto-opening on survey refresh sampennington XS No 34.4h 1.4h Jul 10, 2026

Summary

Bug Fix

Fix AI side panel auto-opening on survey refresh

Prevents unintended AI panel opening on survey reload, improving user experience and reducing confusion.

Health Assessment

Small
Low
High
  • Multiple small commits and several review cycles indicate careful refinement of a UI bug fix, but overall scope remains minimal.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix(settings): sort projects alphabetically in invite modal andre347 XS No 26.9h 3.6h Jul 10, 2026

Summary

Bug Fix

Sort projects alphabetically in invite modal

Improves user experience by sorting project list in invite-members modal

Health Assessment

Small
Low
Low
  • Quick review and merge, low-risk change with clear testing

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Posthog Code
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix(mcp): respect explicit date_to timestamps in query tools posthog M AI 26.2h 25.1h Jul 10, 2026

Summary

Bug Fix

Fix MCP query date_to timestamp handling

Ensures MCP queries honor explicit ISO timestamps, preventing accidental inclusion of partial days and improving analytics accuracy.

Health Assessment

Medium
Low
High
  • The PR resolved a subtle date handling bug with only two files changed and a single review, indicating a low-risk, quick fix.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
chore(ci): add authoring-ci-workflows skill rnegron L AI 42.8h 0.8h Jul 10, 2026

Summary

Docs

Add authoring CI workflows skill

Provides a documentation skill that guides developers in authoring GitHub Actions workflows, reducing common mistakes and improving CI reliability.

Health Assessment

Large
Low
Low
  • Docs-only PR with quick review and minimal rework, indicating an efficient process.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

docs: add user-facing copy section to AGENTS.md pauldambra S AI 0.5h 0.5h Jul 10, 2026

Summary

Docs

Add user-facing copy guidelines to AGENTS.md

Adds a user‑facing copy section to AGENTS.md, providing guidelines on sentence case, avoiding AI‑generated text signatures, plain language, friendly tone, and error states, improving UI clarity.

Health Assessment

Small
Low
Low
  • Docs‑only change merged quickly with minimal review, indicating low complexity and risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Update how-we-work.md bendbradley XS No 0.9h 0.0h Jul 10, 2026

Summary

Docs

Update how-we-work.md

Adds payment guidance to the sales handbook, ensuring the team has up-to-date instructions for handling payments.

Health Assessment

Small
Low
Low
  • Quick documentation update with no review friction.

AI Details

Confidence: 0.95

Tech Stack

Add PostHog CLI to product surface listings joethreepwood M No 2.8h 0.2h Jul 10, 2026

Summary

Feature

Add PostHog CLI to product surface listings

Adds the CLI product to all product surface listings, ensuring consistent visibility and positioning across the website, which can drive adoption and improve user awareness.

Health Assessment

Small
Low
Low
  • Quick 2.8‑hour cycle with a single review and minimal code changes indicates a low‑risk, high‑confidence update.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
feat(session-replay): filter saved replay filters by creator ksvat S No 40.3h 6.5h Jul 10, 2026

Summary

Feature

Add Created By filter to session replay

Users can now filter session replay saved filters by creator, improving personalization and reducing clutter.

Health Assessment

Small
Low
Low
  • Quick review and minimal changes indicate a low-risk, low-friction PR that was merged within a day.

AI Details

Confidence: 0.40

Tech Stack

Languages: Typescript
Frameworks: React
chore(typescript): bump native-preview to the 7.0 release build gantoine M AI 44.9h 1.2h Jul 10, 2026

Summary

Health Assessment

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Copilot, Claude
Confidence: 0.95

Tech Stack

feat(cymbal): set posthog-rs wire-order cutoff at 0.19.0 cat-ph S AI 18.1h 16.6h Jul 10, 2026

Summary

Feature

Set posthog-rs wire-order cutoff to 0.19.0

Ensures event ordering consistency for posthog-rs 0.19.0, preventing duplicate processing and reducing crash events.

Health Assessment

Small
Low
Low
  • Quick turnaround with a single commit and no review iterations indicates smooth integration.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Rust
Add blog post: Our session replays are opening their own pull requests SaraMiteva M No 6.2h 3.0h Jul 10, 2026

Summary

Docs

Add blog post on session replay PRs

Adds a new blog post explaining how session replay signals generate draft pull requests, providing real‑world examples.

Health Assessment

Small
Low
Medium
  • Documentation update completed within 6 hours with minimal rework; quick review and merge cycle.

AI Details

Tech Stack

fix(aio): keep error row actions visible Radu-Raicea XS No 0.7h 0.1h Jul 10, 2026

Summary

Bug Fix

Keep error row actions visible

Fixes UI issue where long error messages push action buttons out of view, improving usability on narrow screens.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, approved in under an hour, indicating smooth review process.

AI Details

Usage: AI Assisted
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix(experiments): give precompute trend charts a flex parent so they render jurajmajerik XS AI 3.1h 2.6h Jul 10, 2026

Summary

Bug Fix

Fix precompute trend charts rendering

Ensures precompute trend charts display correctly in production by adding a flex container, improving user experience and data visibility.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, approved in under 3 hours, indicating low complexity and high confidence.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
Fix circular source maps link in CLI docs and add repo link cvolzer3 XS No 1.3h 0.1h Jul 10, 2026

Summary

Docs

Fix CLI docs source map link and add repo link

The update fixes a broken link in the CLI documentation, ensuring developers can find the correct source map upload guide. It also adds a direct link to the CLI source code, facilitating easier access for contributors.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved within minutes, indicating efficient review and low complexity.

AI Details

Confidence: 0.10

Tech Stack

fix(cdp): fall back to the node vm when the rust vm ffi boundary throws jose-sequeira M AI 0.8h 0.0h Jul 10, 2026

Summary

Bug Fix

Fix rust VM fallback to node VM

Ensures events with NaN/Infinity are processed correctly by falling back to node VM, preventing unexpected errors and maintaining data integrity.

Health Assessment

Small
Low
Low
  • Quick AI‑assisted fix with minimal changes, resolved a production metric spike in under an hour.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(growth): stop untouched push inline row breaking org saves a-lider M AI 2.4h 1.8h Jul 10, 2026

Summary

Bug Fix

Fix inline row causing org save errors

Prevents critical 500 errors when editing organizations by ensuring untouched inline rows do not create phantom product push campaigns, improving reliability and user experience.

Health Assessment

Small
Low
Low
  • AI-assisted fix resolved a critical bug quickly with minimal code changes and no extensive review needed.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Django
feat(conversations): gate slack nudge behind llm classifier luke-belton L No 9.0h 0.3h Jul 10, 2026

Summary

Feature

Gate Slack Nudge Behind LLM Classifier

Adds an LLM‑based precision filter to the Slack support nudge, reducing false positives and improving customer trust in automated prompts.

Health Assessment

Large
Low
Low
  • Rapid review (0.3h) and minimal iterations (5 commits) indicate low complexity; the change is well scoped and thoroughly tested.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Django
fix(storybook): remove redundant waitForSelector causing flaky VR test mendral-app S No 2.6h 0.9h Jul 10, 2026

Summary

Bug Fix

Fix flaky Storybook VR test

Stabilizes visual regression testing by removing a redundant selector, reducing flakiness and improving CI reliability. Ensures consistent test outcomes across environments.

Health Assessment

Small
Low
Low
  • Quick resolution with minimal changes, indicating a straightforward fix.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix(cohorts): make event backfill day check ignore realtime rows gustavohstrassburger M No 20.0h 0.1h Jul 10, 2026

Summary

Bug Fix

Fix cohort backfill day check to ignore realtime rows

Ensures cohort backfill processes all relevant events, preventing missing data for users whose events occurred before cohort creation on the same day. This fixes a regression that caused users to be omitted from cohorts due to realtime rows masking unbackfilled days.

Health Assessment

Medium
Low
Low
  • Fast review and merge within 20 hours, minimal rework, indicating a straightforward bug fix with clear tests.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
fix(devex): harden hogbox preview CI against transient failures webjunkie L No 6.8h 0.6h Jul 10, 2026

Summary

Bug Fix

Harden hogbox preview CI against transient failures

Improves reliability of hogbox preview pipelines by adding retries and guards to prevent resource leaks and noisy failures, ensuring stable preview environments.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework; PR addressed critical transient failures with targeted retries and guards, merging within 7 hours.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Yaml
Frameworks: Github-Actions
Updated CSM bonus structure simfish85 S No 174.5h 7.0h Jul 10, 2026

Summary

Docs

Update CSM bonus structure to quarterly

This change aligns the CSM bonus structure with quarterly performance metrics, improving incentive alignment and clarity for the customer success team.

Health Assessment

Small
Low
Medium
  • The PR had a long cycle time due to multiple revisions after review, but the scope was small and the final change was a documentation update, indicating low risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

chore(tests): speed up recorder-script bulk test and pytest session overhead pauldambra S AI 1.2h 1.0h Jul 10, 2026

Summary

Test

Speed up recorder-script bulk test

Reduces test runtime from ~81s to ~11s, improving CI efficiency and developer productivity.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal rework; single review, no additional commits; small scope and low risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Django
fix(workflows): stop Slack step config crashing the workflow editor kyleswank S AI 25.4h 1.5h Jul 10, 2026

Summary

Bug Fix

Fix Slack step config crash in workflow editor

Prevents the workflow editor from crashing when a Slack integration is used, improving reliability for users building workflows.

Health Assessment

Small
Low
Low
  • Quick AI-assisted fix with minimal code changes and no impact on other features.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
ci(devex): decouple quarantine gate verdict from trunk upload rnegron M No 19.5h 17.0h Jul 10, 2026

Summary

Bug Fix

Decouple quarantine gate verdict from trunk upload

This change prevents false reded failures caused by transient Trunk upload errors, ensuring that passing tests are not incorrectly marked as failures.

Health Assessment

Medium
Low
Low
  • Quick resolution with minimal rework; CI config changes addressed transient failure without impacting functionality.

AI Details

Usage: Brainstorming
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix(user-interviews): break circular import in facade rnegron S No 21.4h 4.6h Jul 10, 2026

Summary

Bug Fix

Fix circular import in user‑interviews facade

Eliminates CI flakiness and prevents crashes on cold workers by breaking a circular import, improving reliability for user‑interview features.

Health Assessment

Small
Low
Low
  • Quick, single‑file change resolved a critical CI issue with minimal risk and no downstream impact.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
« Page 60 of 100 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos