Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| fix(devex): bound OTel trace flush at process exit | webjunkie | S | No | 1.1h | 0.6h | Jul 15, 2026 |
SummaryBug FixFix OTel trace flush at process exit Prevents worker hangs on exit when the OTLP collector is unreachable, improving graceful shutdown and deployment reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| chore(tests): speed up task test suites | pauldambra | S | No | 15.7h | 2.5h | Jul 15, 2026 |
SummaryChoreSpeed up task test suites Reduces test execution time by mocking external services and removing redundant cleanup, improving developer productivity. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix(frontend): recover from minified stale chunk errors | posthog | S | No | 10.2h | 0.1h | Jul 15, 2026 |
SummaryBug FixRecover from stale chunk errors in frontend Fixes dynamic import failures caused by minified TypeErrors, improving app stability and reducing unnecessary reloads. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(data-warehouse): guide users when the new-source table step finds no tables | Gilbert09 | XS | No | 5.8h | 0.1h | Jul 15, 2026 |
SummaryBug FixFix empty table step message in data warehouse wizard Improves user experience by providing clearer guidance when no tables are found during the data warehouse source setup, reducing confusion and drop‑off. This change prevents users from encountering a dead‑end message and encourages them to retry or check credentials. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(cal_com): cap bookings page size to the 100 API maximum | Gilbert09 | S | No | 5.1h | 0.2h | Jul 15, 2026 |
SummaryBug FixCap bookings page size to API maximum Fixes Cal.com bookings sync by enforcing the API’s 100‑limit, preventing 400 errors and ensuring reliable data imports. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix(insights): gate new date picker on experiment test variant | sampennington | XS | No | 1.2h | 0.1h | Jul 15, 2026 |
SummaryBug FixGate new date picker by experiment variant Ensures only the test variant receives the new date picker, preserving the control group for the A/B experiment. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(insights): keep path cleaning tooltip open | pauldambra | XS | No | 9.8h | 0.3h | Jul 15, 2026 |
SummaryBug FixKeep path cleaning tooltip open Fixes a UX issue where the tooltip closed prematurely, improving user interaction with settings. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat(devex): cascade product tests to dependents on contract changes | webjunkie | L | AI | 18.8h | 0.1h | Jul 15, 2026 |
SummaryFeatureCascade product tests to dependents on contract changes Ensures CI runs dependent product tests when a product's contract changes, preventing silent failures and improving test coverage. This change closes a critical gap that allowed broken contracts to slip through CI. Health Assessment
Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude, Copilot, ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Github-Actions
|
||||||
| refactor(data-modeling): register managed-viewset view providers instead of importing them | webjunkie | L | No | 20.3h | 0.1h | Jul 15, 2026 |
SummaryRefactorRefactor data-modeling view provider registration Eliminates hardcoded imports between data-modeling and consumer products, reducing coupling and CI failures. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Claude, Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| fix(mcp): publish $identify at most once per session | gesh | M | AI | 19.8h | 0.1h | Jul 15, 2026 |
SummaryBug FixFix MCP identify event deduplication Ensures that the $identify event is only sent once per session, reducing duplicate traffic and improving analytics accuracy. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat(devex): let light worktrees borrow toolchain from main clone | webjunkie | M | AI | 21.8h | 0.1h | Jul 15, 2026 |
SummaryFeatureEnable light worktrees to borrow main clone toolchain Reduces setup cost for lightweight git worktrees by borrowing the main repository's toolchain, cutting disk usage and install time. This improves developer productivity and reduces resource consumption. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| fix(insights): backfill missing kind on stored series and exclusion nodes | thmsobrmlr | L | No | 14.0h | 1.0h | Jul 15, 2026 |
SummaryBug FixBackfill missing kind on stored series and exclusions Adds a migration that stamps missing 'kind' tags on stored insight series and exclusions, ensuring existing insights render correctly after schema changes. Updates query versions and tests accordingly. Health Assessment
Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Python, Typescript
|
||||||
| fix(agent-platform): remove agent-builder slack trigger, seed prod from CI | dmarticus | L | No | 31.5h | 0.6h | Jul 15, 2026 |
SummaryBug FixRemove Slack trigger and enable CI seeding Eliminates Slack trigger that prevented automated seeding of the Agent Builder, and introduces a CI workflow to keep the production deployment in sync with the repository, reducing manual intervention and preventing drift. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Yaml, Typescript, Python
|
||||||
| refactor(flags): extract bulk copy logic and reusable button component | haacked | L | No | 7.0h | 0.1h | Jul 15, 2026 |
SummaryRefactorRefactor bulk copy logic and reusable button Improves maintainability and consistency of the bulk copy feature by extracting shared logic and UI components, reducing duplication and potential bugs. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat(web-analytics): tag no-join overview executions with their own query type | lricoy | S | No | 1.4h | 0.2h | Jul 15, 2026 |
SummaryFeatureAdd distinct query type tags for no-join overview Improves observability by tagging no-join overview executions separately, enabling reliable rollout monitoring without fragile SQL text matching. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| chore(web-analytics): remove events prefilter experiment | lricoy | XL | No | 0.4h | 0.1h | Jul 15, 2026 |
SummaryChoreRemove events prefilter experiment Eliminates a buggy experimental code path, improving stability and reducing maintenance overhead for web analytics queries. Health Assessment
X-Large
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Python
|
||||||
| fix(slack): keep internal run artifacts out of slack delivery | cvolzer3 | L | AI | 1.5h | 0.0h | Jul 15, 2026 |
SummaryBug FixPrevent internal artifacts from leaking to Slack Ensures that internal run artifacts are not exposed in Slack messages, protecting sensitive data and improving agent reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude, Claude Code
Confidence:
0.95
Tech Stack
Languages:
Python, Typescript
Frameworks:
Django
|
||||||
| feat(data-warehouse): roll up imported sources to a summary card | EDsCODE | XL | AI | 5.1h | 0.4h | Jul 15, 2026 |
SummaryFeatureRoll up data warehouse source summaries Improves performance and clarity of the data‑warehouse UI by summarizing source status and providing detailed per‑schema views on demand, reducing load times and user confusion. Health Assessment
X-Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Python, Typescript
Frameworks:
Django, React
|
||||||
| Docs: add toolbar bookmarklet launch instructions | phillram | S | No | 2.4h | 1.9h | Jul 14, 2026 |
SummaryDocsAdd toolbar bookmarklet launch instructions Adds a bookmarklet to launch the toolbar quickly, improving user onboarding. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| docs: Add shareable guide on designing events for per-entity metrics | jakesciotto | M | No | 29.0h | - | Jul 14, 2026 |
SummaryDocsAdd shareable guide on designing events for per-entity metrics Provides a reusable guide for customer-facing roles to instrument per-entity metrics using native aggregations, reducing reliance on HogQL workarounds. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix(marketing-analytics): materialize the touchpoints precompute once per read, not once per goal | jabahamondes | M | AI | 26.8h | 26.2h | Jul 14, 2026 |
SummaryBug FixFix marketing analytics touchpoints precompute duplication Reduces redundant ClickHouse precomputations, improving dashboard load times and preventing double‑counting errors. Health Assessment
Medium
Low
Medium
AI Details
Usage:
Brainstorming
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| feat(cohorts): implement backfill coordination foundation | matheus-vb | XL | No | 19.4h | 16.0h | Jul 14, 2026 |
SummaryFeatureImplement backfill coordination foundation for cohorts Adds robust backfill coordination for cohort data, preventing orphaned state and ensuring reliable data processing. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| feat(web-analytics): percentage-of-teams rollout for no-join fast paths | lricoy | S | No | 0.8h | 0.1h | Jul 14, 2026 |
SummaryFeatureAdd team-based rollout for no-join web analytics Enables controlled rollout of fast‑path query optimization to a percentage of teams, improving performance while ensuring consistent results across team members. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix(reviewhog): production hotfixes for label-triggered reviews | sortafreel | M | AI | 2.1h | 0.0h | Jul 14, 2026 |
SummaryBug FixFix production hotfixes for ReviewHog triggers Corrects critical production issues in ReviewHog, preventing long-running sandbox runs, ensuring proper user validation, and improving review formatting, thereby enhancing reliability and user experience. Health Assessment
Medium
Medium
Low
AI Details
Usage:
AI Assisted
Category:
Both AI
Tools:
Greptile, Copilot
Confidence:
0.95
Tech Stack
Languages:
Python, Yaml
|
||||||
| chore(analytics-platform): move the serve-stale eligibility gate next to the lazy executor | jabahamondes | M | AI | 25.7h | 22.1h | Jul 14, 2026 |
SummaryRefactorMove serve-stale gate to shared layer Enables marketing analytics to use serve‑stale without duplicating logic, improving performance and consistency across products. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix(replay-vision): render comma-joined timestamp citations as seek chips | arnohillen | M | AI | 1.2h | 0.2h | Jul 14, 2026 |
SummaryBug FixFix comma‑joined timestamp citations rendering This PR fixes a bug where comma‑joined timestamp citations were leaking into the UI as raw text, ensuring all citations are rendered as seekable chips for better user experience. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude, Claude Code
Confidence:
0.95
Tech Stack
Languages:
Python, Typescript
Frameworks:
React
|
||||||
| fix: mirror django request user agent into $raw_user_agent | lricoy | S | AI | 270.1h | 67.6h | Jul 14, 2026 |
SummaryBug FixMirror Django request user agent to raw property Aligns Django middleware with PostHog's standardized raw user agent property, improving bot detection accuracy for server-side tracked pageviews. Health Assessment
Small
Low
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| chore(engineering-analytics): add run activity chart story | pauldambra | M | No | 8.9h | 0.2h | Jul 14, 2026 |
SummaryChoreAdd run activity chart story Adds a deterministic Storybook story for the run activity chart, enabling visual regression testing and easier review of mixed run states. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Handbook: split releases and launches | charlescook-ph | S | No | 297.7h | 144.0h | Jul 14, 2026 |
SummaryDocsHandbook: split releases and launches Clarifies ownership of releases vs launches in product announcements, reducing confusion between product and marketing teams. Health Assessment
Small
Low
High
AI DetailsTech Stack |
||||||
| feat(personhog): e2e test harness for ci | z0br0wn | XL | AI | 4.8h | 0.1h | Jul 14, 2026 |
SummaryFeatureAdd e2e test harness for personhog CI Introduces an end‑to‑end test harness that verifies the personhog leader‑write path under real traffic and chaos, improving reliability and catching regressions before production. Health Assessment
Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| docs(self-driving): add live monorepo self-driving loop diagram | sarahxsanders | XL | No | 4.6h | 3.1h | Jul 14, 2026 |
SummaryFeatureAdd animated self‑driving loop diagram to docs Provides an interactive, real‑time visual of the self‑driving PR workflow, improving user understanding and showcasing live examples. Health Assessment
X-Large
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
Frameworks:
Gatsby, React
|
||||||
| fix(test): Fix both broken tests | mendral-app | XS | No | 0.9h | 0.4h | Jul 14, 2026 |
SummaryBug FixFix both broken tests Corrects test failures by adding a missing receiver and updating query count, ensuring test reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix(slack): hide internal task artifacts | cvolzer3 | L | No | 1.6h | 0.5h | Jul 14, 2026 |
SummaryBug FixHide internal Slack task artifacts This fix prevents internal task artifacts from being exposed in Slack notifications, improving data privacy and reducing noise for users. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Assisted
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| chore(mcp): migrate local-dev env to .env and retire stale worker docs | rafaeelaudibert | L | AI | 53.0h | 0.1h | Jul 14, 2026 |
SummaryChoreMigrate local dev env to .env and retire stale worker docs Simplifies local development by replacing legacy .dev.vars with .env, updates scripts and documentation to reflect the new Hono-only MCP server, and removes obsolete worker references. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Assisted
Category:
Both AI
Tools:
Claude, Greptile
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| chore(llma): Update LLM costs | scheduled-actions-posthog | M | No | 0.4h | - | Jul 14, 2026 |
SummaryChoreUpdate LLM costs Automated update of LLM pricing models to keep internal cost calculations accurate. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| feat(conversations): route in-app support submissions to conversations when flag on | abigailbramble | XL | No | 7.4h | 0.9h | Jul 14, 2026 |
SummaryFeatureRoute in-app support to conversations when flag on Enables support tickets to be routed to the new Conversations system when the feature flag is enabled, ensuring consistent ticket handling across all in-app support channels. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(storybook): mock INSIGHTS_ENDPOINT in expanded-row stories to prevent re-render collapse | mendral-app | M | No | 75.7h | 75.7h | Jul 14, 2026 |
SummaryBug FixFix Storybook re-render collapse by mocking endpoint Flaky Storybook tests caused by unmocked insights endpoint are fixed. This ensures consistent rendering and reliable visual regression testing. Health Assessment
Medium
High
High
AI Details
Usage:
AI Assisted
Confidence:
0.95
Tech Stack
Languages:
Typescript, Yaml
Frameworks:
React
|
||||||
| feat(code): stop seat creation, upgrades, and reactivation | pawel-cebula | L | No | 4.3h | 0.2h | Jul 14, 2026 |
SummaryFeatureStop seat creation, upgrades, reactivation Disables seat creation, upgrade, and reactivation to support transition to usage-based billing. This prevents legacy seat changes and ensures consistent billing behavior. Health Assessment
Large
Medium
Low
AI DetailsTech Stack
Languages:
Typescript, Python
Frameworks:
React
|
||||||
| Update project transfer requirements in documentation | slshults | XS | No | 0.2h | 0.0h | Jul 14, 2026 |
SummaryDocsUpdate project transfer requirements in documentation Clarified requirements for transferring a project between organizations. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack |
||||||
| fix(flags): degrade group-type lookups when personhog is unconfigured | posthog | S | AI | 23.0h | 17.8h | Jul 14, 2026 |
SummaryBug FixFix group-type lookups when PersonHog unconfigured Ensures graceful degradation of group-type lookups when the PersonHog client is missing, preventing runtime errors and reducing error‑tracking noise. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude, Claude Code
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix(toolbar): never report request-shaped failures to error tracking | rafaeelaudibert | XL | AI | 46.9h | 0.1h | Jul 14, 2026 |
SummaryBug FixPrevent toolbar request failures from error tracking Stops non‑critical request errors from cluttering error tracking, improving visibility of real toolbar bugs. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(integrations): back off and terminate permanently failing OAuth token refreshes | mayteio | L | AI | 29.1h | 0.1h | Jul 14, 2026 |
SummaryBug FixFix OAuth token refresh backoff and termination Prevents endless retry loops for dead OAuth integrations, reducing unnecessary provider load and improving alert visibility for fleet-wide auth failures. Health Assessment
Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| feat(conversations): add a primary email channel per team | abigailbramble | L | No | 7.0h | 0.9h | Jul 14, 2026 |
SummaryFeatureAdd primary email channel per team Provides a deterministic primary email channel for each team, improving email delivery consistency and admin control over outbound communications. Health Assessment
Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Python, Typescript
Frameworks:
Django, React
|
||||||
| feat(replay): dogfood posthog.metrics from replay and replay vision frontends | arnohillen | M | AI | 24.9h | 20.2h | Jul 14, 2026 |
SummaryFeatureAdd frontend metrics for replay and vision Enables browser‑side operational metrics for replay and vision, improving telemetry and alerting for user sessions. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat(workflows): expose an in-flight run count for hog flows | mayteio | M | AI | 3.7h | 3.2h | Jul 14, 2026 |
SummaryFeatureExpose in-flight run count for hog flows Adds API endpoint to report in-flight workflow runs, enabling safer publish decisions and reducing blind publishing. This improves reliability for workflow deployments. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Python
|
||||||
| chore(deps): Update posthog-js to 1.400.1 | posthog-js-upgrader | M | No | 0.4h | 0.0h | Jul 14, 2026 |
SummaryChoreUpdate posthog-js dependency to 1.400.1 Updates PostHog to use the latest posthog-js release, ensuring compatibility and new features. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Yaml
|
||||||
| feat(web-analytics): gate session replay tile behind removal experiment | lricoy | S | No | 102.5h | 0.1h | Jul 14, 2026 |
SummaryFeatureGate Session Replay Tile Behind Experiment Flag Adds a feature flag to hide the Session Replay tile in Web Analytics, enabling A/B testing to reduce unnecessary queries and measure retention impact. This change allows PostHog to evaluate the tile's value without affecting control users. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(workflows): exit runs gracefully when their step is edited away | mayteio | M | AI | 5.7h | 0.2h | Jul 14, 2026 |
SummaryBug FixFix graceful exit for edited workflow steps Ensures in‑flight workflow runs terminate cleanly when a user edits the workflow, preventing false failure metrics and improving observability. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(react-native): apply skipOnConflict to native iOS dSYM uploads in Expo plugin | turnipdabeets | M | AI | 4.7h | 0.6h | Jul 14, 2026 |
SummaryBug FixFix iOS dSYM upload conflict handling Ensures Expo plugin respects skipOnConflict for iOS dSYM uploads, preventing build failures and improving reliability for mobile developers. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude, Claude Code
Confidence:
0.95
Tech Stack
Languages:
Typescript, Yaml
|
||||||
| chore(rust): bump posthog-rs to 0.19.2 | cat-ph | XS | No | 0.8h | 0.6h | Jul 14, 2026 |
SummaryChoreBump posthog-rs to 0.19.2 Update Rust dependency to patch release fixing in-app frame classification for error tracking. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||