> AI agents: this is one page from PostHog's docs. Full index of Markdown docs for LLMs: https://posthog.com/llms.txt # PostHog changelog New features, improvements, and fixes shipped in PostHog. This file covers the last 12 months. Regenerated on every deploy. - Canonical page: https://posthog.com/changelog - RSS feed: https://posthog.com/changelog.rss - Full history by year: [2026](https://posthog.com/changelog/2026.md) · [2025](https://posthog.com/changelog/2025.md) · [2024](https://posthog.com/changelog/2024.md) · [2023](https://posthog.com/changelog/2023.md) · [2022](https://posthog.com/changelog/2022.md) · [2021](https://posthog.com/changelog/2021.md) · [2020](https://posthog.com/changelog/2020.md) ## September 2026 ### Find models needing attention _September 17, 2026 · Data Modeling Team · Data warehouse_ The [Context Warehouse Models](https://app.posthog.com/models) page now calls out failed, suspended, behind-schedule, and failing-check models, including the downstream models they hold up. Search the Lineage view with `+model`, `model+`, or `+model+` to narrow it to upstream, downstream, or both. ### Suspend repeatedly failing models _September 17, 2026 · Data Modeling Team · Data warehouse_ Materialized models that hit the repeated-failure threshold now stop running for every project, rather than continuing to fail on schedule. Their suspension reason and a Resume action are available in the [Models page](https://app.posthog.com/models). ### Access control now uses the most specific rule _September 11, 2026 · Platform Features Team · Platform features_ New organizations use most-specific access resolution. For example, a member rule overrides role access, so you can deny access to a specific member even when the default permission for everyone in the project is higher. ### Capture push opens after setup _September 11, 2026 · Client Libraries Team · SDKs_ Mobile apps now capture $push_notification_opened for taps that used to be missed: taps that launch the app before PostHog starts, and taps while the app is already running. - Flutter 5.40.0 captures both automatically on iOS and Android. Remove any manual capturePushNotificationOpened call for these taps to avoid double counting. - React Native (@posthog/react-native-plugin 2.6.0) now captures taps on Android while the app is running. - iOS 3.72.0 adds prewarmPushNotificationOpenCapture(), which holds early taps until setup completes. - Android 3.62.0 adds PostHogAndroid.capturePushNotificationOpened(intent), which captures launch taps the SDK started too late to see, without double counting. ### Safer MCP intent capture _September 11, 2026 · MCP Analytics Team · Product analytics_ MCP analytics redact structured personal data from agent-written intent before it is captured, with stronger guidance to avoid narrating personal information. - JavaScript MCP integrations redact emails, phone numbers, IP addresses, card numbers, and US Social Security numbers. - Python MCP integrations apply the same intent-only redaction. ### More MCP model attribution _September 11, 2026 · MCP Analytics Team · Product analytics_ MCP tool-call analytics can identify the model behind more integrations. - Custom-dispatcher servers can opt into model capture. - Recognized Codex client metadata supplies model attribution when available. ### Keep original Meta click times _September 11, 2026 · Client Libraries Team · Product analytics_ Browser events now retain the original Meta ad-click timestamp when the same click ID appears again. Conversion destinations can use it to reject stale conversions instead of treating an old click as fresh. ### Send reports to Microsoft Teams _September 10, 2026 · Platform features_ Schedule subscriptions for delivery to Microsoft Teams as Adaptive Cards, with links to the relevant charts. Teams-first teams can finally keep these updates where they work. ### Turn report suggestions into actions _September 10, 2026 · Self-Driving Team · Self-driving_ Self-driving reports can suggest next-step actions alongside follow-up questions. Choose one in Ask AI to have the agent investigate, make the recommended change, and update the report when appropriate. ### Release breakdowns in insights _September 10, 2026 · Error Tracking Team · Error tracking_ [Error Tracking](https://posthog.com/docs/error-tracking) insights have been rebuilt with release-level breakdowns. See which releases are contributing to exceptions alongside the usual trends and totals. ### Let external agents claim reports _September 10, 2026 · Self-Driving Team · Self-driving_ External MCP agents can claim actionable Self-driving inbox reports, release them, and attach implementation pull requests without first creating an internal task. Report ownership and PR status stay visible in the inbox while the agent works. ### Set hourly query API budgets _September 10, 2026 · API_ Personal API-key query responses now show bytes read and the team’s remaining hourly read budget. When the budget is exhausted, the API returns a retryable rate-limit response. ### Scout suggestions, ready in advance _September 10, 2026 · Self-Driving Team · Self-driving_ Suggested scouts are prepared in the background for eligible projects, so a fresh batch is ready instead of waiting for a project scan. Suggestions can be refreshed up to three times a day or dismissed when they miss the mark. ### Snowflake exports use integrations _September 10, 2026 · Batch Exports Team · Batch exports_ New Snowflake batch exports must use an integration instead of inline credentials. Existing exports were migrated automatically. ### Observe Google ADK agents _September 10, 2026 · AI Observability Team · AI observability_ [AI observability](https://posthog.com/docs/ai-observability) can now capture Google ADK model calls with traces, token usage, cost, latency, outputs, and errors. Add the `@posthog/ai/adk` adapter to instrument ADK agents without building the plumbing yourself. ### Fetch prompts by label _September 10, 2026 · AI Observability Team · AI observability_ [AI observability](https://posthog.com/docs/ai-observability) prompt APIs can return every prompt assigned to a label, such as production, in one request. Prompts without that label stay out of the response. ### Set evaluation result polarity _September 10, 2026 · AI Observability Team · AI observability_ [AI observability](https://posthog.com/docs/ai-observability) evaluations can mark a true result as a problem rather than a pass. Pass rates, result filters, badges, clusters, and reports then consistently treat the unwanted outcome as a failure. ### Set up Go instrumentation _September 10, 2026 · AI Observability Team · AI observability_ [AI observability](https://posthog.com/docs/ai-observability) setup guides now include Go OpenTelemetry instructions, from installing the bridge to adding session IDs. ### Incremental Firestore collection syncs _September 7, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) can incrementally sync Firestore collections using a timestamp or integer field you choose. Collections without a suitable field keep using full refreshes. ### Connect Shopify with access tokens _September 7, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) Shopify sources can authenticate with an Admin API access token, helping stores that cannot use the existing client-credentials flow. ### Sync Metronome billing data _September 7, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) has a new Metronome source for customers, contracts, invoices, products, rate cards, and more. Connect it with an API token. ### Sync data from Lovable _September 7, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) has a new Lovable source for workspaces, projects, members, credit usage history, and security scans. Tables unavailable on your Lovable plan stay out of the way. ### Import Rokt Ads reports _September 7, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) has a new Rokt Ads source for account data and campaign, creative, audience, demographic, and transaction performance reports. ### More tables across warehouse sources _September 7, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) sources gained more tables to sync: - Ashby referrals and sequences - Asana AI Studio usage - beehiiv podcasts - easybill incoming documents - Smartsheet report columns and report scope - HiBob employee time-off calendars - Personio salary bands and cost centers - Four Ruddr tables - Float rate cards and currencies - Sigma Computing reports - CoinGecko insights - Fourthwall product templates - Klaviyo custom object records - Tally folders and form analytics metrics - Zonka Feedback survey links ### More warehouse sources available _September 7, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) expanded source availability: - OpenAI is available in beta - Bing Webmaster Tools is available in beta - WordPress is available in beta - Plain is generally available - Intercom is generally available ### Survey introductions on mobile _September 4, 2026 · Client Libraries Team · Surveys_ [Surveys](https://posthog.com/docs/surveys) can show an optional introductory screen before the first question on mobile. - Added the introduction screen to iOS. - Added the introduction screen to Android. - Added the introduction screen to Flutter. ### Async event capture for Python _September 4, 2026 · Client Libraries Team · SDKs_ Python services can send events through an asyncio-native PostHog client, without blocking the event loop. ### Route templates in Next.js _September 4, 2026 · Client Libraries Team · SDKs_ Next.js pageviews can include route templates such as `/products/[id]`, rather than only each concrete URL. That makes dynamic routes easier to analyze together. ### Capture Java server crashes _September 4, 2026 · Client Libraries Team · Error tracking_ Java server applications can opt in to send uncaught exceptions to [Error tracking](https://posthog.com/docs/error-tracking) as fatal, unhandled errors. The SDK flushes before handing the crash back to the previous exception handler. ### Send scout reports by DM _September 3, 2026 · Self-Driving Team · Self-driving_ Scouts can send reports directly to up to five people in Slack, so personal reports no longer need a channel of their own. Pick recipients from your connected workspace when configuring the scout. ### Self-driving inbox redesign _September 3, 2026 · Self-Driving Team · Self-driving_ The redesigned Self-driving inbox has become much easier to work through, with a simpler setup flow and less back-and-forth for report triage. - A three-tab layout brings reports, scouts, and settings together, and the new welcome experience is the default for teams getting started. - Reports can be sorted in one list, filtered by state or scope, and resolved or dismissed with clear outcomes. - Right-click actions let you create a PR, resolve, dismiss, restore, or assign reviewers directly from a report row. - Inbox data and report details load faster, particularly in Desktop. ### 19 new MCP tools _September 3, 2026 · Batch Exports Team · MCP_ Nineteen tools landed in PostHog's [MCP server](https://posthog.com/docs/model-context-protocol) this week: **Error tracking** - Create error tracking severity rule - List error tracking severity rules - Update error tracking severity rule - Assign error tracking issue **Visual review** - Visual review flakiness overview - List quarantined snapshots - Visual review run counts for a repo - List runs in a visual review repo **Customer analytics** - List account meetings **Integrations** - List integration Slack members **MCP analytics** - List MCP missing-capability reports **Data pipelines** - Count rows a HogQL file download export would produce **Warehouse sources** - List warehouse destinations - Get a warehouse destination - Get a table's destinations - Get a source's destinations **Signals** - Get self-driving inbox **Data catalog** - Describe a governed metric - List governed metrics ### created_at field added to Databricks batch exports _September 3, 2026 · Batch Exports Team · Batch exports_ Databricks event batch exports now include `created_at`, the timestamp recorded when PostHog ingests an event. Note that new fields will not be added to destination tables automatically; they require adding manually before they begin to be populated. ### Filter batch export runs by status _September 3, 2026 · Batch Exports Team · Batch exports_ It is now possible to filter batch export runs by `status`, both in the UI and via the API. This can be helpful to see the most recently failed runs for example. ### Role-based authentication for AWS Redshift batch exports _September 3, 2026 · Batch Exports Team · Batch exports_ Redshift batch exports can now use short-lived temporary credentials obtained by assuming an AWS role configured for PostHog to assume. With this authentication method, long-lived credentials no longer need to be stored in PostHog. For Redshift batch exports using COPY, separate roles may be used for the S3 bucket we stage the files in, and for Redshift itself. ### Capture Android native crashes _September 1, 2026 · Client Libraries Team · Error tracking_ [Error tracking](https://posthog.com/docs/error-tracking) can capture Android NDK crashes from Android 12+ tombstones and symbolicate their native frames. - Android SDK: opt in to capture Android NDK crashes - Android Gradle plugin: upload native debug symbols - Flutter: configure Android NDK crash capture ### Autocapture React Native Web _September 1, 2026 · Client Libraries Team · Product analytics_ React Native Web apps can capture touches, mouse clicks, and interactions inside portals with autocapture enabled. This covers Expo Router and React Native Web events that previously produced nothing. ## August 2026 ### Redshift short-lived credentials for batch exports _August 28, 2026 · Batch Exports Team · Batch exports_ [Batch exports] can now utilize Redshift short-lived credentials from an assumed AWS role. This is the preferred method of authentication for new batch exports, as it avoids having to share long-lived credentials. For Redshift COPY batch exports, an assumed AWS role is also supported for S3 authentication. ### Long-running AWS exports _August 28, 2026 · Batch Exports Team · Batch exports_ S3 and file-download batch exports using short-lived AWS role authentication refresh their credentials while they run. This avoids any timeouts caused by short-lived credentials expiring. This will help some of the more longer running batch exports to successfully complete. ### WorkOS webhook sync _August 28, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) WorkOS sources can keep supported tables up to date from webhooks after their initial backfill. Create, update, and delete events are reflected in the imported data. ### 54 new Data Warehouse sources _August 28, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) gained 54 new sources, spanning finance, sales, marketing, public data, and a few pleasantly niche corners of the internet. - Analytics, ads, and marketing: Sigma Computing, Hyros, G2, Pluralsight Flow, Apple Search Ads, Bluesky, Profound, and Select Star - Cloud, cost, and company data: AWS Organizations, AWS Budgets, AWS Cost Anomaly Detection, Cloudability, SingleStore, OpenCorporates, GLEIF, and Bigeye - Sales, CRM, and business operations: Propertyware, Mighty Networks, Housecall Pro, Kickscale, OwnerRez, Moxie, Vendr, Dynamics 365 Business Central, Workiz, CompanyCam, and Shipmail - Finance and payments: Avalara AvaTax, Opn Payments, HitPay, Asaas, Airwallex, Billomat, and Back Market - Commerce and marketplaces: Reverb, Faire, Zero, Kalshi, Polymarket, and easybill - Public, education, and productivity data: WHO GHO, CDC Open Data, US Bureau of Economic Analysis, Nager.Date, Crossref, Meteostat, Canvas LMS, ServiceM8, Cliniko, and ECB Data Portal - More connectors: Nuntly, Waydev, Clever, Bloomerang, and Meteostat ### Error tracking releases tab _August 28, 2026 · Error Tracking Team · Error tracking_ You can now see how your issue is broken down my releases ### App Store attribution reports _August 28, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) App Store Connect sources can import four Detailed report variants, including campaign, source, and page-title attribution fields. Less need for a second pipeline just to find out where an install came from. ### Custom REST source beta _August 28, 2026 · Warehouse Sources Team · Data warehouse_ The Custom REST source is now available in beta for [Data Warehouse](https://posthog.com/docs/data-warehouse). ### More Gong call content _August 28, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) can bring more of your Gong conversations into the warehouse. - Sync full call transcripts in a new `transcripts` table, joined to calls by call ID - Sync AI-generated call briefs, key points, highlights, outcomes, and outlines in a separate opt-in `calls_content` table ### Safer verified domain restrictions _August 27, 2026 · Platform Features Team · Platform features_ Before restricting membership to verified email domains or removing a domain, organization admins can see which members would lose access. The settings also flag changes that would lock out the admin making them. ### Product tours is being removed _August 27, 2026 · Self-Driving Team · Configuration_ Unfortunately, on 26 September 2026 we're saying goodbye to our product tours tool and it will stop working with all versions of PostHog. Support for product tours will also stop at the same time. We're doing this because, while this feature was popular, we ultimately decided that it wasn't a good fit for our mission and that there were more impactful things we could build instead. As we're a small team we need to make these decisions quite firmly, even if they seem counterintuitive from the outside. We've informed everyone who was using Product Tours that the service will be removed on 26 September and we'll send a reminder one week before hand. We've created a new product-tours agent skill to help you replicate what we built, for free. Just run the following command in your CLI: ``` npx @posthog/wizard@latest skill creating-product-tours ```` ### Show complete previous-period trends insights _August 27, 2026 · Product Analytics Team · Product analytics_ Trends comparisons now render the full previous day, week, or month instead of stopping partway through the chart. Rolling windows such as “Last 24 hours” keep their existing comparison behavior. ### Set up replay vision _August 27, 2026 · Wizard & Docs Team · Session replay_ `npx @posthog/wizard replay-vision` guides setup for [Session Replay](https://posthog.com/docs/session-replay) vision scanners from the command line. ### Wizard supports four backend languages _August 27, 2026 · Wizard & Docs Team · Uncategorized_ The setup wizard can recognize more server-side projects and guide SDK setup for them: - Go projects, including Go module detection and package installation - Elixir and Phoenix projects, with Mix dependency setup - Rust projects, with Cargo-based SDK setup - Java server projects using Maven or Gradle ### Scouts get a dedicated home _August 27, 2026 · Self-Driving Team · Inbox_ Manage your scouts from a full-width roster, then open any scout for its run history, schedule, notes, and learned context. Search and filter the fleet without squeezing it into a setup modal. ### Set a daily report limit _August 27, 2026 · Self-Driving Team · Self-driving_ Choose how many self-driving reports your project receives each day. Once the limit is reached, new scout runs and report generation pause until the next local day. ### Simplify MCP editor login _August 27, 2026 · Wizard & Docs Team · MCP_ [Model Context Protocol](https://posthog.com/docs/model-context-protocol) setup in Claude Code and Codex now hands OAuth sign-in to the editor, rather than asking you to choose permissions twice. Removing an installed MCP server works too. ### Make scout reports actionable _August 27, 2026 · Self-Driving Team · Self-driving_ Web analytics, Web Vitals, and CSP scouts now produce a concrete action PostHog can take or a handoff that names the owner, change, and success check. Less detective work left for the reader. ### Switch models in Slack _August 27, 2026 · Self-Driving Team · Self-driving_ Tell the Slack assistant to use a different supported model or effort level in a follow-up message while it is working. The next turn uses the new setting without losing the thread's context. ### Enable more Inbox sources _August 27, 2026 · Self-Driving Team · Self-driving_ Turn on 12 additional Inbox sources for product feedback, app reviews, and Google Search Console. These sources previously failed validation and flipped themselves back off. ### 21 new MCP tools _August 27, 2026 · Experiments Team · MCP_ Twenty-one tools landed in PostHog's [MCP server](https://posthog.com/docs/model-context-protocol) this week: **Customer analytics** - Create feature request product area - List feature request product areas - Update feature request product area - Link account to feature request - Add feature request evidence - Archive feature request - Create feature request - List feature request history - List feature requests - Update feature request - Delete feature request evidence - Restore feature request - Get feature request - List feature request status history - Update feature request evidence **Canvas** - Read canvas state - Set canvas state **Platform Features** - Create a comment or reply **Data warehouse** - Link a bucket as a warehouse table **Experiments** - Get flag cleanup task status **Replay vision** - Semantically search replay vision observations ### Match flag property prefixes and suffixes _August 24, 2026 · Feature Flags Team · Feature flags_ [Feature Flags](https://posthog.com/docs/feature-flags) now support "starts with", "doesn't start with", "ends with", and "doesn't end with" property conditions, all case insensitive. "ends with" is particularly useful when filtering on emails such as finding people whose email ends with "@example.com". Local evaluation works in the Python, Node, Go, Ruby, Rust, PHP, and .NET SDKs, so update to the latest ### See alert delivery details _August 20, 2026 · Product analytics_ [Alerts](https://posthog.com/docs/alerts) history now records notifications that were accepted for delivery, rather than just the configured recipients. See which email addresses, Slack channels, webhooks, Discord, or Teams destinations were notified. ### Investigate AI observability anomalies _August 20, 2026 · Self-Driving Team · Self-driving_ [AI observability](https://posthog.com/docs/ai-observability) anomaly alerts can now appear as Self-driving investigations alongside scouts and evaluation reports. Check their status, last run, and linked insight from one place. ### Charts in Slack answers _August 20, 2026 · Self-Driving Team · Self-driving_ Analytics answers delivered in Slack can include the chart beneath the explanation when chart delivery is enabled. Sometimes a picture really does save a follow-up message. ### 19 new MCP tools _August 20, 2026 · Experiments Team · MCP_ Nineteen tools landed in PostHog's [MCP server](https://posthog.com/docs/model-context-protocol) this week: **Experiments** - Find recordings worth watching per variant **Billing alerts** - Create billing alert - Update billing alert **Data warehouse** - Get managed warehouse metric history - Get managed warehouse monitoring **Data quality** - Create a data quality check on a table - Create a data quality check on a view - Delete a data quality check on a table - Delete a data quality check on a view - Recent results of a data quality check on a table - Recent results of a data quality check on a view - Run a data quality check on a table - Run a data quality check on a view - List data quality check types - Update a data quality check on a table - Update a data quality check on a view **Billing** - Get billing overview - Get spend breakdown - Get usage breakdown ### Send report notes to Slack _August 20, 2026 · Self-Driving Team · Self-driving_ Edits that only change a report note are delivered to Slack as the note itself, rather than being dropped or turned into something less useful. ### Scout reports link to referenced items _August 20, 2026 · Self-Driving Team · Self-driving_ Scout reports turn referenced insights, flags, and error issues into links on their first mention, rather than leaving you to copy an ID and hunt it down. ### Set trend chart y-axis ranges _August 20, 2026 · Product Analytics Team · Product analytics_ [Product Analytics](https://posthog.com/docs/product-analytics) trend charts can use a custom Y-axis range. Set the bounds when the default scale makes the change you care about hard to see. ### Slack alerts for batch exports _August 20, 2026 · Batch Exports Team · Batch exports_ Batch exports can send a Slack notification when they fail. Keep up with batch export alerts directly on your Slack channel of choice. ### SQL as scatter plots _August 20, 2026 · Product Analytics Team · Product analytics_ [Product Analytics](https://posthog.com/docs/product-analytics) SQL insights can plot two numeric measures against each other, with optional trend lines to make the relationship easier to read. - Plot SQL results as scatter points using numeric X and Y columns. - Add a per-series least-squares line of best fit, including on logarithmic axes. ### Person properties in every export _August 14, 2026 · Batch Exports Team · Batch exports_ Batch exports now include `person_properties` by default across destinations, so your exported events carry the person context alongside them. Existing S3, Azure blob, and other object storage exports may see a changed Parquet column order. Existing warehouse destinations (Databricks, Snowflake, etc...) require manually adding the new column to the target table for it to be exported. ### More complete session batch exports _August 14, 2026 · Batch Exports Team · Batch exports_ Batch exports pick up late-arriving sessions more reliably. An increase in the number of session model exported rows is expected, as we now catch more updates. This is mostly affecting users with late-arriving events. ### Export audit logs for SIEMs _August 14, 2026 · Platform Features Team · API_ Advanced activity logs can be polled in a stable order and returned in OCSF format for SIEM ingestion. Changed fields are included without their values by default, with values available when needed. ### S3 exports use integrations _August 14, 2026 · Batch Exports Team · Batch exports_ New AWS S3 and S3-compatible batch exports must use a team-scoped integration for their credentials. Existing exports were migrated automatically. Integrations support additional authentication methods, like role-based authentication for AWS S3. ### Send discussions to Slack _August 14, 2026 · Platform Features Team · Slack_ Mirror a discussion thread from PostHog to a Slack channel, then keep the thread updated as new replies arrive. - Choose the Slack destination from a discussion - See the channel and mirror state in PostHog - Send existing replies and future replies into the same Slack thread ### Know when alert checks fail _August 14, 2026 · Platform Features Team · Product analytics_ [Alerts](https://posthog.com/docs/alerts) notify subscribers by email and in-app when a check first fails to run. Repeated failures stay quiet until the alert recovers. ### Get materialized view failure alerts _August 14, 2026 · Platform Features Team · CDP_ Materialized views raise an in-app notification when they first start failing, rather than waiting for the daily digest. Choose whether to also receive an email for each new failure streak. ### Turn scout output into events _August 13, 2026 · Self-Driving Team · Uncategorized_ Scouts can emit schema-validated structured records as events in your project. Query, chart, and break down their output instead of leaving recurring measurements trapped in prose. ### Evaluate complete AI sessions _August 13, 2026 · AI Observability Team · AI observability_ [AI Observability](https://posthog.com/docs/ai-observability) evaluations can now run against an entire session, not just an individual trace. Review session-level results in the session view and evaluation reports. ### Organize online evaluations _August 13, 2026 · AI Observability Team · AI observability_ [AI Observability](https://posthog.com/docs/ai-observability) online evaluations can be organized into directories. Create, rename, browse, search, move, and delete directories without losing the evaluations inside them. ### Better Sentiment results _August 13, 2026 · AI Observability Team · AI observability_ The [AI Observability](https://posthog.com/docs/ai-observability) Sentiment tab is faster to scan and better focused on the results you need. - Ranks the strongest positive and negative evaluation results before loading trace details. - Queries for the selected sentiment directly, opens on negative results, and lets you filter by evaluation. ### Vercel AI SDK v7 support _August 13, 2026 · AI Observability Team · AI observability_ `@posthog/ai` supports Vercel AI SDK v7's OpenTelemetry integration. Capture AI traces with `registerTelemetry`, including request-scoped flushing for serverless apps. ### Clearer Signals scout reports _August 13, 2026 · Self-Driving Team · Uncategorized_ Signals scouts now follow PostHog’s simplified technical English style when writing report titles and summaries. Same reports, less accidental prose poetry. ### 9 new MCP tools _August 13, 2026 · MCP Analytics Team · MCP_ Nine tools landed in PostHog's [MCP server](https://posthog.com/docs/model-context-protocol) this week: **Logs** - Scan a service's logs for volume anomalies **Tasks** - Update channel instructions **Marketing analytics** - Create conversion goal - Delete conversion goal - Update conversion goal **Canvas** - Stage a canvas draft build - List canvas drafts - Promote a canvas draft to live - Publish current canvas version ### More Reddit Ads tables _August 13, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) can sync 13 more Reddit Ads tables, expanding the campaign and account data available for analysis. ### Sync Checkout.com report files _August 13, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) can import Checkout.com report files as tables alongside payment data. ### Reliable incremental Sentry events _August 13, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) uses Sentry's dateReceived field to incrementally sync event endpoints, keeping subsequent imports on the right cursor. ### Customer.io source is generally available _August 13, 2026 · Warehouse Sources Team · Data warehouse_ The [Data Warehouse](https://posthog.com/docs/data-warehouse) Customer.io source has graduated from beta and is available to every team. ### Choose your PlanetScale engine _August 13, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) separates PlanetScale connections into MySQL and Postgres sources, so you can configure the right engine for your database. ### Expanded Decagon data coverage _August 13, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) imports can keep Decagon conversations current and include more of the operational data around them. - Conversations sync incrementally and no longer stop after the first results page - Agent Assist actions, knowledge articles, usage, tags, admin logs, team members, and watchtower data are available as tables ### 28 new warehouse sources _August 13, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) can now bring in data from 28 more services. - Mailjet, MailerLite, SparkPost, Mailgun, and Postmark for email delivery data - Pipedrive, Calendly, Webflow, Tally, beehiiv, Transistor, and Hookdeck - Similarweb, Open-Meteo, OpenAlex, Octolens, Trustpilot, Bing Webmaster Tools, and Instagram - Flutterwave, WooCommerce, BigCommerce, Impact.com, Impact.com Partner, AWS SES, Framer, PlanetScale, and MotherDuck ### Prompt management leaves beta _August 6, 2026 · AI Observability Team · AI observability_ [Prompt management](https://posthog.com/docs/prompt-management) is out of beta. It now supports metadata management and fetching by labels. ### Vercel source enters beta _August 6, 2026 · Warehouse Sources Team · Data warehouse_ The [Data Warehouse](https://posthog.com/docs/data-warehouse) Vercel source is now available in beta for syncing your Vercel data. ### Control warehouse table access _August 6, 2026 · Warehouse Sources Team · Data warehouse_ Set access permissions per table within a warehouse schema, so teammates see only the data they should. ### Edit prompt configurations _August 6, 2026 · AI Observability Team · AI observability_ [Prompt management](https://posthog.com/docs/prompt-management) can now edit JSON configuration alongside prompt text. Review configuration diffs before publishing, compare them across versions, and publish parameter-only changes without rewriting the prompt. ### Import all Bing Ads campaigns _August 6, 2026 · Warehouse Sources Team · Data warehouse_ Bing Ads sources now import Performance Max, Shopping, App, Audience, Dynamic Search Ads, Hotel, and Search campaigns. Marketing analytics can include spend that was previously missing from non-Search campaigns. ### Scout feedback closes the loop _August 6, 2026 · Self-Driving Team · Uncategorized_ Feedback on a scout's report now becomes context it can use in later work. - Send a question through Discuss and save it for the report's authoring scout. - Send written thumbs-up or thumbs-down feedback to that same scout. ### 161 new source tables _August 6, 2026 · Warehouse Sources Team · Data warehouse_ Existing [Data Warehouse](https://posthog.com/docs/data-warehouse) connectors gained 161 tables, so there is less API archaeology to do. - GitHub: 43 tables - Stripe: 26 tables - HubSpot: 15 tables - Google Ads: 14 tables - TikTok Ads: 11 tables - Meta Ads: 10 tables - Snapchat Ads: 9 tables - Intercom, Linear, LinkedIn Ads, and Pinterest Ads: 7 tables each - Google Search Console: 5 tables ### More sources reach general availability _August 6, 2026 · Warehouse Sources Team · Data warehouse_ The [Data Warehouse](https://posthog.com/docs/data-warehouse) ClickHouse and Google Analytics sources are now generally available. - ClickHouse source - Google Analytics source ### 23 new warehouse sources _August 6, 2026 · Warehouse Sources Team · Data warehouse_ Import data into [Data Warehouse](https://posthog.com/docs/data-warehouse) from 23 newly supported services. - Commerce and payments: AfterShip, Fourthwall, Whop, Loop Returns, Conekta, Dodo Payments, Gumroad, and Xendit - Marketing and subscriptions: Adjust, AppLovin, FirstPromoter, Postscript, and App Store Connect - Cloud, operations, and development: DynamoDB, AWS Cost Explorer, Cloudsmith, Harvest, and Companies House - Public datasets: FRED and World Bank Open Data - Customer data: Okendo and Kommo ### Browse scout reports in Customer analytics _August 6, 2026 · Self-Driving Team · Uncategorized_ [Customer analytics](https://posthog.com/docs/customer-analytics) now has a Feed tab for reports from its scouts. Filter by report status or show only reports where you are a suggested reviewer. ### 44 new MCP tools _August 6, 2026 · MCP Analytics Team · MCP_ Forty-four tools landed in PostHog's [MCP server](https://posthog.com/docs/model-context-protocol) this week: **Workflows** - Patch a workflow step's email **AI observability** - Archive dataset - Create dataset - Archive dataset item - Create dataset item - Restore dataset item - Update dataset item - Restore dataset - Update dataset - List LLM traces - Get LLM trace - Create evaluation directory - Delete evaluation directory - Get evaluation directory - List evaluation directories - Update evaluation directory - Get dataset - Get dataset item - List dataset items - List dataset item versions - List datasets - List dataset revisions **Canvas** - Read canvas build status - Create canvas - Edit canvas source files - List canvases - Publish canvas source project - Read canvas source project - Validate canvas source project **Tasks** - Resolve or create a channel - Read channel instructions - List channels - Get a channel **Messaging** - Add recipients to the opt-out list - List opt-outs **Experiments** - Create experiment from LLM prompt - List LLM prompt metric templates **Web analytics** - Apply a path-cleaning suggestion - Generate path-cleaning suggestions **Signals** - Record structured output for a run **Conversations** - Delete private note - Update private note **Integrations** - Forward a request to a connected PostHog project **Replay vision** - Scan sessions against a prompt ### Wizard setup reports in sessions _August 6, 2026 · Growth Team · Uncategorized_ Wizard sessions include the setup report written to your repository, so the handoff is available in the app instead of only on disk. ### Wizard supports Flutter projects _August 6, 2026 · Wizard & Docs Team · Uncategorized_ Wizard detects Flutter projects and installs the PostHog Flutter SDK with `flutter pub add`. ### 32 new MCP tools _August 3, 2026 · MCP Analytics Team · MCP_ Thirty-two tools landed in PostHog's [MCP server](https://posthog.com/docs/model-context-protocol) this week: **Experiments** - Recalculate experiment metrics - Get experiment results - Get experiment recalculation run **Web analytics** - Run a web analytics overview query - Run a web analytics breakdown table query - Run a web vitals path breakdown query **ReviewHog** - Get a ReviewHog review - List ReviewHog reviews - Trigger a ReviewHog review **Streamlit apps** - Create Streamlit app - Delete Streamlit app - Get Streamlit app - List Streamlit apps - Set Streamlit app source - Start Streamlit app - Get Streamlit app status - Stop Streamlit app - Update Streamlit app - List Streamlit app versions **Notebooks** - Configure notebook compute - Get notebook - List notebook dataframes - Interrupt notebook cell run - Get notebook cell run result **Customer analytics** - List account channel summaries - List announcement channels - Send announcement - List announcements - Get announcement **Replay vision** - Create vision action - Delete vision action - Update vision action ## July 2026 ### Import GitHub deployment data _July 31, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) GitHub sources can import deployment and deployment-status records alongside the rest of your repository data. ### Add new tables to the Mailchimp source _July 31, 2026 · Warehouse Sources Team · Data warehouse_ Added 28 tables to the Mailchimp source ### Brevo source enters beta _July 31, 2026 · Warehouse Sources Team · Data warehouse_ The [Data Warehouse](https://posthog.com/docs/data-warehouse) Brevo source has moved from alpha to beta after a clean run with active users. Same connector, less caveat. ### Nine new warehouse sources _July 31, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) can now import data from nine additional services: - Codemagic build and CI data - Discourse community data - Apitally API analytics data - Aha! Ideas product-feedback data - CAST AI cloud-optimization data - DocuSign agreement data - Gusto payroll and HR data - Etsy marketplace data - Zoho CRM customer data ### Query ClickHouse sources directly _July 31, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) can run live, read-only HogQL queries against ClickHouse and ClickHouse Cloud sources. No import required when you need the current data. ### More Cloudflare source tables _July 31, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) Cloudflare sources can now import 33 additional tables, giving you more of your Cloudflare data to query. ### Add tables to the Clerk source _July 31, 2026 · Warehouse Sources Team · Data warehouse_ Added 23 tables to the Clerk source ### Add tables to Sentry source _July 31, 2026 · Warehouse Sources Team · Data warehouse_ Added 23 tables to the Sentry [Data Warehouse](https://posthog.com/docs/data-warehouse) source ### Add HubSpot leads table _July 31, 2026 · Warehouse Sources Team · Data warehouse_ Add leads table to HubSpot [Data Warehouse](https://posthog.com/docs/data-warehouse) source ### Add tables to Zendesk source _July 31, 2026 · Warehouse Sources Team · Data warehouse_ Added 25 tables to the Zendesk [Data Warehouse](https://posthog.com/docs/data-warehouse) source ### Add Marketo source _July 31, 2026 · Warehouse Sources Team · Data warehouse_ Added a Marketo [Data Warehouse](https://posthog.com/docs/data-warehouse) source ### Add Qualtrics source _July 31, 2026 · Warehouse Sources Team · Data warehouse_ Added a Qualtrics [Data Warehouse](https://posthog.com/docs/data-warehouse) source ### Add Pardot source _July 31, 2026 · Warehouse Sources Team · Data warehouse_ Added a Pardot [Data Warehouse](https://posthog.com/docs/data-warehouse) source ### Add tables to Klaviyo source _July 31, 2026 · Warehouse Sources Team · Data warehouse_ Added 24 tables to the Klaviyo [Data Warehouse](https://posthog.com/docs/data-warehouse) source ### Added Adobe Analytics source _July 31, 2026 · Warehouse Sources Team · Data warehouse_ Added an Adobe Analytics [Data Warehouse](https://posthog.com/docs/data-warehouse) source ### Added Adobe Commerce source _July 31, 2026 · Warehouse Sources Team · Data warehouse_ Added an Adobe Commerce [Data Warehouse](https://posthog.com/docs/data-warehouse) source ### Add Adyen source _July 31, 2026 · Warehouse Sources Team · Data warehouse_ Added an Adyen [Data Warehouse](https://posthog.com/docs/data-warehouse) source ### Add BILL.com source _July 31, 2026 · Warehouse Sources Team · Data warehouse_ Added a BILL.com [Data Warehouse](https://posthog.com/docs/data-warehouse) source ### Add Workday source _July 31, 2026 · Warehouse Sources Team · Data warehouse_ Added a Workday [Data Warehouse](https://posthog.com/docs/data-warehouse) source ### Charts in inbox reports _July 30, 2026 · Self-Driving Team · Sparks joy_ Inbox reports can include inline charts and tables beside a scout’s written findings. See the data behind quantitative alerts without hunting down a separate insight. ### Teach Scouts from dismissals _July 30, 2026 · Self-Driving Team · Uncategorized_ Add a note when dismissing or snoozing an inbox report, and the Scout that filed it receives that feedback before its next run. Your “not useful” now has somewhere useful to go. ### Create Scouts your way _July 30, 2026 · Self-Driving Team · Uncategorized_ Create a Scout with AI guidance or fill out the prompt, schedule, and Slack destination yourself. Daily schedules can run at a chosen time in your project timezone. ### Retries for batch exports with less duplicates _July 30, 2026 · Batch Exports Team · Batch exports_ [Batch Exports](https://posthog.com/docs/batch-exports) resume interrupted reads from staging storage at the last completed batch, rather than restarting the file and potentially duplicating rows at the destination. ### Monitor Eve AI sessions _July 30, 2026 · AI Observability Team · AI observability_ [AI observability](https://posthog.com/docs/ai-observability) now supports Vercel Eve’s OpenTelemetry traces. ### Add config to prompt versions _July 30, 2026 · AI Observability Team · AI observability_ You can now store more than just a prompt inside Prompt Management. Metadata like model parameters can be stored and retrieved at runtime. ### New "AI" channel type in web analytics _July 28, 2026 · Web Analytics Team · Web analytics_ Traffic from AI assistants like ChatGPT, Claude, Gemini and Perplexity is now classified under a new "AI" channel type instead of "Referral" or "Organic Search". Channel type is computed at query time, so historical sessions reclassify too: if you filter or alert on "Organic Search" or "Referral", counts may shift. No data is changed or lost, only how sessions are classified. ### Query synced sources directly _July 24, 2026 · Data Tools Team · Data warehouse_ Run live SQL queries against synced [Data Warehouse](https://posthog.com/docs/data-warehouse) sources from the SQL editor. Enable direct querying in source settings, or jump in from a source's schema tab. ### Browse notebook dataframes _July 24, 2026 · Data Tools Team · Data warehouse_ The Notebook SQL schema browser now lists the dataframes, tables, and views available in your live kernel, so you can query them without guessing their names. ### Reports for trace evaluations _July 24, 2026 · AI Observability Team · AI observability_ [AI Observability](https://posthog.com/docs/ai-observability) boolean evaluations that run against traces can now generate and deliver evaluation reports. Trace citations and report navigation stay linked to the trace being evaluated. ### Media in AI traces _July 24, 2026 · AI Observability Team · AI observability_ Images and audio stored with AI traces now render in the trace view, while other files can be downloaded instead of appearing as `phaiblob://` pointers. ### Fetch prompts by label _July 24, 2026 · AI Observability Team · AI observability_ Fetch a named LLM prompt version by its label, such as `production`, with the prompt API. Label changes clear cached lookups, so consumers receive the current version. ### Session summaries for everyone _July 24, 2026 · AI Observability Team · AI observability_ [AI observability](https://posthog.com/docs/ai-observability) session summarization has graduated from early access and is now available to everyone. ### Replay native Flutter screens _July 24, 2026 · Replay Team · Session replay_ [Session Replay](https://posthog.com/docs/session-replay) can capture native screens covering a Flutter app, such as login flows and paywalls, instead of freezing on the last Flutter frame. Enable it with `captureNativeScreens`. ### Hog evaluations for traces _July 24, 2026 · AI Observability Team · AI observability_ Built-in Hog evaluation templates now work for both individual generations and whole traces. The editor also shows consistent recommended variables and tests against complete AI input and output. ### Capture dead swipes _July 24, 2026 · Product Analytics Team · Product analytics_ [Autocapture](https://posthog.com/docs/product-analytics/autocapture) can record touch swipes that do not cause a visible change as `$dead_swipe` events. The events include direction and distance, alongside the existing dead-click detection. ### Set Feature Flag fallbacks _July 24, 2026 · Client Libraries Team · Feature flags_ Pass a `defaultValue` to `isFeatureEnabled` in the JavaScript and React Native SDKs. It returns that boolean while flags are unavailable, still loading, or missing. ### Link Python errors to traces _July 24, 2026 · Error Tracking Team · Error tracking_ Exceptions captured inside an active OpenTelemetry span now include trace and span IDs. [Error Tracking](https://posthog.com/docs/error-tracking) can link the exception back to the trace where it happened. ### Load Ruby flags asynchronously _July 24, 2026 · Client Libraries Team · Feature flags_ Ruby apps can load [Feature Flag](https://posthog.com/docs/feature-flags) definitions through the background poller instead of making a synchronous request during setup or evaluation. Use `feature_flags_loaded?` to wait until definitions are ready. ### Stable links for error issues _July 24, 2026 · Error Tracking Team · Error tracking_ [Error Tracking](https://posthog.com/docs/error-tracking) links now use an issue fingerprint when available, so alerts, emails, and tracker tickets keep opening the same issue after issues are merged. Existing issue-ID links still work. ### More resilient flag dependencies _July 24, 2026 · Feature Flags Team · Feature flags_ [Feature Flag](https://posthog.com/docs/feature-flags) payloads keep evaluating when an older dependency uses a numeric key. One malformed flag no longer prevents the rest of your project's flags from loading. ### Cohort flags handle unsupported filters _July 24, 2026 · Feature Flags Team · Feature flags_ [Feature Flags](https://posthog.com/docs/feature-flags) using cohorts with unsupported filter leaves no longer fall straight back to their default value. Unsupported conditions count as non-matches while the rest of the cohort can still be evaluated. ### Find Feature Flags by key in MCP _July 24, 2026 · Feature Flags Team · Feature flags_ Ask MCP for a [Feature Flag](https://posthog.com/docs/feature-flags) definition using its readable flag key, without looking up the numeric ID first. ### Accurate cohorts after person merges _July 24, 2026 · Product Analytics Team · Product analytics_ Realtime cohort membership now follows the surviving person when profiles are merged. That keeps cohort-based targeting and cohort calculations from hanging onto the old profile. ### Send customer Slack announcements _July 24, 2026 · Product Analytics Team · Product analytics_ [Customer Analytics](https://posthog.com/docs/customer-analytics) has an Announcements tab for writing a message, choosing customer Slack channels, and sending it without double-posting. Delivery history shows what reached each channel and what did not. ### More accurate long-bucket trends _July 24, 2026 · Product Analytics Team · Product analytics_ Monthly, quarterly, and yearly [Trends](https://posthog.com/docs/product-analytics/trends/overview) insights now exclude events from before your chosen start date. Short ranges no longer quietly include the rest of the bucket. ### Dashboard templates for MCP _July 24, 2026 · Product Analytics Team · Product analytics_ [MCP dashboard-building tools](https://posthog.com/docs/model-context-protocol/tools) can search and inspect official dashboard templates before creating a dashboard. ### Run SQL against managed warehouses _July 24, 2026 · Managed Warehouse Team · Data warehouse_ [Managed Warehouse](https://posthog.com/docs/data-warehouse) tables are available in the SQL editor through a project-scoped, read-only connection. New tables are picked up automatically. ### Onboard projects to managed warehouses _July 24, 2026 · Managed Warehouse Team · Data warehouse_ Each project in an organization can join its [managed warehouse](https://posthog.com/docs/data-warehouse) with its own schema name. Availability is checked before onboarding, so conflicting names fail early. ### See warehouse import activity _July 24, 2026 · Managed Warehouse Team · Data warehouse_ The [Data Warehouse](https://posthog.com/docs/data-warehouse) overview shows when each schema was last applied, rather than an unavailable status. It replaces the unreliable queue status check. ### Metric markers in Experiment replays _July 24, 2026 · Experiments Team · Experiments_ Filter [Experiment](https://posthog.com/docs/experiments) recordings to sessions where selected metric events fired, then jump straight to those moments in the player. Metric events are marked in the sidebar, seekbar, and inspector. ### Stable results after re-exposure _July 24, 2026 · Experiments Team · Experiments_ [Experiment](https://posthog.com/docs/experiments) maturity and mean or ratio metrics now anchor to each person's first exposure. Re-evaluating a flag no longer shifts that window and changes already-mature results. ### Control scanner access _July 24, 2026 · Replay Team · Session replay_ Set sharing rules for individual [Replay Vision](https://posthog.com/docs/replay-vision) scanners, plus a project-wide default. Scanner actions follow the same access rule, so permissions stay consistent. ### More reliable scanner verdicts _July 24, 2026 · Replay Team · Session replay_ [Replay Vision](https://posthog.com/docs/replay-vision) scanners use session event evidence alongside recordings when reaching a verdict. Navigation events and tighter handling of hidden errors and gestures reduce misleading friction findings. ### Save impacted users as cohorts _July 24, 2026 · Replay Team · Session replay_ See how many users and sessions a [Replay Vision](https://posthog.com/docs/replay-vision) scanner affects, then save the affected users as a static cohort. Classifier tags can also create cohorts for their matching users. ### Run summaries on demand _July 24, 2026 · Replay Team · Session replay_ Start a [Replay Vision](https://posthog.com/docs/replay-vision) group summary whenever you need one, without changing its schedule or starting duplicates. Daily digests also appear alongside other summaries and alerts. ### Scan recordings in bulk _July 24, 2026 · Replay Team · Session replay_ Select multiple recordings on the [Replay Vision](https://posthog.com/docs/replay-vision) on-demand tab and scan them together. The batch reports which scans started, were already running, or were skipped because of limits. ### Capture rapid screen changes _July 24, 2026 · Replay Team · Session replay_ Android [Session Replay](https://posthog.com/docs/session-replay) no longer skips screens during fast navigation when recording throttling is active. ### Trust summary citations _July 24, 2026 · Replay Team · Session replay_ [Replay Vision](https://posthog.com/docs/replay-vision) checks inline observation citations against the underlying outcomes before sending group summaries. Reports are less likely to attribute errors to clean sessions. ### Keep event Surveys in session _July 24, 2026 · Surveys Team · Surveys_ Event-triggered [Surveys](https://posthog.com/docs/surveys) stay tied to the session that triggered them. An un-dismissed survey will not follow someone into their next session. ### Estimate reach for URL targeting _July 24, 2026 · Surveys Team · Surveys_ URL targeting in the full [Survey](https://posthog.com/docs/survey) editor now shows an estimated audience size, matching the wizard. You can sanity-check how many people a condition may reach before publishing. ### Confirm ticket replies before sending _July 24, 2026 · Conversations Team · Uncategorized_ Draft mode adds a confirmation step before a ticket reply goes out. Set it as your local default, then override it on individual tickets when you need to move faster. ### Reply and update ticket status _July 24, 2026 · Conversations Team · Uncategorized_ Send a reply and move the ticket to pending, on hold, or resolved in the same action. [Support](https://posthog.com/docs/support) will flag any other unsaved sidebar edits before they go along for the ride. ### Route ticket workflows by team _July 24, 2026 · Conversations Team · Uncategorized_ [Support](https://posthog.com/docs/support) ticket workflows can filter on the assigned team, and can start as soon as a ticket is assigned. Useful for routing each team's tickets to its own follow-up workflow. ### Mark urgent tickets as critical _July 24, 2026 · Conversations Team · Uncategorized_ [Support](https://posthog.com/docs/support) tickets have a new critical priority above high, with its own badge color and filter option. The truly on-fire ones have somewhere to go now. ### Filter tickets by multiple assignees _July 24, 2026 · Conversations Team · Uncategorized_ Combine users, roles, and unassigned [Support](https://posthog.com/docs/support) tickets in one assignee filter. Selections are matched together, so a shared queue no longer needs a scavenger hunt. ### Choose ticket list columns _July 24, 2026 · Conversations Team · Uncategorized_ Pick which columns appear in the [Support](https://posthog.com/docs/support) ticket list. Column choices are stored locally in your browser for now. ### Share filtered ticket views _July 24, 2026 · Conversations Team · Uncategorized_ [Support](https://posthog.com/docs/support) ticket filters and sorting are saved in the URL, so filtered lists can be bookmarked or shared. Search text stays private to your current session. ### Link Logs with multiple IDs _July 24, 2026 · APM Team · Uncategorized_ Configure multiple log ID attribute keys to associate logs with the right person. [Logs](https://posthog.com/docs/logs) using different identifier fields can now appear in the person view and hover context. ### Group logs by multiple fields _July 24, 2026 · APM Team · Uncategorized_ [Log](https://posthog.com/docs/logs) groups can now stack up to four dimensions, with a value column for each. Drill into combinations instead of asking one attribute to explain everything. ### Query latency heatmaps with MCP _July 24, 2026 · APM Team · Toolbar_ MCP agents can retrieve tracing latency [Heatmaps](https://posthog.com/docs/toolbar/heatmaps) with the new apm-spans-latency-heatmap tool. It includes guidance for reading latency patterns across time. ### GitHub CI signals in Inbox _July 24, 2026 · Self-Driving Team · Uncategorized_ [Self-driving](https://posthog.com/docs/self-driving) Inbox can flag flaky checks, a failing default branch, and CI duration regressions from your GitHub data. Each issue is deduplicated and can be researched and routed through the normal signal workflow. ### Send scout output to Slack _July 24, 2026 · Self-Driving Team · Uncategorized_ Configure a Slack destination for each [Self-driving](https://posthog.com/docs/self-driving) Scout and receive its completed run output there. Scout delivery is separate from Inbox report notifications, so each can mind its own business. ### Schedule scouts with cron _July 24, 2026 · Self-Driving Team · Uncategorized_ Run [Self-driving](https://posthog.com/docs/self-driving) Scouts at fixed times, such as every weekday morning or twice a day, instead of only on rolling intervals. Custom cron schedules set through the API remain visible in the settings UI. ### Invoke agents from MCP _July 24, 2026 · Self-Driving Team · Uncategorized_ Start a deployed [Self-driving](https://posthog.com/docs/self-driving) Scout from an existing PostHog MCP session, continue the conversation with send, and check progress with listen. No separate MCP server setup required. ### Steer Scouts with notes _July 24, 2026 · Self-Driving Team · Uncategorized_ Leave team-wide or skill-specific notes to guide what [Self-driving](https://posthog.com/docs/self-driving) Signals scouts investigate without editing their skills or schedules. Notes can expire when the nudge has done its job. ### Set skill owners for routing _July 24, 2026 · Self-Driving Team · Uncategorized_ Assign explicit owners to a skill, and [Self-driving](https://posthog.com/docs/self-driving) Signals will prioritize them when suggesting reviewers for scout reports. No more treating the last person to edit a skill as its permanent owner. ### Link recurring signal reports _July 24, 2026 · Self-Driving Team · Uncategorized_ When a resolved [Self-driving](https://posthog.com/docs/self-driving) Signal appears again, Inbox creates a new linked report instead of reopening the old one. The new investigation can use the previous report to tell a regression from a repeat offender. ### Control access to MCP Analytics _July 24, 2026 · MCP Analytics Team · Uncategorized_ Set viewer, editor, and manager permissions for [MCP Analytics](https://posthog.com/docs/mcp-analytics). Session-intent summaries follow those permissions too. ### Upload files to Data Warehouse _July 24, 2026 · Warehouse Sources Team · Data warehouse_ Upload CSV, JSON, or Parquet files directly into [Data Warehouse](https://posthog.com/docs/data-warehouse) as self-managed tables. No separate sync pipeline required. ### Automatically sync new schemas _July 24, 2026 · Warehouse Sources Team · Data warehouse_ [Data Warehouse](https://posthog.com/docs/data-warehouse) sources can automatically enable and sync newly discovered tables or channels. Use glob patterns such as `raw_*` to limit which schemas join in. ### Sync multiple GitHub repositories _July 24, 2026 · Warehouse Sources Team · Data warehouse_ One GitHub [Data Warehouse](https://posthog.com/docs/data-warehouse) source can now sync multiple repositories. New repositories keep separate schemas and webhook mappings under the same source. ### Filter accounts by custom properties _July 24, 2026 · Product Analytics Team · Product analytics_ Filter [Customer Analytics](https://posthog.com/docs/customer-analytics) accounts using custom account properties. Filters are saved with views and included in shared view links. ### AI traffic gets its own channel _July 24, 2026 · Web Analytics Team · Web analytics_ Visits from AI assistants such as ChatGPT, Claude, and Perplexity are classified in a dedicated [Web Analytics](https://posthog.com/docs/web-analytics) AI traffic channel instead of being mixed into Direct, Referral, or Search. ### Recognize more AI agent traffic _July 24, 2026 · Web Analytics Team · Web analytics_ Electron desktop apps such as Claude and ChatGPT, plus self-declared AI crawlers, are classified as AI agents in [Web Analytics](https://posthog.com/docs/web-analytics). ### Query Core Web Vitals with MCP _July 24, 2026 · Web Analytics Team · Web analytics_ The new [`query-web-vitals` MCP tool](https://posthog.com/docs/model-context-protocol/tools) returns Core Web Vitals path breakdowns with metric, percentile, and threshold options, without hand-rolling SQL. ### 22 new warehouse sources _July 24, 2026 · Warehouse Sources Team · Data warehouse_ Data Warehouse can now import data from 22 additional services, ready to join with the rest of your tables. - Microsoft Clarity - KnowBe4 - Lightdash - npm registry - Omni Analytics - RubyGems.org - Spot by Flexera - Telnyx - Eppo - Courier - BugHerd - Zylo - Trunk.io - FusionAuth - Dovetail - Descope - DebugBear - Cortex - CodeScene - CloudZero - Census - Ably ### Better saved ticket views _July 24, 2026 · Conversations Team · Uncategorized_ Saved ticket views are easier to identify, find, favorite, and use without losing your sort order: - Active-view indicator and clear control - Favorite views for quick access - Search views by name - Keep sorting when using a saved view ### More dashboard filter control _July 24, 2026 · Product Analytics Team · Product analytics_ [Product Analytics](https://posthog.com/docs/product-analytics) dashboards and individual tiles give you more control over how filters affect the data you see: - Dashboard-wide test-account filtering can be forced on or off, or inherited from each insight. - Individual tiles can ignore dashboard filters entirely. - Tiles can override their own interval and breakdown. ### More reliable ticket imports _July 24, 2026 · Conversations Team · Uncategorized_ [Support](https://posthog.com/docs/support) preserves more of the customer message when tickets arrive by email or are imported from Zendesk: - Keep complete inbound email text - Preserve text in forwarded emails - Retain Zendesk comment text alongside images ### More Inbox data sources _July 24, 2026 · Self-Driving Team · Uncategorized_ Self-driving Inbox can now turn records from 32 additional sources into actionable signals, including support desks, issue trackers, error tools, security scanners, feedback tools, reviews, Intercom, and HubSpot. Setup also uses a shared OAuth flow instead of provider-specific forms. - Self-driving Inbox signal emitters for 30 warehouse sources - Inbox source picker for 30 warehouse-backed sources - Generic OAuth setup for Inbox sources - Intercom and HubSpot Inbox signal emitters - Intercom and HubSpot Inbox connection UI ### Health checks in Inbox _July 24, 2026 · Self-Driving Team · Uncategorized_ Instrumentation health issues – such as missing events, outdated SDKs, ingestion warnings, and broken warehouse models – can now surface in [Self-driving](https://posthog.com/docs/self-driving) Inbox. Enable the source from the Agents roster and handle them alongside other signals. - Health-check issues as Inbox signals - Health checks card in the Agents roster ### Clearer Replay Vision alerts _July 24, 2026 · Replay Team · Session replay_ [Replay Vision](https://posthog.com/docs/replay-vision) alert creation and history are easier to understand, so it is clearer what fired, when it recovered, and how to configure notifications: - Alert history records recoveries with threshold and duration details - Alert messages lead with the alert name and link to the run - Separate creation flows distinguish summaries from alerts - Conditions separate matching criteria from notification timing ### SDK bootstrap support _July 24, 2026 · Client Libraries Team · SDKs_ Bootstrap identity and feature flag state across Android and Flutter SDKs, so early events and flag reads can use known values before the first flag request. - Android core bootstrap configuration - Android package release support - Flutter bootstrap configuration ### Bing Ads connector is available for Data Warehouse _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Bing Ads in Data Warehouse is now marked as generally available instead of beta. Nothing else changed, so the connector still does the same thing, just with a less tentative label. ### AirOps is now available as a Data Warehouse source for syncing app execution telemetry _July 17, 2026 · Managed Warehouse Team · Data warehouse_ AirOps now shows up as a Data Warehouse source, so you can connect a workspace API key and sync your apps plus execution telemetry like status, inputs, output, credits used, runtime, and feedback. It runs as full refresh only, because AirOps doesn’t give us a clean timestamp filter and the executions like to keep changing after they’re born. ### PyPI is now available as a data warehouse source _July 17, 2026 · Managed Warehouse Team · Data warehouse_ PyPI is now a Data warehouse source, so you can pull package metadata, release files, and known vulnerabilities for the Python packages you care about. It uses the public JSON API, so there’s no setup beyond entering package names, and every sync runs as a full refresh since PyPI doesn’t give us a “changed since” filter. ### Kernel can now sync into the data warehouse to merge agent activity with product data _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Kernel can now sync into the Data Warehouse, pulling in apps, deployments, invocations, browsers, and profiles so you can join agent activity with your product data. It ships as a full-refresh source for now, because we couldn’t verify Kernel’s `since` filter without a live key, so incremental gets to stay in the queue for once. ### You can now import Storage by Zapier into Data Warehouse using a full-refresh source _July 17, 2026 · Managed Warehouse Team · Data warehouse_ You can now pull a Storage by Zapier store into Data Warehouse as a full-refresh source: it fetches the whole key/value store with a secret and turns it into one row per key. The source is alpha, uses a single required secret, and stops on bad auth instead of retrying forever like a very committed raccoon. ### Replicate is now available as a Data Warehouse source for syncing your data into PostHog _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Replicate is now wired up as a Data Warehouse source, so you can sync predictions, trainings, deployments, models, hardware, and account data into PostHog. Predictions sync incrementally off `created_at`; the rest do full refresh, because the API apparently enjoyed keeping the nice filter to itself. ### Cal.com booking sync API limit improvements _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Cal.com bookings sync now stays under the API’s 100-item page limit, so it stops tripping over a 400 on the first request. Webhooks keep their 250-item page size, because apparently one endpoint’s ceiling is another endpoint’s bad idea. ### Browserbase alpha source now syncs sessions and projects into the data warehouse _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Browserbase can now sync its `sessions` and `projects` into the Data Warehouse, using full refresh since the API doesn’t offer a real incremental path. It ships as an alpha, visible source with the Browserbase key passed in as `X-BB-API-Key`, so you can pull browser automation data in without the stub doing nothing anymore. ### Sync Google PageSpeed Insights results from URLs into Data Warehouse _July 17, 2026 · Managed Warehouse Team · Data warehouse_ You can now sync Google PageSpeed Insights scores into Data Warehouse from a list of URLs, with separate desktop and mobile tables. It pulls the Lighthouse report plus core scores like performance, accessibility, best practices, and SEO, and keeps appending results over time so you can watch your pages get judged repeatedly. ### Data Warehouse source for Twelve Labs is now available for indexing, tasks, and videos _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Twelve Labs now has a working Data Warehouse source, so you can pull in indexes, tasks, and videos instead of staring at an empty stub. Indexes and tasks sync incrementally, while videos fan out per index and stay full refresh only for now, because the API decided that was the least annoying option. ### Healthchecks.io can now be used as a Data Warehouse source _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Healthchecks.io is now available as a Data Warehouse source, so you can pull in checks, notification channels, status-change history, and recent ping logs. Flips sync incrementally; the rest do a full refresh, because the API apparently enjoys keeping us humble. ### You can now connect Hatchet as a Data Warehouse source _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Hatchet can now be connected as a Data Warehouse source, pulling workflow runs, task runs, events, and event keys into PostHog. It uses the Hatchet API token to figure out your tenant and server URL, with optional host and tenant overrides if you’re self-hosting or the token won’t play nice. ### Windmill job history and workspace data now sync into the data warehouse _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Windmill now syncs into Data Warehouse, pulling job history and workspace tables like scripts, flows, apps, schedules, resources, users, and audit logs. Completed jobs can sync incrementally; everything else gets a full refresh, because not every API wants to make our lives easy. ### Metorial is now supported as a data warehouse source in PostHog _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Metorial is now a Data warehouse source, so you can pull sessions, messages, tool calls, provider runs, deployments, and error telemetry into PostHog. It syncs incrementally, keeps going after interruptions, and leaves `providers` off by default because apparently even catalogs need a little self-control. ### Firecrawl data is now synced into Data Warehouse for account and crawl metrics _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Firecrawl is now wired into Data Warehouse, so you can sync account activity, credit and token usage, active crawls, monitors, and monitor checks into PostHog. It runs full refresh only, because Firecrawl doesn’t give us an “updated since” filter, which is rude but consistent. ### You can now connect Trigger.dev as a Data Warehouse source and sync runs incrementally _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Trigger.dev can now be connected as a Data Warehouse source, pulling in task runs, schedules, and queues. Runs sync incrementally with a short lookback so late updates get picked up, and self-hosted instances can point the connector at their own API URL. ### Scaleway import is now available in the data warehouse for IAM and audit trail data _July 17, 2026 · Managed Warehouse Team · Data warehouse_ You can now import Scaleway into the Data warehouse to pull IAM, billing, account, instance, and audit trail data into PostHog alongside the rest of your stuff. It handles Scaleway’s weird little pagination flavors and region/zone fan-out, but ships as full refresh only for now, because incremental support would have been asking for trouble without live credentials. ### Billing data now imports into the data warehouse behind an alpha gate _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Alguna billing data now syncs into Data warehouse as eight full-refresh tables: customers, invoices, subscriptions, payments, refunds, plans, products, and billable metrics. It’s still tucked behind an alpha gate, because no live account was available to fully bully-test it. ### You can now import Maxio Advanced Billing data into Data warehouse _July 17, 2026 · Managed Warehouse Team · Data warehouse_ You can now pull Maxio Advanced Billing data into Data warehouse, including customers, subscriptions, invoices, products, coupons, components, payment profiles, events, and credit notes. It supports US and EU sites, with incremental sync where the API actually behaves itself and full refresh everywhere else. ### Linode data warehouse source is now available in PostHog _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Linode now has a working Data warehouse source, so you can pull account, billing, and infrastructure data like linodes, volumes, domains, users, invoices, payments, and audit events into PostHog instead of staring at the Cloud Manager tab like it’s helping. Events sync incrementally from the last 90 days, invoices update by date, and the rest do full refreshes because apparently not every API wants to be convenient. ### Data Warehouse now supports incremental imports from Writesonic GEO analytics _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Data Warehouse can now pull Writesonic GEO analytics into your warehouse, including daily performance exports and config tables for topics, platforms, websites, and prompts. It syncs incrementally by day, resumes mid-run without skipping data, and uses the usual auth, retries, and error handling so it mostly just gets on with it. ### ElevenLabs now syncs real usage data into the data warehouse with incremental, resumable imports _July 17, 2026 · Managed Warehouse Team · Data warehouse_ ElevenLabs now syncs real data into Data Warehouse instead of sitting there looking decorative. You can pull in speech generation history, conversations, agents, voices, and models, with incremental sync where the API supports it and resumable pagination so interrupted runs can pick up where they left off. ### Direct-query support for Redshift is now available _July 17, 2026 · Managed Warehouse Team · Data warehouse_ You can now run direct query against Redshift instead of importing it first, using the same setup you already had for Postgres, MySQL, and Snowflake. The Redshift printer keeps the shared Postgres-ish SQL surface, but blocks the bits Redshift can’t handle so the query fails loudly instead of pretending everything is fine. ### Claude usage and cost data now sync into the data warehouse _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Anthropic can now sync Claude usage, cost reports, org members, workspaces, invites, and API keys into the Data warehouse. The daily usage and cost tables run incrementally with a one-day lookback, so your LLM spend doesn’t get lost in the usual API paperwork. ### You can now import ChartHop data into your data warehouse _July 17, 2026 · Managed Warehouse Team · Data warehouse_ You can now import ChartHop into Data Warehouse, pulling in people, org chart, compensation changes, and a few related lookup tables. `changes` syncs incrementally, while the snapshot-style endpoints do a full refresh because ChartHop makes that part awkward. ### Cursor team data now syncs into the data warehouse _July 17, 2026 · Managed Warehouse Team · Data warehouse_ You can now sync Cursor team data into the Data warehouse: members, daily usage, usage events, and current-cycle spend. The connector handles Cursor’s weird little POST-based pagination, rate limits, and incremental backfills so it doesn’t immediately fall over like the rest of us. ### GitHub warehouse sources sync pull request reviews _July 17, 2026 · Managed Warehouse Team · Data warehouse_ GitHub warehouse sources now sync pull request reviews, so you can build review metrics like reviews per PR, time to first review, and approval latency. It uses the `pull_request_review` webhook as the source of truth, with polling only re-fanning recent PRs instead of doing a full historical crawl. ### RevenueCat available in Data Warehouse _July 17, 2026 · Managed Warehouse Team · Data warehouse_ RevenueCat is now generally available in Data Warehouse, so you can connect it without the beta rollout gate. Nothing about the connector changed under the hood - this is just a status bump from beta to GA. ### Sync Metorial observability data _July 17, 2026 · Managed Warehouse Team · Data warehouse_ You can now pull Metorial MCP observability data into PostHog, including sessions, messages, tool calls, errors, provider runs, deployments, and providers. The sync is resumable and incremental where Metorial supports it, so interrupted backfills don’t have to start from page one. ### Decagon conversation data available in Data Warehouse _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Decagon now syncs into Data warehouse, pulling conversation history, CSAT ratings, tags, and metadata through a single `conversations` stream. It runs as a full refresh, remembers its cursor so long backfills can resume, and throttles itself to Decagon’s 1 request per second limit so it doesn’t get itself banned for enthusiasm. ### Sync Anthropic usage into Data Warehouse _July 17, 2026 · Managed Warehouse Team · Data warehouse_ Anthropic now syncs into Data Warehouse, pulling Claude usage, cost, and org admin data so you can poke at spend and token usage next to the rest of your stuff. The reports sync incrementally, the admin tables full refresh, and the whole thing is wired up with resumable pagination so it can crash and keep going like a well-behaved gremlin. ### Sentiment evaluations are now included in AI Observability _July 16, 2026 · AI Observability Team · AI observability_ Sentiment evaluations now show up in AI Observability evaluation reports, with positive, neutral, and negative distributions. ### Prompt management labels have a movable production pointer _July 16, 2026 · AI Observability Team · AI observability_ Prompt labels now give you a movable pointer like `production` for a prompt version, so you can promote or roll back without changing code. ### Talk to agents in Inbox reports _July 16, 2026 · Self-Driving Team · Uncategorized_ The inbox report detail pane now has a Discuss button instead of Feedback, so you can actually talk back to the agent that made the report or opened the PR. Hitting it starts or reuses a discussion task right in PostHog, and the old thumbs up/down feedback dialog and its analytics bits are gone. ### Signals surface Product Analytics anomaly investigations _July 16, 2026 · Self-Driving Team · Product analytics_ Signals can now surface Product analytics anomaly investigations in the inbox. When an insight alert triggers and the investigation agent runs, you get a dedicated signal card with the report, links back to the insight, investigation, and alert, plus a per-team enable/disable setting so it can be turned on without much ceremony. ### Read and manage account relationship with the MCP _July 16, 2026 · Self-Driving Team · PostHog AI_ [Customer Analytics](https://posthog.com/docs/customer-analytics) MCP tools now let you read and manage account relationship definitions and assignments: list, create, update, destroy, assign, and end. Assign works like an upsert, and ending a relationship keeps the history around. ### Java and Kotlin support for SDK Health _July 16, 2026 · Growth Team · SDKs_ SDK Health now recognizes both the legacy `posthog-java` and current `posthog-server` SDKs. Similarly it now correctly detects `posthog-kmp` (Kotlin). ### Auto-refund Signal PR changes _July 16, 2026 · Self-Driving Team · Uncategorized_ You can now refund a Signals PR charge from the report, and PostHog will either drop it from usage if it happened the same UTC day or issue a credit later in the billing period. Reports coming from PostHog-owned system checks are also marked billing-exempt up front, so they never get charged in the first place. ### Add before send callback to .NET SDK _July 10, 2026 · Client Libraries Team · Uncategorized_ The .NET SDK now supports a `BeforeSend` callback via `PostHogOptions`. Set it to inspect, modify, or drop events before they're uploaded. `BeforeSend` runs after full event enrichment (super properties, groups, feature flags), so you have the complete picture. Return `null` to drop the event entirely. ### Track conversions as a metric in workflows _July 10, 2026 · Workflows Team · Workflows_ [Workflows](https://posthog.com/docs/workflows) now track conversions as a metric in the **Metrics** tab. You get a Converted count card, a trend line, and a Conversion rate card (conversions ÷ started, capped at 100%) so you can finally see how many people actually hit your conversion goal. ### Add before_send callback to PHP SDK _July 10, 2026 · Client Libraries Team · Uncategorized_ The PostHog PHP SDK now supports a `before_send` callback. Pass it as a client option to inspect or modify the fully enriched event payload before it's queued. You can also use it to drop events by setting the event to `null`. ### Add getAllFeatureFlags() to read all loaded flags _July 10, 2026 · Feature Flags Team · Feature flags_ [Feature Flags](https://posthog.com/docs/feature-flags) now exposes `getAllFeatureFlags()` in JavaScript Web and React Native SDKs. It returns all currently loaded flags as structured results – key, enabled state, variant, and payload – without triggering a network request or `$feature_flag_called` events, so it's safe to use freely in debug panels or log enrichment. Mobile SDKs already had this; the JS SDKs are now at parity. ### Notebooks now support quote-aware editing _July 10, 2026 · Platform Features Team · Uncategorized_ You can mix quotes with headings and lists in [Notebooks](https://posthog.com/docs/notebooks). ### Hogflow subscription matcher consumer _July 6, 2026 · Workflows Team · Workflows_ [Workflows](https://posthog.com/docs/workflows) now has a subscription matcher consumer that wakes parked hogflow jobs when a matching event arrives. It looks up jobs waiting on a `wait_until_condition` or events-based conversion goal by `distinct_id` or `person_id`, evaluates incoming events against each candidate's filter, and reschedules matching jobs – with teams that have no waiting conditions paying zero extra Postgres queries. ### Sortable columns in tracing span list _July 6, 2026 · Data Modeling Team · Apps_ The span list in [Distributed Tracing](https://posthog.com/docs/distributed-tracing) now has clickable sort controls on the Timestamp and Duration column headers. Click a header to sort by that column, click again to flip direction. The active sort is shown with a directional arrow and persisted in the URL. ### Python SDK for MCP analytics _July 6, 2026 · AI Observability Team · Apps_ `posthog.mcp` brings [MCP Analytics](https://posthog.com/docs/mcp-analytics) to Python – previously the `@posthog/mcp` package was TypeScript-only, leaving Python MCP servers out in the cold. Install with `pip install posthog[mcp]` and call `instrument(server, posthog_client)` once; works with FastMCP, the official low-level `Server`, and jlowin's FastMCP 2.0. ### Sentiment analysis evals added to Evaluations _July 6, 2026 · AI Observability Team · Uncategorized_ [Evaluations](https://posthog.com/docs/ai-evals#sentiment-analysis-evaluations) now support sentiment analysis. It runs locally using the `cardiffnlp` model on user messages. This uses traditional sentiment analysis, which means they're very cheap 😉 ### Event-based waiting in workflows _July 6, 2026 · Workflows Team · Workflows_ [Workflows](https://posthog.com/docs/workflows) wait steps can now wait to advance on future events, not just property conditions. Configure an "Events to wait for" list on any wait step will move the workflow forward on a matching event. ### Workflows email engagement events _July 6, 2026 · Workflows Team · Workflows_ [Workflows](https://posthog.com/docs/workflows) now emits email engagement events – `$workflows_email_sent`, `$workflows_email_delivered`, `$workflows_email_opened`, `$workflows_email_link_clicked`, `$workflows_email_bounced`, `$workflows_email_blocked`, and `$workflows_email_failed`. Use them to track and build dashboards on your workflow emails. Each event includes `$workflow_id`, `$workflow_action_id`, `$email_to`, and `$email_subject` to tie it back to the exact email step and recipient. ### Microsoft Teams as an insight alert destination _July 6, 2026 · PostHog Desktop Team · Product analytics_ [Product Analytics](https://posthog.com/docs/product-analytics) insight alerts can now notify Microsoft Teams directly. Just paste your incoming webhook or Power Automate workflow URL – no OAuth or extra integration required. ### Exception capture enabled by default in @posthog/next _July 6, 2026 · Client Libraries Team · Error tracking_ [Error Tracking](https://posthog.com/docs/error-tracking) now works out of the box for Next.js apps using `@posthog/next`. - Browser-side exception capture is enabled by default. - New `onRequestError` / `createOnRequestError` helpers cover server-side request errors from Next.js instrumentation. - Server errors capture path-only `$pathname` values, so query strings and fragments stay out of your event properties. ### Capture $device_model on Android Chromium _July 6, 2026 · Client Libraries Team · People & properties_ The browser SDK now captures `$device_model` on Android Chromium via the `User-Agent Client Hints` API, bringing it in line with the native iOS and Android SDKs that already send this property. The value is resolved once at init and registered as a super-property – so it shows up automatically on subsequent events without touching the capture hot path. You can opt out with `disable_device_model: true`. ## June 2026 ### Self-driving _June 26, 2026 · Self-Driving Team · PostHog AI_ PostHog agents can detect problems in your product data, investigate, and deliver a fix. It's called [self-driving](https://posthog.com/docs/self-driving). How it works: - [Scouts](https://posthog.com/docs/self-driving/scouts) – scheduled agents that comb your product data, using connected tools like error tracking or product analytics - [Reports](https://posthog.com/docs/self-driving/reports) – findings are clustered and ranked by priority and delivered to your inbox or [Slack](https://posthog.com/docs/slack) with draft PRs - [Inbox](https://posthog.com/docs/self-driving/inbox) – where self-driving hands work back to you, with reports and PRs that ready to review Your first 3 PRs are free every month. Then it's $15/PR, with a default $150 billing limit. Scouts and reports are free. Run `npx @posthog/wizard self-driving` to get started. ### Console logs now link to person profiles _June 26, 2026 · Client Libraries Team · Uncategorized_ Auto-captured browser console.* logs now link to person profiles and run through logs.beforeSend, with a smaller bundle (OpenTelemetry removed). ### Workflow emails now emit events _June 26, 2026 · Workflows Team · Workflows_ [Workflow](https://posthog.com/docs/workflows) email activity (sent, delivered, opened, clicked, bounced, failed) is now captured as events on the recipient, so you can analyze deliverability and engagement and trigger follow-up workflows. Enable it per project in workflow settings. ### Workflows can now wait for an event _June 26, 2026 · Workflows Team · Workflows_ [Workflows](https://posthog.com/docs/workflows) can now respond to what people actually do, not just time delays. Wait for an event in Workflows. Add a **Wait until** step that holds each person until they trigger a chosen event (or a max wait elapses), then routes them down the matching branch. ### Automatic exception capture for Next.js SDK _June 26, 2026 · Client Libraries Team · Uncategorized_ Automatic server-side and client-side exception capture for Next.js apps using `@PostHog/next` ### Send insight alerts directly to Microsoft Teams _June 26, 2026 · Uncategorized_ Microsoft teams is now explicitly supported as a destination for insight alerts. ### "Recent logs" widget for dashboards _June 26, 2026 · Product analytics_ View real-time logs in your dashboards with widgets, so you can monitor a service without leaving the page. ### Capture $device_model on Android Chromium _June 26, 2026 · Client Libraries Team · Uncategorized_ The [JS web SDK](https://posthog.com/docs/libraries/js) now captures `$device_model` as a property when the browser exposes it. Works for Android Chromium users and can be opted out with `disableDeviceModel: true` ### getAllFeatureFlags() returns every loaded flag in one call _June 26, 2026 · Client Libraries Team · Uncategorized_ Get all of a user's currently loaded feature flags in one call, returned as a list where each flag includes its key, enabled state, variant, and payload. It reads the cached flags (no network request) and doesn't send a `$feature_flag_called` event, so it's safe for inspecting or listing flags — debug panels, support tools, or forwarding flags elsewhere — without affecting your experiment results. Available in the [JS web SDK](https://posthog.com/docs/libraries/js) ### Surveys for Android _June 22, 2026 · Client Libraries Team · Surveys_ We want to bring the same functionality to Android that we have for Web Surveys. If you have any feedback or specific feature requests, please comment on the linked GitHub issue. ### Logs for mobile _June 22, 2026 · Client Libraries Team · Uncategorized_ Capture logs from your mobile application directly in PostHog ### Send insights alerts to Discord _June 20, 2026 · Product Analytics Team · Uncategorized_ You can now send [Product Analytics](https://posthog.com/docs/product-analytics) insight alerts to Discord. Add an incoming webhook URL and you're done! No OAuth or integration setup required. ### Add before send hook to Go SDK _June 20, 2026 · Client Libraries Team · Uncategorized_ The [Go SDK](https://posthog.com/docs/libraries/go) now supports a `BeforeSend` hook via `Config.BeforeSend`. It runs after SDK enrichment and right before the event is sent, so you can inspect or modify the payload – or return nil to drop it entirely. ### Exception steps for Android error tracking _June 20, 2026 · Error Tracking Team · Error tracking_ The Android SDK now supports exception steps for [Error Tracking](https://github.com/docs/error-tracking). Call `PostHog.addExceptionStep("message", properties)` to record a rolling buffer of breadcrumb-style context that attaches to every `$exception` event as `$exception_steps`. The result: a timeline of activity leading up to each crash, so you know exactly what happened before things went sideways. Steps are buffered synchronously, so anything recorded right before a fatal crash gets captured too. ### Add beforeSend hook to web logs _June 20, 2026 · APM Team · Uncategorized_ [Logs](https://posthog.com/docs/logs) in the browser SDK now support a `logs.beforeSend` hook. Pass a function to inspect, redact, or drop log records before they leave the browser. Return `null` to drop a record, or return the log to let it through. ### Disable remote feature flags and update flags at runtime _June 20, 2026 · Feature Flags Team · Feature flags_ [Feature Flags](https://posthog.com/docs/feature-flags) in `posthog-react-native` and `posthog-js-lite` now support two new runtime options: - `disableRemoteFeatureFlags` – stops the SDK from fetching flags from the server, so `identify()`, `group()`, and `reset()` no longer trigger `/flags` calls. - `updateFlags(flags, payloads?)` – push locally evaluated flag values at runtime, no network request needed. ### Logs API for Flutter _June 16, 2026 · Client Libraries Team · Uncategorized_ [Logs](https://posthog.com/docs/logs) are now available in the Flutter SDK. Use `Posthog().captureLog(...)` or the `Posthog().logger` facade (`trace` through `fatal`) to ship structured logs from your Flutter app. They'll appear alongside your events and session replays, just like on iOS, Android, web, and React Native. Follow the [Flutter installation guide](https://posthog.com/docs/logs/installation/flutter) to get started. ### Show percentages on lifecycle series _June 16, 2026 · Product Analytics Team · Product analytics_ [Product Analytics](https://posthog.com/docs/product-analytics) lifecycle insights now have a **Show percentages on series** toggle. Enable it alongside **Show values on series** and each segment label displays both the absolute count and its share of that band: ### Opt-in back button for multi-question surveys _June 16, 2026 · Surveys Team · Surveys_ [Surveys](https://posthog.com/docs/surveys) now support an opt-in back button for multi-question and branching surveys for `posthog-js >= 1.386`. Enable it via `allowGoBack` in your survey appearance settings, and respondents can navigate back through the exact path they took – with their previous answers pre-filled. ### Issue-based rate limits for Error Tracking _June 16, 2026 · Error Tracking Team · Error tracking_ You can now apply a limit which will be applied to each issue individually automatically. No more exploding issues. ### Attach W3C trace context to Logs _June 16, 2026 · Client Libraries Team · Uncategorized_ You can now attach W3C trace context to your PostHog logs on Android, so logs can be correlated with a distributed trace. ### Person & group properties for feature flag evaluation in Flutter SDK _June 16, 2026 · Feature Flags Team · Feature flags_ The Flutter SDK now supports `setPersonPropertiesForFlags` and `setGroupPropertiesForFlags` (plus reset variants), matching our **iOS**, **Android**, and **JS** SDKs. Set a targeting property and it's sent inline with the next flag evaluation, so flags resolve to the correct value. ### Search and filter the alerts list _June 16, 2026 · Product Analytics Team · Product analytics_ The alerts list in [Product Analytics](https://posthog.com/docs/product-analytics) now has a search bar and a created-by filter. ### Native crash capture for React Native _June 12, 2026 · Error Tracking Team · Error tracking_ [Error Tracking](https://posthog.com/docs/error-tracking) in the React Native SDK now supports native crash capture for iOS and Android, not just JS-layer errors. Set `errorTracking.autocapture.nativeCrashes: true` and install `@posthog/react-native-plugin` to opt in. The Expo config plugin also gains an `uploadNativeSymbols` option to upload `dSYMs` and `R8` mapping files so those stack traces are actually readable. ### Person property helpers for posthog-node _June 12, 2026 · Client Libraries Team · People & properties_ The Node SDK now has `setPersonProperties()` and `unsetPersonProperties()` helpers, bringing it in line with the browser, core, and React Native SDKs. No more hand-crafting `$set` events just to unset a property. ### Correlated logs in the span inspector _June 12, 2026 · APM Team · Uncategorized_ The span inspector in the trace drawer now has a **Logs** tab, so you can see logs emitted by a specific span or the whole trace without leaving the trace view. An **Open in Logs** button deep-links into [Logs](https://posthog.com/docs/logs) pre-scoped to the same trace or span and time window when you need the full experience. ### Fix and explain errors in your AI agent _June 12, 2026 · Error Tracking Team · Error tracking_ You can now send the "Fix" and "Explain" action prompts directly to PostHog Code, Claude Code, Cursor, or Codex. You can still copy it manually if that's your thing. ### Email template authoring over MCP in workflows _June 12, 2026 · Workflows Team · Workflows_ [Workflows](https://posthog.com/docs/workflows) now supports creating and editing email templates over MCP. Templates are authored as design JSON and rendered server-side by Unlayer. Anything an AI agent generates opens as fully editable blocks in the visual editor, not opaque HTML you can't touch. ### Default surveys UI for Android (Jetpack Compose) _June 12, 2026 · Surveys Team · Surveys_ Android apps no longer need a custom-built UI to display [Surveys](https://posthog.com/docs/surveys). The new `posthog-android-surveys-compose` module provides a ready-made Jetpack Compose UI. Use it by adding the dependency and setting `surveys = true`. The core SDK picks it up automatically. It supports open text, single and multiple choice, NPS, emoji ratings, link questions, and server-driven multi-question branching, with full theming via `PostHogDisplaySurveyAppearance`. You can find instructions in the updated [Android Surveys installation docs](https://posthog.com/docs/surveys/installation/android#add-the-surveys-ui-module) ### PostHog Wizard supports Error Tracking source maps _June 5, 2026 · Error Tracking Team · Error tracking_ You're a wizard, [Error Tracking](https://posthog.com/docs/error-tracking). Source maps for JS-based frameworks are now part of the [PostHog Wizard](https://posthog.com/docs/ai-engineering/ai-wizard) giving you a one-shot setup for OAuth, secure API key storage, and full build pipeline wiring. ### Subscriptions available on free tier _June 5, 2026 · Product Analytics Team · Product analytics_ [Insight and dashboard subscriptions](https://posthog.com/docs/product-analytics/subscriptions) are now available on the free tier. Paid plans get unlimited subscriptions. ### Search symbol sets by ref, release, and commit _June 5, 2026 · Error Tracking Team · Error tracking_ The [Error Tracking](https://posthog.com/docs/error-tracking) symbol sets page now has a search box. Filter server-side by reference, release version, project, or commit SHA – no more paginating through the full list to find one set. ### Path cleaning for funnel breakdowns _June 5, 2026 · Product Analytics Team · Product analytics_ [Product Analytics](https://posthog.com/docs/product-analytics) funnels now respect path cleaning rules when breaking down by event properties. Consistency: achieved. ### MCP tools for Workflows _June 5, 2026 · Workflows Team · Workflows_ Let your agents handle it. [Workflows](https://posthog.com/docs/workflows) are now available through PostHog MCP, so agents can create drafts, test, update, enable, disable, and archive workflows directly. ### Batch workflow MCP tools _June 5, 2026 · Workflows Team · Workflows_ [Workflows](https://posthog.com/docs/workflows) now has three MCP tools for batch operations: `workflows-blast-radius` to size the audience before you do anything regrettable, `workflows-run-batch` to run a one-off broadcast, and `workflows-schedule-create` for recurring RRULE schedules. The blast-radius count is recomputed server-side on every run and rejected if the audience has drifted, so agents can't accidentally broadcast to everyone. ### MCP trends line chart now uses shared web UI view _June 5, 2026 · PostHog AI_ The [PostHog AI](https://posthog.com/docs/posthog-ai) MCP query-results app now renders trends line charts using the same shared view as the web UI. The shared transforms were neutralized to remove runtime dependencies so both the web frontend and the MCP bundle can import them cleanly. ### Per-team rate limits for Error Tracking _June 5, 2026 · Error Tracking Team · Error tracking_ [Error Tracking](https://posthog.com/docs/error-tracking) now respects per-project rate limit settings during ingestion. Teams can configure their own token bucket parameters (`project_rate_limit_value` and `project_rate_limit_bucket_size_minutes`), which the ingestion pipeline now reads and applies – falling back to environment defaults when none are set. ### PostHog Slack app in Beta _June 5, 2026 · PostHog Desktop Team · PostHog AI_ Mention `@PostHog` in any Slack channel and the [PostHog Slack app](https://posthog.com/docs/slack-app) will answer questions about your product data, plan and code features, run your checks, and open a draft PR. It's the same agent behind PostHog AI and PostHog Code, just summoned from where your team already works. ### Endpoints is now generally available _June 1, 2026 · Data Modeling Team · Endpoints_ Stop building (and maintaining) your own backend for customer-facing analytics. Turn any saved insight or SQL query into a fast, versioned, authenticated API using Endpoints. Hit it from your product, a dashboard, an internal tool, or an LLM. Endpoints offer... * Materialized queries on a configurable schedule * Configurable cache TTL per endpoint * Versioned, pin a query snapshot so upstream edits don't break * 2,400 req/hr default rate limit * Parameterized queries for per-user / per-tenant safety Try it fully featured for free until our new Managed Warehouse launches in beta, [join the waitlist](https://posthog.com/data-stack/managed-warehouse) to be the first to know about it. [Try Endpoints →](https://us.posthog.com/project/2/endpoints) [Read the docs →](https://posthog.com/docs/endpoints) [Tutorials →](https://posthog.com/tutorials/embedded-analytics) ## May 2026 ### Add request context support to posthog-server _May 28, 2026 · Client Libraries Team · Uncategorized_ Adds request-scoped context to the server-side JVM SDK so that backend events, exceptions, and feature flag evaluations can automatically link to the same frontend user/session. Under the hood, the `sessionId` and `distinctId` are automatically parsed from the request and used to link events to frontend sessions. ### Linux support for PostHog Code _May 28, 2026 · PostHog Desktop Team · Uncategorized_ You can now use PostHog Code on Linux x64 and arm64. You can find the Linux packages in the [latest releases](https://github.com/PostHog/code/releases/latest). ### Winsorization for ratio metrics in Experiments _May 28, 2026 · Experiments Team · Experiments_ [Experiments](https://posthog.com/docs/experiments) now supports [winsorization](https://en.wikipedia.org/wiki/Winsorizing) to reduce the effects of outliers for ratio metrics. The numerator and denominator are capped independently, each with its own percentile bounds, so your delta-method variance stays consistent with the capped point estimate. ### Test feature flag evaluation _May 28, 2026 · Feature Flags Team · Feature flags_ [Feature Flags](https://posthog.com/docs/feature-flags) now has a dedicated testing tab where you can enter a person or distinct ID and see real-time evaluation results with a full condition breakdown – including which conditions win, which don't, and why. ### Event ingestion filtering _May 28, 2026 · Ingestion Team · Events & actions_ You can now configure event filters that drop unwanted events at ingestion time, before they ever hit your data. You can configure them in [Event ingestion filtering](https://app.posthog.com/data-management/event-filtering) to build filter rules using a boolean expression tree, test them against live cases with pass/fail feedback, and roll out in disabled, dry-run, or live mode. ### Flutter SDK now supports Session replay minimum duration _May 28, 2026 · Replay Team · Session replay_ [Session Replay](https://posthog.com/docs/session-replay) minimum duration is now supported in the Flutter SDK (5.24.3+), joining Web (posthog-js 1.291.0+), iOS (3.53.0+), and Android (3.44.0+). You can configure minimum duration under [Settings > Session replay> Recording conditions](https://app.posthog.com/settings/project-replay#replay-triggers). ### Custom axis labels for trends charts _May 28, 2026 · Product Analytics Team · Product analytics_ [Product Analytics](https://posthog.com/docs/product-analytics) trends line and bar charts now support custom X-axis and Y-axis labels. Set them in the chart's **Options**. Long labels are automatically truncated so they don't clip the chart. Image ### Logs capture for Android SDK _May 28, 2026 · APM Team · Uncategorized_ The Android SDK now ships a `posthog.logger` API, bringing [Logs](https://posthog.com/docs/logs) capture to Android. It supports batching, offline persistence, redaction via `beforeSend` hooks, and a rate cap. Enable it like this: ```kt val config = PostHogAndroidConfig( apiKey = "", host = "", ).apply { logs.serviceName = "my-app" // OTLP service.name – shown in the Logs UI logs.environment = "production" // OTLP deployment.environment logs.serviceVersion = "1.2.3" // OTLP service.version } ``` And log like this: ```kt // Per-level convenience methods PostHog.logger.info("checkout completed", mapOf("order_id" to "ord_789", "amount_cents" to 4999)) PostHog.logger.warn("payment retry", mapOf("attempt" to 2)) PostHog.logger.error("payment failed", mapOf("code" to "E001")) // Generic entry point for a runtime severity (e.g. mapping a Timber priority) PostHog.logger.log("rendered cart", severity = PostHogLogSeverity.DEBUG) ``` [More in the Logs docs](https://posthog.com/docs/logs/installation/android). ### Auto-attach screen name in iOS SDK _May 28, 2026 · Client Libraries Team · Events & actions_ `$screen_name` is now automatically attached to every event captured on the iOS Swift SDK after a `PostHog.screen()`call (manually or via `captureScreenViews`). Previously only `$screen` events carried it, which made filtering exceptions, identifies, autocaptured taps, and custom events by screen frustrating ### Auto-attach screen name to all events on Android _May 28, 2026 · Client Libraries Team · Session replay_ `$screen_name` is now automatically attached to every event captured on the Android SDK after a `PostHog.screen()` call (manually or via `captureScreenViews`). Previously only `$screen` events carried it, which made filtering exceptions, identifies, autocaptured taps, and custom events by screen frustrating ### Per-pipeline notification settings for data pipeline errors _May 28, 2026 · PostHog Desktop Team · Uncategorized_ You can now mute error notifications for individual data pipelines destinations, transformations, [Batch Exports](https://posthog.com/docs/cdp/batch-exports), and legacy plugin destinations. Find the controls in your [notification settings](https://us.posthog.com/project/2/settings/user-notifications#notifications). ### Configurable default MDE for experiments _May 21, 2026 · Experiments Team · Experiments_ [Experiments](https://posthog.com/docs/experiments) now supports an organization-level default minimum detectable effect (MDE). Set it once in Experiments Settings and every new experiment inherits it, no more re-entering a stricter threshold each time. ### Cohort edit history and activity log _May 15, 2026 · Feature Flags Team · People & properties_ Cohorts now have an activity log. On any saved cohort, a **History** section shows what changed, who changed it, and when. Track field updates, manual person additions and removals, and creation or deletion events. ### Survey translations support for iOS SDK _May 15, 2026 · Surveys Team · Surveys_ [Surveys](https://posthog.com/docs/surveys) in the iOS SDK now support per-language translations. The SDK resolves the display language from an init override, a person property, or the device locale – applies the matching translation to all user-visible strings, and stamps `$survey_language` on every survey event when a translation is active. ### Render Markdown pasted into notebooks _May 15, 2026 · Platform Features Team · Uncategorized_ Pasting Markdown into a notebook now renders it properly instead of dropping it in as a wall of plain text. Headings, lists, blockquotes, tables, and code blocks are all detected and parsed. No more converting everything by hand with slash commands. ### pganalyze as a signal source _May 15, 2026 · Self-Driving Team · Uncategorized_ pganalyze is now a signal source. Actionable Postgres findings – missing indexes, vacuum lag, schema problems – get routed into the same signals grouping and report pipeline alongside your customer-facing sources like Zendesk, Linear, and GitHub. ### File download batch export API _May 15, 2026 · Batch Exports Team · CDP_ [Batch Exports](https://posthog.com/docs/cdp/batch-exports) now has a dedicated API for programmatic file downloads on demand. Three new endpoints let you create a run, check its status, and download the resulting file – without needing to set up a recurring batch export or a destination. ### Survey translations support for Android SDK _May 15, 2026 · Surveys Team · Surveys_ [Surveys](https://posthog.com/docs/surveys) in the Android SDK now support translations. You can provide per-language overrides for all user-visible strings via a `translations` map, and the SDK will resolve the right language at display time – checking an init override first, then the person's `language` property, then the device locale. A `$survey_language` property is stamped on all survey events when a translation takes effect. ### Error Tracking queries are much faster and use way less memory _May 15, 2026 · Error Tracking Team · Error tracking_ We’ve made Error Tracking queries significantly faster and more efficient for better performance across all volumes and time ranges. - **0–10k exceptions** → p50 24% faster, p95 20% faster - **10k–100k exceptions** → p50 20% faster, p95 12% faster - **100k–1M exceptions** → p50 26% faster, p95 30% faster - **10M+ exceptions** → p50 26% faster, p95 38% faster ### Test feature flag evaluation with MCP _May 15, 2026 · Feature Flags Team · Feature flags_ A new `feature-flags-test-evaluation-create` MCP tool lets you test [Feature Flags](https://posthog.com/docs/feature-flags) evaluation against specific users directly from a coding agent, with detailed condition analysis so you can see exactly why a flag resolves the way it does. ### GitHub issues as a support channel _May 8, 2026 · Conversations Team · Uncategorized_ You can now connect GitHub as a [Support](https://posthog.com/docs/support) channel and reply to issues directly from PostHog. ### SQL editor tab for Logs _May 8, 2026 · APM Team · Uncategorized_ [Logs](https://posthog.com/docs/logs) now has a SQL tab that drops you into a HogQL editor pre-filled with `SELECT * FROM logs LIMIT 10`. Run custom queries against your log data without leaving the scene. ### Experiment notebook node refresh _May 8, 2026 · Experiments Team · Experiments_ The [Experiments](https://posthog.com/docs/experiments) notebook node now shows exposures with a sparkline, metric results, significance status, and winning variant summary. Your notebook just got an upgrade! ### Log capture for React Native _May 8, 2026 · Client Libraries Team · Uncategorized_ The React Native SDK now supports first-party [Log](https://posthog.com/docs/logs) capture. You can send structured records with `posthog.captureLog()` or the `posthog.logger.{trace,debug,info,warn,error,fatal}()` convenience methods – logs are buffered, rate-capped, and flushed in gzipped batches to `/i/v1/logs`. ### Rage click support in the iOS SDK _May 8, 2026 · Client Libraries Team · Session replay_ [Session Replay](https://posthog.com/docs/session-replay) now detects rage clicks on iOS and macCatalyst. Upgrade to 3.55.0+ to start capturing furious taps from your users. ### Minimum session replay duration in the iOS SDK _May 8, 2026 · Client Libraries Team · Session replay_ [Session Replay](https://posthog.com/docs/session-replay) on iOS now supports a minimum recording duration, so short sessions that aren't worth your time don't end up cluttering your replays. ### Survey popup delay support in the iOS SDK _May 8, 2026 · Client Libraries Team · Surveys_ The iOS SDK now supports configuring a delay before a [Surveys](https://posthog.com/docs/surveys) popup appears. Available in 3.54.0+. ### Minimum session replay duration on Android _May 8, 2026 · Client Libraries Team · Session replay_ The Android SDK now supports a minimum recording duration for [Session Replay](https://posthog.com/docs/session-replay), so short sessions that aren't worth your time get filtered out before they ever hit your quota. ### Partial person splitting _May 4, 2026 · Customer Analytics Team · People & properties_ The split person modal now lets you extract specific distinct IDs from a merged profile instead of blowing the whole thing apart. Useful when a handful of IDs got accidentally merged into one mega person and the rest should stay together. ### SDK Doctor available as MCP tool _May 4, 2026 · PostHog AI_ SDK Doctor is now accessible as an MCP tool. Agents can call `sdk-doctor-get` (scoped to `project:read`) and get back a full SDK health report, including outdatedness status, banner copy, and drill-in query links, without touching the UI. Learn more in the [MCP docs](https://posthog.com/docs/model-context-protocol). ### Link your GitHub account in personal settings _May 4, 2026 · PostHog Desktop Team · Configuration_ You can now connect your GitHub account under [Settings → Personal integrations](https://app.posthog.com/settings/user-personal-integrations#personal-integrations). This lets PostHog hold server-side GitHub credentials for your account – needed for coding features like [PostHog Code](https://posthog.com/docs/posthog-ai) and Slack-triggered cloud runs. ### Together AI BYOK provider for LLM analytics _May 4, 2026 · AI Observability Team · AI observability_ Together AI is now supported as BYOKey for running evaluations or trying things out in the [LLM Analytics](https://app.posthog.com/llm-analytics/playground) playground. ### Filter logs attributes by value _May 4, 2026 · APM Team · Uncategorized_ Searching in the filter bar now matches attribute values, not just attribute names. This makes it much easier to search for values which you know are present somewhere without having to know the exact attribute name it belongs to. Image ### Resend source for data warehouse _May 4, 2026 · Warehouse Sources Team · Data warehouse_ Resend is now available as a beta source in the [Data Warehouse](https://posthog.com/docs/data-warehouse/sources/resend). Pull your audiences, broadcasts, domains, emails, and contacts into PostHog to analyze them alongside your product data. ### Azure OpenAI support in LLM analytics _May 4, 2026 · AI Observability Team · AI observability_ [LLM Analytics](https://posthog.com/docs/llm-analytics) now supports Azure OpenAI as a BYOK provider. Supply your Azure endpoint, API version, and key to use your deployed OpenAI models in the [playground](https://app.posthog.com/llm-analytics/playground) and as a judge in [evals](https://app.posthog.com/llm-analytics/evaluations). ### Create usage metrics from data warehouse tables _May 4, 2026 · Customer Analytics Team · Product analytics_ Enables creation of usage metrics directly from [Data Warehouse](https://posthog.com/docs/data-warehouse) tables, allowing customers to use all connected sources. [Learn more in the docs](https://posthog.com/docs/customer-analytics/create-usage-metrics) ### Slack and webhook alert delivery via MCP _May 4, 2026 · PostHog Desktop Team · PostHog AI_ [PostHog AI](https://posthog.com/docs/posthog-ai) agents now support Slack destinations when creating insight alerts through the PostHog MCP. ### Custom product context for session replay AI summaries _May 4, 2026 · Replay Team · Session replay_ [Session Replay](https://posthog.com/docs/session-replay) AI summaries now support custom product context – admins can add free-text context about their product, terminology, and intentional behaviors so summaries stop treating everything like it's generic software. Image ### Explicit MCP mode selection via header or query param _May 4, 2026 · PostHog AI_ The [PostHog AI](https://posthog.com/docs/posthog-ai) MCP server now accepts an `x-posthog-mcp-mode` header or `mode` query parameter to explicitly force either `tools` mode (individual PostHog tools) or `cli` mode (single exec-based tool) – overriding the auto-detection logic that previously had the final say. ### Failed reports now visible in inbox _May 4, 2026 · AI Observability Team · AI observability_ Sometimes PostHog Code reports fail to research due to system issues we're resolving. We now allow you to still see the un-researched reports with clear error messages on failure, so you can see where things stand, and never get the feeling that data disappears. Image ## April 2026 ### Multiple Slack channels for support ticket creation _April 23, 2026 · Conversations Team · Uncategorized_ [Support](https://posthog.com/docs/support) now lets you configure multiple Slack channels for ticket creation – previously you were stuck with just one. ### ClickHouse as a source for Data Warehouse _April 23, 2026 · Warehouse Sources Team · Data warehouse_ You can now connect [ClickHouse](https://posthog.com/docs/data-warehouse/sources/clickhouse) as a source in our [Data Warehouse](https://posthog.com/docs/data-warehouse). The import streams data in Arrow batches rather than buffering it, so multi-terabyte, multi-billion-row tables while keeping memory bounded. ### Pie charts in the SQL editor _April 23, 2026 · Data Tools Team · Data warehouse_ The SQL editor in PostHog now supports pie charts as a visualization option. ### Weekly web analytics summary via MCP _April 23, 2026 · Web Analytics Team · Web analytics_ [Web Analytics](https://posthog.com/docs/web-analytics) summary data is now accessible via [MCP](https://posthog.com/docs/model-context-protocol). You can query a weekly summary for traffic, top pages, and referrers data through any MCP-compliant AI agent or tool. ### Official PostHog VS Code extension _April 23, 2026 · Growth Team · Uncategorized_ The [PostHog VS Code extension](https://posthog.com/docs/vscode-extension) brings feature flags, experiments, event analytics, and session replay data directly into your editor. It works with JavaScript, TypeScript, Go and Ruby files (`.js`, `.jsx`, `.ts`, `.tsx`, `.go`, `.rb`). Install the extension from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=PostHog.posthog-vscode) or [VSX Marketplace](https://open-vsx.org/extension/posthog/posthog-vscode). ### Tailored notifications for Surveys _April 17, 2026 · Surveys Team · Surveys_ You can now set up tailored notifications for [Surveys](https://posthog.com/docs/surveys) to send completed responses straight to Slack, Discord, and other platforms. Responses come pre-filled so your team sees the answer in context. ### Schedule recurring Workflows _April 17, 2026 · Workflows Team · Workflows_ [Workflows](https://posthog.com/docs/workflows) can now run on a recurring schedule. Set any workflow to repeat daily, weekly, or monthly with timezone support, end conditions, and a preview of upcoming runs. Works with batch triggers that target by person, or a new schedule trigger for cron-style automation without one. Great for recurring reports, data hygiene jobs, and anything else you'd rather not babysit. ### Weekly email digest for Web Analytics _April 17, 2026 · Web Analytics Team · Web analytics_ Your [Web Analytics](https://posthog.com/docs/web-analytics) dashboard now comes to you. Opt in to the weekly digest for a summary of visitors, pageviews, top pages, and goal conversions - delivered straight to your inbox. Great for strategic business partners who want the numbers without opening PostHog, and for you on Monday morning before coffee kicks in. ### Snowflake ingestion timestamps _April 17, 2026 · Data Tools Team · CDP_ Snowflake batch exports in [CDP](https://posthog.com/docs/cdp) now support a `snowflake_ingested_timestamp` column, so you can tell when an event was loaded into Snowflake versus when it actually happened. Handy for debugging pipeline delays. To populate the column, add it to your destination table manually as a `TIMESTAMP`. ### Separate build numbers in the CLI _April 17, 2026 · Error Tracking Team · Error tracking_ When uploading source maps or debug symbols with the PostHog CLI, you can now pass `--build` alongside `--release-version` to track your build number separately from your app version. Both show up in the [Error Tracking](https://posthog.com/docs/error-tracking) UI, making it easier to pin down which build a stack trace came from. Works across `hermes`, `dsym`, `proguard`, and `sourcemap`. ### Ingest-time PII scrubbing for Logs _April 17, 2026 · APM Team · Uncategorized_ You can now enable automatic PII scrubbing for [Logs](https://posthog.com/docs/logs) at the project level. We redact common patterns before anything hits storage: emails, card-like number sequences, Bearer tokens, and sensitive-looking attribute keys all get replaced with `{{REDACTED}}`. It's lossy – no un-redacting later – so keep treating logs as sensitive. But it's one less thing to worry about leaking. ### Sync opt-outs to Customer.io _April 17, 2026 · Workflows Team · Workflows_ The Customer.io integration in [Workflows](https://posthog.com/docs/workflows) now syncs opt-out preferences in both directions: PostHog receives opt-out updates via a reporting webhook and sends preference changes back via the Track API. ### Pin properties anywhere in PostHog _April 10, 2026 · Platform Features Team · Configuration_ When searching through property filters, you can pin them for quicker access elsewhere in the future. Pinned properties will appear in the **Pinned** category. ### Customer journey _April 10, 2026 · Customer Analytics Team · Web analytics_ Customer journeys let you visualize how users move through key conversion steps in your product. They combine [funnels](https://posthog.com/docs/product-analytics/funnels) and [paths](https://posthog.com/docs/product-analytics/paths) into interactive flow graphs, so you can see both where users convert and what they do between steps. You can learn more [in the customer journeys docs](https://posthog.com/docs/customer-analytics/customer-journeys). ### Subscription improvements _April 10, 2026 · Product Analytics Team · Product analytics_ Subscriptions are difficult to understand, so we made these changes to make them clearer: - Next delivery date both in the overview and edit modal. - A "weekday" option so that you can schedule a subscription on a specific weekday of a month. - An option to manually trigger a subscription for testing. You can learn more in [the subscriptions docs](https://posthog.com/docs/product-analytics/subscriptions). ### Error Tracking for PHP _April 10, 2026 · Error Tracking Team · Error tracking_ The PostHog PHP SDK now supports both automatic and manual error tracking! ```php # Install composer require posthog/posthog-php # Initialize PostHog\PostHog::init( 'sTMFPsFhdP1Ssg', ['host' => 'https://us.i.posthog.com'] ); # Capture try { // Your code that might throw riskyOperation(); } catch (\Throwable $e) { PostHog\PostHog::captureException($e, 'user_distinct_id'); } ``` [Try error tracking for PHP](https://posthog.com/docs/error-tracking/installation/php) ### Multiple DAGs per project _April 10, 2026 · Data Modeling Team · Data warehouse_ Now you can create multiple directed acyclic graphs (DAGs) for your data modeling needs. This is great for semantic separation between your models: - Separation by product area, like finance, marketing, and analytics - Separation by environment, like dev, staging, and production ### Copy experiments across projects _April 10, 2026 · Experiments Team · Experiments_ You can now copy experiments across different projects in your organization. ### Manage subscriptions _April 10, 2026 · Product Analytics Team · Product analytics_ There’s now [a new subscriptions page](http://app.posthog.com/subscriptions) for you to manage all of your subscriptions from any insight or dashboard. ### Generate insight names and descriptions with AI _April 3, 2026 · Product Analytics Team · Product analytics_ Insights can now automatically generate names and descriptions with AI. Click the ✨ button to give it a try. ### History tab for batch exports _April 3, 2026 · Batch Exports Team · CDP_ [Batch Exports](https://posthog.com/docs/cdp/batch-exports) now have a **History** tab showing the full activity log. See exactly what changed and when, right from the batch export page. ### Copy SQL results to Markdown _April 3, 2026 · Data Tools Team · Data warehouse_ In [Data Warehouse](https://posthog.com/docs/data-warehouse), you can now copy query results from the SQL editor as Markdown. Handy for pasting tables into LLMs and agents. ### Recently used events and properties in insight filters _April 3, 2026 · Product Analytics Team · Product analytics_ Insights now have a **Recent** tab, so you can quickly reuse events and property filters without searching for them again. Recent property filters even restore the previously used value. Matching recent items also appear in **Suggested filters**. ### View folders in SQL editor _April 3, 2026 · Data Tools Team · Data warehouse_ You can now organize your saved views into folders in the SQL editor for [Data Warehouse](https://posthog.com/docs/data-warehouse). Keep things tidy as your view count grows. ### Manage insight alerts from dashboards _April 3, 2026 · Dashboards_ Dashboard insights now have a **Alerts** option in their menus. Jump straight to an insight's alerts and manage them without navigating away. ### Drag to select time ranges in Error Tracking _April 3, 2026 · Error Tracking Team · Error tracking_ Click and drag the timeline within an [Error Tracking](https://posthog.com/docs/error-tracking) issue to filter exceptions to a specific time range. Hovering shows the exact date as you move across the chart. ## March 2026 ### Saved views in Logs _March 27, 2026 · APM Team · Uncategorized_ Set up a filter in [Logs](https://posthog.com/docs/logs) once, save it, and it's there whenever you need it. Find saved views under the new **Saved views** button. ### Sub-1% rollout percentages _March 27, 2026 · Feature Flags Team · Feature flags_ Sometimes 1% is too many people. [Feature Flags](https://posthog.com/docs/feature-flags) now support decimal rollout percentages, so you can roll out to 0.5%, 0.1%, or wherever you want to start. ### Right-click to toggle series in trends _March 27, 2026 · Product Analytics Team · Product analytics_ Right-click any label in a [trends insight](https://posthog.com/docs/product-analytics/trends/overview) to isolate a series or toggle everything else off. Good for when your chart is a little too honest. ### CUPED variance reduction _March 27, 2026 · Experiments Team · Experiments_ [Experiments](https://posthog.com/docs/experiments) now supports CUPED - a statistical method that cuts experiment variance by 20–40%. Same data, sharper results. ### Source code context for Elixir error tracking _March 27, 2026 · Error Tracking Team · Error tracking_ Stack traces in [Elixir error tracking](https://posthog.com/docs/error-tracking/installation/elixir) now include source code context when enabled. There's also a new dedicated setup page to get started. ### Copy experiments across projects _March 27, 2026 · Experiments Team · Experiments_ Copy [Experiments](https://posthog.com/docs/experiments) and early access features between projects. Start from something that already works. ### Link existing PostHog project to Vercel _March 27, 2026 · Growth Team · Apps_ The [Vercel integration](https://posthog.com/docs/integrations/vercel-marketplace) now includes a project picker, so you can link an existing PostHog project and get feature flags and environment variables syncing properly. ### Pin your posthog-js snippet version _March 27, 2026 · Client Libraries Team · Uncategorized_ Teams can now pin their [posthog-js snippet](https://posthog.com/docs/libraries/js) to a specific major, minor, or exact version. Update on your own terms, not ours. ### Data warehouse support in funnel and lifecycle insights _March 27, 2026 · Product Analytics Team · Product analytics_ You can now use data warehouse sources directly in **funnel** and **lifecycle** insights. This lets you analyze conversions and user behaviour using warehouse tables, combine them with events that already live in PostHog, and explore complete journeys in a single insight. You can: * build insights using only warehouse data, including multiple tables or the same table with different configurations * combine warehouse sources with PostHog events in one insight * click through to persons or groups when working with person or group level data * filter and break down by data warehouse properties * use step funnels, time to convert analysis, and historical trends To learn how to set up these insights, see the docs here: https://posthog.com/docs/data-warehouse/insights ### Button tiles for dashboards _March 27, 2026 · Platform UX Team · Dashboards_ Your [dashboards](https://posthog.com/docs/product-analytics/dashboards) can now link out to internal pages, external tools, or anywhere else your team needs. Add a button tile and make dashboards your actual home base. ### Toggle insight labels directly from dashboards _March 27, 2026 · Platform UX Team · Dashboards_ Cluttered [dashboards](https://posthog.com/docs/product-analytics/dashboards)? You can now show or hide labels on individual insights without leaving your dashboard. ### Copy widgets across dashboards _March 27, 2026 · Platform UX Team · Dashboards_ Copy widgets and text cards between [dashboards](https://posthog.com/docs/product-analytics/dashboards)directly from the dashboard page. Great for keeping related insights in sync. ### Mobile SDK improvements _March 21, 2026 · Surveys Team · Surveys_ Surveys now supports the following features in the latest version of all mobile SDKs: - Event trigger property filters - Repeated surveys (show every time) - Survey wait period (do not show to anyone who saw a survey in the past N days) Update to the following SDK versions to give it a try! - React Native: 4.16.0+ - iOS: 3.47.0+ - Android: 3.38.0+ - Flutter: 5.20.0+ ### CC and BCC support _March 21, 2026 · Workflows Team · Workflows_ You can now add CC and BCC for email actions in Workflows. ### Copy actions, insights, and cohorts _March 21, 2026 · Platform Features Team · Dashboards_ You can now copy actions, insights, and cohorts from one project to another. ### Override early access opt-outs _March 21, 2026 · Feature Flags Team · Feature flags_ Early access opt-outs can now be overridden when promoting a feature to general availability. Previously, users who opted out of early access features would never receive them, even after general release. ### Rollout slider ergonomics _March 21, 2026 · Platform Features Team · Feature flags_ You know what’s annoying? Trying to get exactly 25% on a percent slider using a track pad. This change adds clickable tick marks to the feature flag rollout percentage slider, making it quicker to set common percentages like 10%, 25%, or 50% with a single click. ### MCP tool for activity logs _March 21, 2026 · PostHog AI_ You can now audit activity logs with the help of your favorite AI agents using the `activity-logs-list` MCP tool. ### Breakdown funnels by cohort _March 21, 2026 · Product Analytics Team · Product analytics_ You can now break down your funnels by [cohorts](https://posthog.com/docs/data/cohorts). ### Better markdown editing _March 21, 2026 · Product analytics_ You can now use a rich markdown editor when editing text cards on the dashboard. ### Auto refresh for embedded dashboards _March 21, 2026 · Dashboards_ Publicly accessible and embedded dashboards auto-refresh every 30 minutes by default. This requires no configuration and is enabled automatically when the page is open. No more stale dashboards! ### Server-side suppression rules with sampling _March 21, 2026 · Error Tracking Team · Error tracking_ If you have known or noisy exceptions that you don’t want in Error Tracking, you can suppress them with [suppression rules](https://app.posthog.com/error_tracking?activeTab=configuration#selectedSetting=error-tracking-suppression-rules). You can also choose to sample some percent of a frequently occurring error to track, which can lower costs. ### Typeform support _March 21, 2026 · Warehouse Sources Team · Data warehouse_ TypeForm is now available as a Data Warehouse source to pull your forms and answers into PostHog. ### Timestamp bucketing for materialized queries _March 21, 2026 · Data Modeling Team · Endpoints_ Materializing queries greatly improves performance and reduces cost by precomputing results periodically. You can now materialize timestamp based query filters through [timestamp bucketing](https://posthog.com/docs/endpoints/materialization#timestamp-bucketing). ### Pi Coding Agent support _March 21, 2026 · AI Observability Team · AI observability_ LLM Analytics now supports the Pi Coding Agent using the `@posthog/pi` extension. Try it by following the [LLM Analytics installation docs](https://posthog.com/docs/llm-analytics/installation/pi). ### Clusters and sentiment analysis _March 13, 2026 · AI Observability Team · AI observability_ Clusters is a new feature in [LLM Analytics](https://posthog.com/docs/llm-analytics) which automatically groups traces and generations. It runs once a day and sorts the last 7 days of AI activity into similar buckets. Each bucket gets a name and summary – we even attach some nice metrics to them like cost, latency, error rate, and token usage. This helps you quickly understand LLM usage patterns, track trends, and detect unusual behavior. There's an interactive 2D scatter plot chart to visualize clusters. Click any of them to dig in deeper. ### View persons for session-based funnels _March 13, 2026 · Product Analytics Team · Product analytics_ You can now view persons for funnel insights that are aggregated by sessions. Select a funnel step to explore which users converted or dropped off at each stage. ### Select insights for dashboard subscriptions _March 13, 2026 · Dashboards_ You can now choose which insights to include in dashboard subscriptions. This enables you to tailor notifications and share relevant parts of a dashboard with different teammates. ### Error Tracking for iOS SDK _March 13, 2026 · Client Libraries Team · Error tracking_ [Error Tracking](https://posthog.com/docs/error-tracking) is now supported by our iOS SDK. Configure exception autocapture or use `captureException` to manually capture exceptions with custom properties. View the [installation guide](https://posthog.com/docs/error-tracking/installation/ios) to get started. ### Box plot charts for insights _March 13, 2026 · Product Analytics Team · Product analytics_ You can now visualize numeric property distributions over time using box plot charts in [Product Analytics](https://posthog.com/docs/product-analytics). Box plots show quartiles, median, mean, and min/max values, helping you understand how a metric’s distribution changes across time periods. ### Hide or show email metadata fields _March 13, 2026 · Workflows Team · Workflows_ The email template editor for [Workflows](https://posthog.com/docs/workflows) now lets you hide metadata fields so you can focus on writing your content. You can toggle their display in the top right. ### Property filters _March 13, 2026 · Error Tracking Team · Error tracking_ You can now sort exceptions by property with quick filter shortcuts in [Error Tracking](https://posthog.com/docs/error-tracking). ### Weekly digest for Error Tracking _March 13, 2026 · Error Tracking Team · Error tracking_ [Error Tracking](https://posthog.com/docs/error-tracking) now sends a weekly digest email per organization, with a section for each project that has activity. You can also manage notifications, including selecting which projects should send weekly digest updates. By default, PostHog will automatically enable notifications for the busiest project in your organization, but you can customize this anytime. ### Tabs for insights and configuration _March 13, 2026 · Error Tracking Team · Error tracking_ [Error tracking](https://posthog.com/docs/error-tracking) now has a new tabbed layout. **Configuration** lives in its own tab. A new **Insights** tab includes stats and charts showing exception count and crash-free session rate over time, which you can add to dashboards with a click. ### Alerts _March 13, 2026 · Error Tracking Team · Error tracking_ You can now send alerts to Slack or Discord from events in [Error Tracking](https://posthog.com/docs/error-tracking). Get notified when new errors occur or error rates spike. Navigate to [**Configuration > Alerting**](https://app.posthog.com/error_tracking?activeTab=configuration#selectedSetting=error-tracking-alerting) to get started. ### Move dashboards into folders without opening them _March 13, 2026 · Dashboards_ You can now move dashboards into folders directly from the **All dashboards** view. ### Pinterest Ads as a marketing data source _March 13, 2026 · Web Analytics Team · Web analytics_ You can now connect your Pinterest Ads account as a [Marketing Analytics](https://posthog.com/docs/marketing-analytics) data source to track campaign performance alongside your other ad platforms. See cost, impressions, clicks, conversions, and more. ### Sentry data source _March 13, 2026 · Warehouse Sources Team · CDP_ You can now add Sentry as a new data source for [Data Warehouse](https://posthog.com/docs/data-warehouse), enabling users to connect their Sentry data to the PostHog platform. ### Launch experiments without metrics _March 5, 2026 · Experiments Team · Experiments_ [Experiments](https://posthog.com/docs/experiments) can now be created and launched without metrics. Roll out variants and start gathering event data right away. Metrics define how results are measured, so add, modify, or delete them whenever you're ready. ### Link your PostHog account to Vercel _March 5, 2026 · Platform Features Team · Uncategorized_ You can now connect your existing PostHog organization to Vercel Marketplace instead of creating a new one. Billing stays with PostHog, your data stays put, and you avoid the hassle of setting up another account. ### SLAs for Support product _March 5, 2026 · Conversations Team · Uncategorized_ Our [Support](https://posthog.com/docs/support) product (in private alpha) now tracks Service Level Agreements (SLAs). First response and resolution times are tracked automatically and visible in a new **SLA** column in the ticket list. Hold your team accountable, or at least pretend to. ### Row count estimated for batch export backfills _March 5, 2026 · Managed Warehouse Team · CDP_ Before running a [batch export](https://posthog.com/docs/cdp/batch-exports) backfill, you can now see an estimated row count so you know what you're getting into. Surprised by the volume? Cancel before it runs. ### Hide weekend data from charts _March 5, 2026 · Product Analytics Team · Product analytics_ B2B product? Your weekends probably look like a ghost town. Toggle **Hide weekend data** under **Options > Display** in [Product Analytics](https://posthog.com/docs/product-analytics) to filter out Saturday and Sunday and keep your charts focused on what actually moves. ### Auto-save drafts for Workflows _March 5, 2026 · Workflows Team · Workflows_ [Workflows](https://posthog.com/docs/workflows) now auto-saves as you go. Edit live workflows via drafts before publishing, with visual indicators for unsaved changes and deleted actions. Ship when you're ready, not when you accidentally close the tab. ### Custom tags for support tickets _March 5, 2026 · Conversations Team · Uncategorized_ Custom tags are now available for our [Support](https://posthog.com/docs/support) product (in private alpha). Finally, a filing system you actually designed yourself. ### See which project a dashboard belongs to _March 5, 2026 · Product Analytics Team · Product analytics_ The Product Analytics [dashboards](https://posthog.com/docs/product-analytics/dashboards) table now includes a **Project** column, so you can see exactly where each dashboard lives at a glance. ### Short number formatting for charts _March 5, 2026 · Product Analytics Team · Product analytics_ Large numbers in data visualizations can now be displayed in short format. Think "1.2K" instead of "1,200" or "1.5M" instead of "1,500,000". Find it under the formatting options in [Product Analytics](https://posthog.com/docs/product-analytics) insights. Your dashboards will thank you. ### React Native Javascript support _March 2, 2026 · Error Tracking Team · Error tracking_ Track crashes and exceptions from the React Native SDK ## February 2026 - 📺 [Introducing Logs by PostHog](https://www.youtube.com/watch?v=e_SICQg2Wak) - 📺 [PostHog AI can now search the web](https://www.youtube.com/watch?v=gf3fbNWCuf4) ### Recover support tickets _February 27, 2026 · Conversations Team · Uncategorized_ You can now recover your support tickets when you move across browsers by sending a recovery link through email. ### Live world map view in Web Analytics _February 27, 2026 · Web Analytics Team · Web analytics_ See the location of your visitors in real time on your Web Analytics dashboard. ### Control Session Replay with the React Native SDK _February 27, 2026 · Replay Team · Session replay_ You can now manually control Session Replay recordings with start and stop methods in the [React Native SDK](https://posthog.com/docs/session-replay/how-to-control-which-sessions-you-record?tab=React+Native). ``` ts // Start recording (resume current session) await posthog.startSessionRecording() // Start recording with a new session await posthog.startSessionRecording(false) // Stop recording await posthog.stopSessionRecording() ``` ### Session Replays for office TVs _February 27, 2026 · Replay Team · Session replay_ Do you have a TV in your office that you’re not using? Play real session recordings on a loop using **kiosk mode**! This helps your team pick up user behavior patterns and is more fun than watching TV screen savers. ### Suggested filters _February 27, 2026 · Product Analytics Team · Product analytics_ You can filter by nearly _any_ property in PostHog. Endless possibilities and endless distractions. PostHog now suggests the most commonly accessed filters, like URL, email, and screenname to help you build insights faster. ### Last seen on user profiles _February 27, 2026 · Web Analytics Team · Web analytics_ Adds a "last seen" column to the persons list, person profiles, and notebook nodes, allowing users to quickly see and sort by a person's last activity time. ### Managed proxies are now free _February 27, 2026 · ClickHouse Team · Configuration_ Proxies help you get around ad blockers when capturing events. You can now set up a proxy for free using PostHog’s [managed proxies](docs/advanced/proxy#set-up-managed-reverse-proxy). ### PostHog connector for Claude _February 27, 2026 · Growth Team · API_ Do you use Claude? Access your analytics, feature flags, experiments, and error tracking directly from Claude using the [official connector](https://claude.com/connectors/posthog). After connecting, try asking Claude a question about: - "How many unique users signed up in the last 7 days, broken down by day?" - "What are the top 5 errors in my project this week?" - "Create a feature flag called new-checkout enabled for 10% of users" - "Create an A/B test for the pricing page that measures conversion to checkout" ### Live events in your terminal _February 27, 2026 · Growth Team · Product analytics_ You can now view live PostHog events directly in your terminal using the `posthog-live` CLI tool. ### Sync schemas from managed data sources _February 27, 2026 · Managed Warehouse Team · Data warehouse_ Adds a **Pull new schemas** button to pipelines. Users can now instantly refresh schema updates, grabbing the latest changes without waiting for a scheduled sync to kick in. ### Combine events inline for funnels _February 27, 2026 · Product Analytics Team · Product analytics_ You can combine multiple events into a single funnel step using inline combination. This lets you treat several events as one step without creating a custom [action](https://posthog.com/docs/data/actions). ### SupportHog Slack app _February 27, 2026 · Conversations Team · Uncategorized_ You can now use Slack as a support channel by adding the SupportHog Slack app. There are three ways to create a ticket: - Use a dedicated Slack channel where every message creates a ticket - Mention the SupportHog bot in any channel where it’s installed - React to a message with a configured emoji ### Clarify member and team access levels _February 27, 2026 · Platform Features Team · Configuration_ You can now clearly see the access levels granted to each role and member in access control settings. This reduces confusion when configuring access controls at multiple levels. ### Manage dashboard layouts with Terraform _February 27, 2026 · Product Analytics Team · Product analytics_ You can now [manage dashboard layouts](https://posthog.com/docs/product-analytics/dashboards#example-defining-a-dashboard-layout) with Terraform. ### Sync all enabled schemas _February 27, 2026 · Managed Warehouse Team · Data warehouse_ Adds a **Sync now** button to easily sync all enabled schemas in one go, replacing the need to sync them individually. Also includes a schema count in the table view. ### Manage cohorts through PostHog MCP _February 27, 2026 · Product analytics_ You can now access cohort operations through the PostHog MCP! Setup the [PostHog MCP](https://posthog.com/docs/model-context-protocol) and try one of these prompts: - "Create a dynamic cohort called 'power-users' for users who completed the purchase event more than 5 times" - "Create a static cohort called 'beta-testers' that I can manually add users to" - "List all cohorts in my project" ### PostHog AI can access activity logs _February 19, 2026 · PostHog AI_ Need to know who changed what? And when? Ask [PostHog AI](https://posthog.com/docs/posthog-ai) in chat. It searches your activity logs and finds answers instantly. You can ask questions like: - When did the beta feature flag change? - Who logged into my PostHog organization yesterday? - Who ran the latest A/B experiment for the home page? ### Share workflow templates across projects _February 19, 2026 · Workflows Team · Workflows_ [Workflows](https://posthog.com/docs/workflows) now supports organization-level scopes for creating templates. Templates can be shared across all projects within an organization. ### Control Session Replay with Flutter SDK _February 19, 2026 · Replay Team · Session replay_ You can now manually control [Session Replay] recordings with start and stop methods in the [Flutter SDK](https://posthog.com/docs/session-replay/how-to-control-which-sessions-you-record?tab=Flutter). - `startSessionRecording({bool resumeCurrent = true})` - `stopSessionRecording()` ### Attach images to custom events _February 19, 2026 · Platform Features Team · Events & actions_ Attach images and screenshots to custom event definitions to add visual context. Instead of remembering or decoding a long list of vague event names, you can glance at an image and choose the right events for the funnels and insights you’re building. ### Interactive JSON response in Workflows _February 19, 2026 · Workflows Team · Workflows_ In [Workflows](https://posthog.com/docs/workflows), we’ve added an interactive JSON tree picker that lets you click through a step’s response to select the exact data path. You can also store multiple variables from a single step. ### Jira integration for Error Tracking _February 19, 2026 · Error Tracking Team · Error tracking_ You can now create Jira issues directly from [Error Tracking](https://posthog.com/docs/error-tracking), making it easier to triage and track errors alongside your existing systems and workflows. ### Frustration signals in Session Replay _February 19, 2026 · Replay Team · Session replay_ In [Session Replay](https://posthog.com/docs/session-replay), we’ve added a new synthetic collection for frustration signals like rage clicks and errors, making it easier to spot user pain points. ### Block events with invalid schema _February 19, 2026 · Events & actions_ You can now reject events with invalid schemas at ingestion. You can validate the presence and type of required properties and block events that don’t match, helping you keep your data clean and reliable. ### Copy dashboards across projects _February 19, 2026 · Platform Features Team · Dashboards_ You can now copy dashboards from one project to another directly from the dashboard’s context panel. ### Fireworks BYOK for evals _February 19, 2026 · AI Observability Team · AI observability_ [Evaluations](https://posthog.com/docs/llm-analytics/evaluations) in [LLM Analytics](https://posthog.com/docs/llm-analytics) now supports Firework API keys, enabling you to bring-your-own-key (BYOK) alongside other providers like OpenAI, Google Gemini, Anthropic, and OpenRouter. ### CSV export for Logs _February 12, 2026 · APM Team · Uncategorized_ You can now export up to 10,000 [Logs](https://posthog.com/docs/logs) into a CSV file. Get them printed, turn them into a book, or just analyze them in a spreadsheet. The possibilities are endless. ### Plain text email editor _February 12, 2026 · Workflows Team · Workflows_ Want to send plain text emails in [Workflows](https://posthog.com/docs/workflows) without any fluff and styling? We gotcha. You can now switch to the plain text editor and send the barebones emails you always wanted to send. ### Amazon Redshift data source _February 12, 2026 · Managed Warehouse Team · Data warehouse_ You can now connect [Amazon Redshift](https://posthog.com/docs/data-warehouse/sources/redshift) as a data source in your PostHog project. Supports both direct connection strings and secure SSH tunnels for flexible integration. ### Better metric error messages _February 12, 2026 · Experiments Team · Experiments_ When an [Experiment metric](https://posthog.com/docs/experiments/metrics) fails, you now get clear error messages with actionable options: retry the metric, report the issue to support, or debug. No more cryptic errors leaving you wondering what happened. ### Bulk delete Feature Flags _February 12, 2026 · Feature Flags Team · Feature flags_ It’s like spring cleaning for [Feature Flags](https://posthog.com/docs/feature-flags). Select multiple flags and delete them in one go. We’ll even give you PostHog AI-powered suggestions to clean up corresponding code references. ### Replay summaries for Experiments _February 12, 2026 · Experiments Team · Experiments_ [Experiments](https://posthog.com/docs/experiments) can now summarize session replays related to your experiment results. Get qualitative feedback to understand the story behind the stats. Because numbers alone don’t always tell you *why* users behave the way they do. ### View related errors in Logs _February 12, 2026 · APM Team · Uncategorized_ If you’re logging with a `sessionId`, you can now see related errors right in [log details](https://posthog.com/docs/logs). The new **Related errors** tab shows error tracking issues from the same session within a 6-hour window. Debug production issues without a tab-switching workout. ### Easier to use access controls _February 6, 2026 · Platform Features Team · Configuration_ We redesigned the [access control settings](https://app.posthog.com/settings/project-access-control) to be more intuitive and easier to use. ### Private messages in support tickets _February 6, 2026 · Conversations Team · Uncategorized_ You can now send private messages in support tickets that only your team can view. ### AI research mode _February 6, 2026 · PostHog AI_ PostHog AI can now carry out deep research for in-depth data analysis. When you select research mode, PostHog AI will conduct research in two phases: Planning phase: Creates a structured research plan notebook Research phase: Executes the research plan and generates a final report Deep research is ideal for complex tasks like root cause analysis, cross-metric investigation, strategic analysis, and comprehensive audits. Learn more in the docs about [research mode](https://posthog.com/docs/posthog-ai/research-mode). ### Browser notifications _February 6, 2026 · Conversations Team · Uncategorized_ You can enable browser notifications to get an alert when new support messages arrive. ### Exception autocapture controls _February 6, 2026 · Error Tracking Team · Error tracking_ You can configure autocapture controls to selectively enable autocapture based on the scenario. You can create rules based on: - URL matching - Event triggers - Feature flag - Sampling rate Click **Enable autocapture controls** in the [Exception autocapture ](https://app.posthog.com/settings/project-error-tracking#error-tracking-exception-autocapture) settings to configure them. ### Attio data source _February 6, 2026 · Managed Warehouse Team · Data warehouse_ You can now [link Attio as a data source](https://app.posthog.com/data-warehouse/new-source?kind=attio) in your PostHog project to access CRM data for analytics. ### SQL variables _February 6, 2026 · Platform Features Team · Apps_ We’ve added a dedicated area to view and manage [SQL variables](https://app.posthog.com/data-management/variables), including where variables are used inside saved insights. ### Mailchimp data source _February 6, 2026 · Managed Warehouse Team · Data warehouse_ You can now [link Mailchimp as a data source](https://app.posthog.com/data-warehouse/new-source?kind=mailchimp) in your PostHog project. This lets you access campaigns, contacts and report data in PostHog. ### Metric breakdowns _February 6, 2026 · Experiments Team · Experiments_ Now you can break down your experiment results by event properties. Click on the breakdowns button in the bottom right corner of your metric title and select up to three event properties to break down your results. ### Rearrange workflow notes _February 6, 2026 · Workflows Team · Workflows_ Made a mistake? Has your workflow changed? No problemo! You can now re-arrange actions and adjust your workflow to your needs! ### Estimate running time on draft experiments _February 6, 2026 · Experiments Team · Experiments_ You can now [estimate running time](https://posthog.com/docs/experiments/sample-size-running-time) of an experiment, even while it’s a draft. ### Event definitions MCP tool _February 6, 2026 · Platform Features Team · Apps_ It can be tedious to keep [event definitions](https://posthog.com/docs/product-analytics/schema-management) up to date in PostHog, so automate it with the `event-definition-update` MCP tool. ### GitHub data source _February 6, 2026 · Managed Warehouse Team · Data warehouse_ You can now [link GitHub as a data source](https://app.posthog.com/data-warehouse/new-source?kind=Github) in your PostHog project. This lets you access commits, issues, pull requests, releases, and stargazer data in PostHog. ### Visualize survey flows _February 6, 2026 · Surveys Team · Surveys_ Adds a visualization tool to make survey branching logic easier to understand and manage when creating surveys. ### Hide pie chart totals _February 6, 2026 · Product Analytics Team · Product analytics_ Now you see me, now you don’t. ### OpenRouter support _February 6, 2026 · AI Observability Team · AI observability_ You can now add OpenRouter API keys to run LLM Evaluations with. This gives you access to all the models and providers supported by OpenRouter! ## January 2026 - 📺 [Power users rejoice. PostHog now has more keyboard shortcuts! | The Changelog S1E5](https://www.youtube.com/watch?v=T4sbVpwdxrE) ### Logs are in GA _January 29, 2026 · APM Team · Uncategorized_ PostHog is now the final destination for your logs. [Logs](https://posthog.com/docs/logs) is generally available, and it lives in the same place as your errors, session replays, and product data. The place where an investigation begins is now also where it ends. TL;DR - Logs is now available for free, up to 50 GB for free every month. - Then pay $0.25 per GB ingested, (or $0.15 per GB at 300 GB+). - 14-day retention, no per-seat pricing, no query fees. - Frontend and backend context, linked to users and sessions. - Uses standard OpenTelemetry – no proprietary SDKs. - Structured logs you can pivot around, not raw text you scroll through. ### Hedgehog mode browser extension _January 29, 2026 · AI Observability Team · Uncategorized_ Bring PostHog's beloved hedgehog mascot to any website! An adorable animated companion that walks, jumps, and keeps you company while you browse. Download the [repo](https://github.com/richardsolomou/hedgehog-mode-anywhere) and add the browser extension. ### Databricks batch exports in beta _January 29, 2026 · Batch Exports Team · CDP_ [Databricks](https://posthog.com/docs/cdp/batch-exports/databricks) officially in open beta for [batch exports](https://posthog.com/docs/cdp/batch-exports). Move data securely and smoothly between your PostHog projects and Databricks workspaces. ### Sign up with passkeys _January 29, 2026 · Platform Features Team · Uncategorized_ You can now sign up and create PostHog accounts using passkeys. One less password to forget. ### Time to first token _January 29, 2026 · AI Observability Team · AI observability_ [LLM Analytics](https://posthog.com/docs/llm-analytics) now tracks time to first token (TTFT) for streaming responses, so you can see how quickly a model starts responding – not just total duration. This makes it easier to spot latency issues, compare providers, and optimize the experience where fast initial responses matter most. ### Combine events in trends _January 29, 2026 · Product Analytics Team · Product analytics_ You can combine multiple events into a single series using inline combination, allowing you to analyze trends without creating custom actions. Select the events to include, and they will be treated as a single series in your analysis. The combination uses a logical OR, so any occurrence of the selected events will count toward the series. ### Event definitions are now free _January 29, 2026 · Platform Features Team · Product analytics_ It’s time for us to make less money. [Event definitions](https://posthog.com/docs/data/events#managing-event-definitions) are now *free* for all users. You can add metadata like descriptions, tags, and statuses to keep your events organized. These definitions also show up when searching for events throughout PostHog, providing more context and quick access with filters. ### Tagging is now free _January 29, 2026 · Platform Features Team · Product analytics_ Still making less money. Tagging is also now *free* for all users. You can add tags to dashboards, insights, actions, and even feature flags or experiments. Use tags to filter, search, and stay organized as your product data grows. ### Schedule batch exports _January 29, 2026 · Batch Exports Team · CDP_ [Batch exports](https://posthog.com/docs/cdp/batch-exports) can now be scheduled. You can set the timezone and start time for daily exports, or choose a weekly schedule with a specific day and hour. ### Heatmaps for SQL queries _January 29, 2026 · Managed Warehouse Team · Data warehouse_ We have a new visualization type for [SQL queries](https://posthog.com/docs/data-warehouse/query): 2D heatmaps! It’s helpful for visualizing metrics across two categorical dimensions with color intensity representing the value. For example, with LLM analytics, you can compare latency across providers and task types at a glance, identifying which combinations have performance issues. ### Pause experiments _January 29, 2026 · Experiments Team · Experiments_ [Experiments](https://posthog.com/docs/experiments) can now be paused and resumed, making it easy to temporarily halt experiments if need be. The pause action is available behind the **...** button next to **ship a variant**. ### Power Users table shows revenue data _January 23, 2026 · Customer Analytics Team · Uncategorized_ The Power Users table in [Customer Analytics](https://posthog.com/docs/customer-analytics) now includes MRR and LTV columns for individual users, so you can quickly spot your highest-value customers. ### Improved search with workflows and faster results _January 23, 2026 · Platform UX Team · Uncategorized_ New search is here! Access it via `Cmd+K` or `/search`. Find workflows, paste email addresses or distinct IDs to jump to persons, and enjoy a leaner, faster search experience. ### Passkeys support for 2FA _January 23, 2026 · Platform UX Team · Uncategorized_ Passkeys now work for two-factor authentication. Use them for login instead of typing codes like it’s 2015. ### View MRR and LTV in group profiles _January 23, 2026 · Customer Analytics Team · Uncategorized_ Group profiles now show Monthly Recurring Revenue (MRR) and Lifetime Value (LTV) pulled directly from [Revenue Analytics](https://posthog.com/docs/revenue-analytics/), with visual indicators showing where the data comes from. ### View total record counts in persons and groups lists _January 23, 2026 · Customer Analytics Team · Uncategorized_ Persons and groups lists now show total record counts and how many match your current filters in [Customer Analytics](https://posthog.com/docs/customer-analytics). No more guessing how much data you’re looking at. ### Set error thresholds for pipeline alerts _January 23, 2026 · Managed Warehouse Team · CDP_ Set an error rate threshold for notifications with [Data Pipelines](https://posthog.com/docs/cdp). Only get pinged when things are actually broken, not for every little hiccup. ### Set default confidence levels _January 23, 2026 · Experiments Team · Experiments_ Set a team-level default confidence level (90%, 95%, or 99%) for new experiments. The default applies automatically, but don’t worry, you can override it per experiment when you need to. ### LLM evals now in public beta _January 23, 2026 · AI Observability Team · AI observability_ Evals are now in public beta for [LLM Analytics](https://posthog.com/docs/llm-analytics). Run AI-powered tests that verify AI outputs against curated inputs to test prompt performance, spot regressions, and compare model versions. Use templates or create evaluations from scratch. ### Link distinct IDs to person profiles _January 23, 2026 · APM Team · Uncategorized_ When viewing [Logs](https://posthog.com/docs/logs), clicking a distinct ID in your browser logs now takes you straight to that person's profile. No more copy-pasting IDs to track down users. ### Embed surveys with iframes _January 23, 2026 · Surveys Team · Surveys_ Embed PostHog [Surveys](https://posthog.com/docs/surveys) as iframes on your site. Create a hosted survey, enable embedding, copy the code, and paste it into your HTML - automatic resizing and distinct IDs included. ### Receive emails when passkeys change _January 23, 2026 · Platform UX Team · Uncategorized_ Get an email whenever a passkey is added or removed from your account, so you’ll know immediately if someone makes security changes. ### Link replays to Linear, GitHub, and GitLab issues _January 23, 2026 · Replay Team · Session replay_ Integrate Linear, GitHub, or GitLab with [Session Replay](https://posthog.com/docs/session-replay). Enable integrations in replay settings and create or link issues directly from the activity panel. Spotted a bug? Ship it to your issue tracker without leaving the replay. ### Filter-update for Workflows _January 20, 2026 · Workflows Team · Workflows_ We updated our filters in workflows so you are able to do the following things: - Filter out internal- and test-users: Just like with Destinations you can now filter out internal- and test-users from your event triggers by flipping the toggle! - Use persons timezone: When waiting until a specific window to move to the next action you can now use the persons timezone to do that instead of a hard-coded timezone that applies to all of your customers! ### Manage Endpoints with CLI and YAML _January 16, 2026 · ClickHouse Team · Endpoints_ We now support experimental CLI commands for managing the [Endpoints](https://posthog.com/docs/endpoints) product via YAML files. You can now run commands like `posthog-cli exp endpoints pull monthly-active-users` or `posthog-cli exp endpoints push ./monthly-active-users.yaml`. The `posthog-cli exp endpoints` set of commands include: - `list` - list all endpoints - `get` - show the state of the endpoint - `open` - open the endpoint's page in PostHog - `pull` - pull remote endpoint to a local YAML file - `push` - push local YAML to remote endpoint - `diff` - what it says on the tin, show the diff between remote and local - `run` - for when you don't want to push yet, but you want to see the effect of your query changes on the query results Stop stashing SQL in Typescript comments. Save materialized queries as code instead. ### Azure Blob Storage available in Batch Exports _January 16, 2026 · Batch Exports Team · CDP_ [Azure Blob Storage](https://posthog.com/docs/cdp/batch-exports/azureblob) is now available as a Batch Exports destination, with built-in validation and connection testing to help you configure exports confidently. ### Approve PostHog AI edits _January 16, 2026 · PostHog AI_ Smart meets polite: PostHog AI now asks you for approval before making changes. We’ve added a confirmation step for [PostHog AI](https://posthog.com/docs/posthog-ai) dashboard edits, preventing accidental data loss or unexpected changes. You can review proposed updates, approve or reject them, or add extra before PostHog AI applies them. ### Target app versions with Feature Flags _January 16, 2026 · Feature Flags Team · Feature flags_ [Feature Flags](https://posthog.com/docs/feature-flags) now support semver (semantic versioning) operators in our targeting UI, enabling you to target users based on app version comparisons like "greater than 2.0.0" or "matches ~1.5.x range." ### Customize your sidebar _January 16, 2026 · Growth Team · Uncategorized_ You can now fully customize the in-app sidebar. Pin the products you use most, organize your shortcuts, and enable auto-suggestions for new apps. Your sidebar, how you like it. ### Saved history in Logs _January 16, 2026 · APM Team · Uncategorized_ Logs are going down in history! Or your queries at least. Your last 10 logs queries are now saved in a handy-dandy history bar. ### Customize customer profiles _January 16, 2026 · Customer Analytics Team · Product analytics_ You can now configure and customize which tiles appear on person and group profiles. Click the edit button on any profile to toggle tiles on or off: properties, events, related records, whatever you need. Your layout is saved project-wide. Hit reset to return to discard your changes. ### 5x higher rate limits for materialized endpoints _January 8, 2026 · Managed Warehouse Team · Endpoints_ Materialized endpoints now support 5x higher rate limits with smart caching. You can query your data more often without hitting limits. ### Logs details modal _January 8, 2026 · APM Team · Uncategorized_ Click **View details** on any log entry to open a modal with timestamps, severity, a collapsible JSON viewer, and AI-powered analysis. Dive into individual log lines without losing your place (or your mind). ### Zen mode _January 8, 2026 · Platform UX Team · Uncategorized_ Toggle zen mode with a keyboard shortcut (`Cmd/Ctrl + Option + Z`) or from your account menu. Hide distracting UI elements for a more peaceful experience. ### Save and share workflow templates _January 8, 2026 · Workflows Team · Workflows_ Create your own workflow templates or use official ones to speed up repetitive tasks across your team. ### AI summaries for open-text survey responses _January 8, 2026 · Surveys Team · Surveys_ PostHog AI can now summarize open-ended survey responses. It surfaces key themes and insights, saving you the headache of reading responses manually. ### Explore logs with PostHog AI _January 8, 2026 · PostHog AI_ Click into any log entry to find a new “Explore with AI” tab. It analyzes severity, impact, probable cause, and suggests actions. ### Manage access to shared experiment metrics _January 8, 2026 · Experiments Team · Experiments_ Control who can view your shared experiment metrics through a new access management panel in the sidebar. ### Average time on page _January 8, 2026 · Web Analytics Team · Web analytics_ You can now find average time on page metrics under **Web Analytics** > **Pages** reports tab. ### Create surveys from Web Analytics breakdowns _January 8, 2026 · Surveys Team · Surveys_ You can create surveys that target a specific section of a Web Analytics breakdown, such as users entering from a common path, from a common referrer, or entering with a common UTM parameter. ### Tab-aware Session Replay _January 8, 2026 · Replay Team · Session replay_ Switch tabs and come back to your replay without losing your place in the video. Session Replay now remembers where you were, so you can multitask without the dreaded reload. ### Activity log notifications _January 8, 2026 · Managed Warehouse Team · CDP_ Get real-time alerts when changes occur in your PostHog project. Send activity log updates to Slack, Discord, Microsoft Teams, or a custom webhook. Filter to see only the events you care about. This feature is available on Scale and Enterprise plans. ### Terraform provider (early access) _January 2, 2026 · Product analytics_ With the Terraform provider, users can manage their resources through Infrastructure-as-Code (IaC), creating an auditable and enforced single source of truth. This is great for use cases like deploying golden signal dashboards. Enable it now under [feature previews](https://app.posthog.com/settings/user-feature-previews#manage-insights-through-terraform). ### PostHog AI can browse the web _January 2, 2026 · PostHog AI_ PostHog AI can now reference up-to-date information about the world and conduct research on the internet. - This lets PostHog AI handle advanced prompts and use cases like: - Is the recent dip in traffic related to an AWS outage? - How does our conversion rate compare to industry benchmarks published this quarter? - Why might signups to my ticket sales portal have tripled this week for Brazilian users? ### More keyboard shortcuts _January 2, 2026 · Growth Team · Uncategorized_ Did you know that you can navigate PostHog with keyboard shortcuts? You can find a list of available shortcuts with `Cmd/Ctrl + Shift + K`. Below are some new shortcuts we just released: | Shortcut | Action | |----------|--------| | `Cmd/Ctrl + Option + F` | Filter | | `Cmd/Ctrl + Option + R` | Refresh | | `Cmd/Ctrl + Option + Enter` | Run | | `Cmd/Ctrl + Option + G` | Settings | | `Cmd/Ctrl + Option + D` | Date filter | | `Cmd/Ctrl + Option + 1-9` | Switch to tabs 1-9 | | `Cmd/Ctrl + Option + H` | Open Support side panel | | `Cmd/Ctrl + Option + S` | Open Settings | ### Copy workflow nodes _January 2, 2026 · Workflows Team · Workflows_ Tired of creating the same nodes over and over again in your workflow? You can now duplicate existing workflow nodes by clicking copy. ### Reorder columns when viewing logs _January 2, 2026 · APM Team · Uncategorized_ You can now reorder pinned log columns by clicking a column, then clicking move left or move right. ### Add custom goal lines to retention insights _January 2, 2026 · Product Analytics Team · Product analytics_ You can now track retention performance against custom goals set by your team. When editing an insight, you can find the new goal lines under **Advanced options** > **+ Add goal line**. ### Return to recently visited items _January 2, 2026 · Platform UX Team · Uncategorized_ There’s now a recent items button on the top nav to help you return to recent tabs and page. ### Set assignee and labels when sharing to Linear _January 2, 2026 · Replay Team · Session replay_ You can now set **assignees** and **labels** when sharing a recording as a Linear issue. Find these under **More options**. ### Share replays to GitHub Issues _January 2, 2026 · Replay Team · Session replay_ You can now share recordings to GitHub Issues. Find it under the **Share** menu in any session recording. ### Custom confidence thresholds _January 2, 2026 · Experiments Team · Experiments_ You can now customize the confidence thresholds of experiments. ### In-app changelog _January 2, 2026 · APM Team · Uncategorized_ What’s better than reading the changelog on our website? Reading the [changelog](https://app.posthog.com/#panel=changelog) directly in PostHog, of course! ## December 2025 - 📺 [Introducing Workflows, now in open beta | Changelog S1E4](https://www.youtube.com/watch?v=GkiiahgoLCU) ### Resource-level access for PostHog AI ✨ _December 23, 2025 · Platform Features Team · Uncategorized_ PostHog AI now respects resource-level access controls you define. If someone don’t have permission to view or create something, like insights or feature flags, they won’t be able to create it through the PostHog AI chat either. Go to [Settings > Access](https://app.posthog.com/settings/project-access-control) in your PostHog project to set resource-level permissions. ### Marketing Analytics is GA 🔔 _December 23, 2025 · Web Analytics Team · Web analytics_ [Marketing Analytics](https://posthog.com/docs/web-analytics/marketing-analytics) is now available to everyone. Track campaigns, costs, and conversions across multiple advertising platforms, all in one dashboard with pre-built insights that help you understand your data and performance. ### Create workflow templates 🎁 _December 23, 2025 · Workflows Team · Workflows_ Starting from a blank canvas can be hard. You can now save [workflows](https://posthog.com/docs/workflows) as templates and give your team or organization a library of ready-to-use campaigns. ### Titles and descriptions for AI generated insights ⛄ _December 23, 2025 · PostHog AI_ PostHog AI now automatically adds clear titles and descriptions to the insights it creates, so dashboards are easier to scan. ### Improved rate limiting for Endpoints 🎄 _December 23, 2025 · ClickHouse Team · Endpoints_ [Endpoints](https://posthog.com/docs/endpoints) now have a new rate limiter that supports up to 10 concurrent materialized endpoint executions, which perform much better than traditional API calls. ### Retention metrics for Experiments 🎅 _December 23, 2025 · Experiments Team · Experiments_ [Experiments](https://posthog.com/docs/experiments) now support retention metrics, helping you understand impact over a specific window of time. It answers the question: "Of the users who did X, how many came back to do Y within N days?" To create one, define a start event, completion event, and retention window. ### Endpoints now support insight queries ❄️ _December 23, 2025 · ClickHouse Team · Endpoints_ [Endpoints](https://posthog.com/docs/endpoints) can now materialize from insights, not just raw PostHog SQL. We automatically convert the insight query into PostHog SQL and then store that when materializing for execution, making it easier to turn insights into reusable, performant endpoints. ### Improved customization UI for Surveys 🎶 _December 23, 2025 · Surveys Team · Surveys_ The [Surveys](https://posthog.com/docs/surveys) UI customization is now more organized and easier to use. Settings are now grouped into new sections, you can control text colors directly (with helpful auto-contrast hints), and the layout is responsive. ### Prettified logs row 🍪🥛 _December 23, 2025 · APM Team · Uncategorized_ [Logs](https://posthog.com/docs/logs) can now prettify individual rows making them easier to read. Each row has a toggle next to the pin icon, and you can press P to prettify the currently focused log. Prettified rows also wrap automatically, so long log lines are easier to scan. ### Pass multiple paths to source map uploads _December 19, 2025 · Error Tracking Team · Error tracking_ You can now pass multiple directory arguments to the PostHog CLI when injecting and uploading [source maps](https://posthog.com/docs/error-tracking/upload-source-maps). ``` cli posthog-cli sourcemap inject --directory dir1 --directory dir2 ``` Try it on the PostHog CLI for version `0.5.19` and above. ### Kudosity now available as a data destination _December 19, 2025 · Managed Warehouse Team · CDP_ You can now deliver SMS alerts triggered by PostHog events through Kudosity. Try the new [Kudosity](https://app.posthog.com/functions/new/template-kudosity-sms) realtime destination template. ### Add custom attributes as columns in Logs _December 19, 2025 · APM Team · Uncategorized_ You can now quick-add an attribute as a display column when triaging logs by clicking the column icon. ### Open API specs for Endpoints _December 19, 2025 · ClickHouse Team · Uncategorized_ Your PostHog [Endpoints](https://posthog.com/docs/endpoints) now come with OpenAPI 3 specification for each endpoint under `/openapi.json`. For example, if you have an endpoint at: `/api/environments/2/endpoints/hello_world/` You’ll find its OpenAPI specs at: `/api/environments/2/endpoints/hello_world/openapi.json` ### Schedule recurring feature flag changes _December 19, 2025 · Feature Flags Team · Feature flags_ You can now set your scheduled feature flag changes to repeat daily, weekly, or monthly. For example, you can disable a feature flag during Black Friday sales to mitigate risk, or automatically disable a flag over the weekend when you expect the most traffic to your site. ### Mobile crash-free rates dashboard template _December 19, 2025 · Error Tracking Team · Error tracking_ Do you develop mobile apps with the iOS, Android, Flutter, or React Native SDK? You can use the [mobile crash-free rates](https://app.posthog.com/dashboard#newDashboard=modal) dashboard to automatically compute crash-free user and session rates to help you monitor your app’s stability. ### Configure Customer Analytics with PostHog AI _December 19, 2025 · Customer Analytics Team · Uncategorized_ PostHog AI can now help you automatically configure Customer Analytics events that correlate to user behavior – like daily activity, signing up, subscribing, and completing a payment. The manual process can be tedious, so why not let PostHog AI help? ### Resize session recording player _December 19, 2025 · Replay Team · Session replay_ You can drag to resize the session recording player. ### Deeper insight and dashboard integration _December 19, 2025 · PostHog AI_ PostHog AI can now read 📊charts! Previously, PostHog AI could search for insights and dashboards, but it could not make sense of the data inside. Now it can find your existing insights and dashboards, analyze their contents, then answer questions using their data. ### More PostHog AI conversations in parallel _December 19, 2025 · PostHog AI_ PostHog AI can now hold ten distinct conversations with you in parallel – which according to maths means 10x the output, right? Open [PostHog AI](https://us.posthog.com/ai) and try starting multiple tabs and conversations. ### Pin columns in breakdowns _December 19, 2025 · Product Analytics Team · Product analytics_ You can now pin breakdown columns when viewing insights so you can keep track of the breakdown values as you scroll horizontally through the table. ### Bring your own API keys for evals _December 18, 2025 · AI Observability Team · AI observability_ Enables users to bring their own OpenAI API keys for running evaluations. Users get 100 free evaluations to kick things off [with LLM Analytics](https://posthog.com/docs/llm-analytics) before needing their own key. ### /feedback command _December 12, 2025 · PostHog AI_ You can now send feedback to [PostHog AI](https://posthog.com/docs/posthog-ai) directly in the chat with the new `/feedback` command. Just leave a quick comment. ### Open session recordings from filtered results _December 12, 2025 · PostHog AI_ [PostHog AI](https://posthog.com/docs/posthog-ai) now lets you open session recordings directly in the chat from filtered results. Go from insight to playback in one click. Learn more about PostHog AI [session summaries](https://posthog.com/docs/posthog-ai/session-summaries). ### Toolbar CSS selector warnings _December 12, 2025 · Growth Team · Toolbar_ The PostHog [Toolbar](https://posthog.com/docs/toolbar) now warns you when an action uses a fragile CSS selector that’s likely to break. We’ll also (politely) nudge you toward more stable selectors with recommendations. ### Stripe data source simplified API key setup _December 12, 2025 · Growth Team · CDP_ When linking Stripe as a [data source](https://posthog.com/docs/data-warehouse/sources), you can now use our pre-configured URL to open Stripe’s restricted API key creation screen with the required permissions already filled in – saving you a few clicks and *at least* a few dozen keystrokes. ### Map campaigns to non-integrated sources _December 12, 2025 · Web Analytics Team · Web analytics_ Non-integrated conversions (those with UTM parameters that don’t match any integrated campaign data) are now shown in a separate table in [Marketing Analytics](https://posthog.com/docs/web-analytics/marketing-analytics). You can map sources or campaigns using cell actions, or map both together using row actions. ### Installation health for Web Analytics _December 12, 2025 · Web Analytics Team · Web analytics_ There’s a new **Health** tab that shows how your [Web Analytics](https://posthog.com/docs/web-analytics) installation setup is doing at a glance. If something important is missing, you’ll see an alert so you can make fixes to get accurate metrics. ### Expanded logs view _December 12, 2025 · APM Team · Uncategorized_ You can now expand log rows to see all their attributes in [Logs](https://posthog.com/docs/logs). When expanded, it’s easy to add or exclude filters, break things down by attribute, or copy values. ### Add last seen column to power users table _December 12, 2025 · Customer Analytics Team · People & properties_ The power users table in [customer analytics and person profiles](https://posthog.com/docs/data/persons) now show when each user was last seen, so you can quickly tell who’s active and who isn't >:( ### Manual calculation for experiment running time _December 12, 2025 · Experiments Team · Experiments_ There’s now a manual calculation mode in the running time config for [Experiments](https://posthog.com/docs/experiments). Plug in your baseline conversion rate (or average events/property value), daily exposure, and MDE to calculate sample size and estimated running time. It’s useful when planning experiments before launch. ### Reported conversion value and ROAS trend lines _December 12, 2025 · Web Analytics Team · Web analytics_ You can now view reported conversion value and ROAS (return on ad spending) directly on [Marketing Analytics](https://posthog.com/docs/web-analytics/marketing-analytics) trend lines. You can opt into the Marketing Analytics beta in [feature previews](https://app.posthog.com/settings/user-feature-previews#marketing-analytics). ### Logs is in beta! _December 5, 2025 · APM Team · Uncategorized_ Logs is here, and it's in beta. It's free to use. Thinking of a fire now the weather's getting colder? WELL THEN YOU WILL NEED LOGS. Learn more about [Logs](https://posthog.com/docs/logs) ### Connect Supabase databases to PostHog _December 4, 2025 · Managed Warehouse Team · Data warehouse_ You can now connect your Supabase database to PostHog as a data source. Import tables from Supabase to combine with your product analytics data for deeper insights. Learn more about [querying Supabase data](https://posthog.com/tutorials/supabase-query) ### PostHog AI conversation feedback _December 4, 2025 · PostHog AI_ PostHog AI now asks for feedback on your overall conversation experience. Rate how helpful the conversation was, and if something didn’t work well, you can open a support ticket directly from the chat. This feedback appears at smart intervals to avoid interrupting delivering value for shareholders. Be honest – the AI can take it. ### Expo plugin for React Native error tracking _December 4, 2025 · Error Tracking Team · Error tracking_ Setting up error tracking in React Native apps using Expo is now easier with the new `posthog-react-native/expo` plugin. It automatically patches the necessary files for source map uploads, so you can spend less time configuring and more time shipping. Learn more about [React Native error tracking](https://posthog.com/docs/error-tracking/upload-source-maps/react-native#upload) ### Auto-filter person feeds in notebooks _December 4, 2025 · Customer Analytics Team · People & properties_ When viewing a person’s feed in a notebook, PostHog now automatically filters events to show only those related to that person. No more manually setting up filters every time you want to analyze a user’s journey. ### SDK version warnings for Surveys _December 4, 2025 · Surveys Team · Surveys_ PostHog now warns you before launching a survey if you’re using features that aren’t supported by your current SDK version. No more launching surveys into the void wondering why they’re not showing up. ### Automated LLM trace summarization _December 4, 2025 · AI Observability Team · AI observability_ PostHog now automatically summarizes your LLM traces every hour in the background. These summaries are generated using GPT-4.1 mini and will power upcoming clustering features that help you spot patterns across thousands of traces. ### Improved session replay mode for PostHog AI _December 4, 2025 · PostHog AI_ PostHog AI’s session replay mode just got a lot smarter. It now separates recording filtering from session summarization, giving it better context for analyzing your replays. PostHog AI can now research events and properties more effectively and supports “had event” filtering. TL;DR: It asks better questions before diving into your sessions, which means more accurate insights when you ask PostHog AI to analyze user behavior in recordings. ### Python typed schema exporter _December 4, 2025 · Product Analytics Team · Product analytics_ You can now generate strongly typed Python event definitions straight from your PostHog schemas. Get autocomplete and type checking for your events, so you never have to guess if it’s `user_signed_up` or `user_signup` again. Access it using the API endpoint or use `posthog-cli` to generate typed Python files for your project. Learn more about [schema management](https://posthog.com/docs/product-analytics/schema-management) ### Create Surveys from funnel insights _December 4, 2025 · Surveys Team · Surveys_ You can now create surveys directly from your customer analytics funnels. Spotted a drop-off in your funnel? Click the **ask users why** button to survey customers that bailed at that exact step. ### Name conditional branches in workflows _December 4, 2025 · Workflows Team · Workflows_ You can now name your conditional branches in workflows. Give them descriptive names like “Ideal customer profile” or “Churned users” or “Free-tier freeloaders” instead of trying to remember what each conditional branch does. ### Advanced filters for batch exports _December 4, 2025 · Managed Warehouse Team · CDP_ You can now use feature flags, HogQL, and person property filters in batch exports, not just event property filters. This brings batch export filtering up to speed with what you can already do in workflows. Learn more about [batch exports](https://posthog.com/docs/cdp/batch-exports) ### Android error tracking for minified builds _December 4, 2025 · Error Tracking Team · Error tracking_ You can now use error tracking on Android even with minified builds. Install the PostHog Android Gradle plugin to automatically upload your app’s symbol mappings and get readable stack traces. Learn more about [Android error tracking](https://posthog.com/docs/error-tracking/upload-mappings/android) ### Live tail view for Logs _December 4, 2025 · APM Team · Uncategorized_ Monitor your logs in real-time with the new “live tail” toggle. Watch new log entries appear automatically as they’re captured, without manually refreshing your search. ## November 2025 - 📺 [The SDK Doctor will see you now | Changelog S1E3](https://www.youtube.com/watch?v=xCrfK6eMexg) ### Surveys tab persons profiles _November 27, 2025 · Surveys Team · Surveys_ Adds a new **Surveys** tab on individual [persons profiles](https://app.posthog.com/persons), so it’s easier to find survey responses from an individual. ### Dive deeper section _November 27, 2025 · Product Analytics Team · Product analytics_ New dive deeper section introduced below insights. Use the recommended related insights to explore and understand your data better. ### Add session properties column to activity _November 27, 2025 · Events & actions_ You can now add session properties as a column in your [activity feed](https://app.posthog.com/activity/explore). ### Bing ads support _November 27, 2025 · Web Analytics Team · Web analytics_ You can now add [Bing Ads](https://posthog.com/docs/cdp/sources/bing-ads) as a new data source for CDP. ### Share PostHog AI conversations _November 27, 2025 · PostHog AI_ You can now copy a read-only link to any PostHog AI conversation to share with teammates. The link opens a new window of PostHog AI and displays the conversation. These links aren't public, users still need access to the organization to view the conversation. ### Allow semicolon at end of select statement _November 27, 2025 · Managed Warehouse Team · HogQL_ It works. It doesn’t throw an error. That’s it. ```sql SELECT 'hell_yeah' AS can_i_semicolon; ``` (You can finally add `;` in PostHog SQL) ### Project feed _November 27, 2025 · Replay Team · PostHog AI_ Introduced a new [**Feed** tab](https://app.posthog.com/feed) in the left-hand navigation. In your feed, you’ll find: - AI powered discoveries, like suggested insights, dashboards, experiment summaries, and more. - Updates from your team, like new dashboards, events, experiments, feature flag roll outs, and more. - Filter for specific changes, by event type or by author. Use feed to stay up to date with your team’s changes in your PostHog projects. ### Evaluation timestamp for feature flags _November 27, 2025 · Feature Flags Team · Feature flags_ Feature flag responses now include an `$feature_flag_evaluated_at` timestamp to make debugging timing-related issues much easier. ### Introducing PostHog AI agent modes _November 26, 2025 · PostHog AI_ PostHog AI now automatically selects special agent modes for analytics, SQL, and session replay. You can expect better, faster and more accurate responses in these specialized modes. Try asking PostHog AI a question like, [`show me pageview data in SQL `](https://app.posthog.com/#panel=max:show%20me%20my%20pageview%20data%20in%20sql). ### Summarize experiment results with PostHog AI _November 26, 2025 · Experiments_ Don’t understand Bayesian statistics or the frequentist method? Summarize experiments with PostHog AI to help you understand the results and make informed decisions. Ask [PostHog AI](https://app.posthog.com/experiments#panel=max) to summarize an experiment, or read about boring maths in the [experiments docs](https://posthog.com/docs/experiments/statistics-bayesian) ### Create feature flags with natural language _November 25, 2025 · PostHog AI_ You can now create feature flags with the power of your mind! ### PostHog AI is here _November 25, 2025 · PostHog AI_ [PostHog AI](https://posthog.com/docs/posthog-ai) just hit general availability. We opened it up to everyone because productivity at this scale is simply too good to keep locked up. - **Search and filter**: Find insights, filter session recordings, search the docs (it's basically Cmd+F for PostHog and your data) - **Write SQL**: Generate and debug queries without switching tabs (PostHog AI knows your event names, properties, and actions) - **Create and modify**: Build dashboards, create insights, set up surveys, feature flags and funnels (get complex outputs from simple instructions) You get 2,000 free credits every month to use AI features in PostHog ($20 value). P.S. In beta we called it "Max AI" which is kind of like calling Godzilla "Larry." We fixed this. ### Create experiments with natural language _November 25, 2025 · PostHog AI_ PostHog AI can now create experiments for you, just explain what your experiment should look like, then relax and let the AI cook your variants for you. ### Custom LLM analytics dashboards _November 21, 2025 · AI Observability Team · AI observability_ You can now customize your [LLM analytics dashboard](https://app.posthog.com/llm-analytics) just like any other dashboard. This means you can: - Add custom text cards and labels - Import custom insights - Reuse this dashboard across the platform ### AI summaries for LLM traces _November 21, 2025 · AI Observability Team · PostHog AI_ Quickly understand LLM trace behavior with AI-generated summaries that provide actionable insights at a glance. Choose minimal mode for 3-5 bullet points or detailed mode for 5-10 comprehensive points with ASCII flow diagrams. Summaries include: - Clickable line references that jump directly to specific lines in the text view - Highlighting of interesting patterns, errors, or unusual behavior ### React Native error tracking _November 21, 2025 · Error Tracking Team · Error tracking_ You can now monitor and debug errors in your React Native applications with automatic crash reporting and stack traces for JavaScript and native errors. Enable error tracking with a single configuration flag in the [React Native SDK](https://posthog.com/docs/error-tracking/installation/react-native). ### GitLab source linking _November 21, 2025 · Error Tracking Team · Error tracking_ You can now link to GitLab sources when [creating releases](https://posthog.com/docs/error-tracking/releases) in error tracking. Click the **view commit** button in your stack traces to see the referenced file in GitLab. ### Create events directly from the PostHog app _November 21, 2025 · Dashboards_ Create event definitions directly in the PostHog dashboard before any events are captured. Define the event name, add an optional description, assign an owner, and add tags to organize your events. First seen and last seen timestamps will be automatically set when the first actual event is ingested. ### Custom position for survey feedback button _November 21, 2025 · Surveys Team · Surveys_ Customize where your feedback button appears on your pages. Feedback button surveys now support multiple position options beyond the default right side placement. ### Deleting things in the side bar _November 21, 2025 · Platform UX Team · Uncategorized_ You can now delete stuff right in the product OS sidebar. Try right-clicking or selecting the kebab menu beside an item, and hitting **Delete**. Most deletes allow you to click **Undo** if you change your mind. (This action can be irreversible, so please don’t delete anything important) ### Define schemas events _November 21, 2025 · Events & actions_ You can now define schemas for your PostHog event properties, enabling you to: - **Define events upfront**: Create event definitions before implementing instrumentation to get type safety from day one. - **Label groups of properties**: Name groups by their purpose (e.g., "E-commerce Properties", "User Context"). - **Make your analytics more maintainable**: Avoid breaking your analytics implementation by adding type safety to your queries. Event schemas are optional and builds guardrails around your critical events. You can still define arbitrary events during capture. [Read the docs to learn more](https://posthog.com/docs/product-analytics/schema-management) ### Archive survey responses _November 21, 2025 · Surveys Team · Surveys_ Have any outdated, unhelpful, or irrelevant survey responses laying around? Archive them to reduce noise. You can also un-archive them later or show archived results, nothing’s lost. ### View releases in error tracking _November 21, 2025 · Error Tracking Team · Error tracking_ [Releases](https://posthog.com/docs/error-tracking/releases) are versions of your application that have been deployed. These contain git metadata such as the commit SHA, branch, and repository URL, which helps you track down the source of errors. They are automatically created when you upload source maps to PostHog. You can now find a record of all your releases in your [error tracking settings](https://app.posthog.com/settings/project-error-tracking#error-tracking-releases). ### Pin and compare logs _November 21, 2025 · APM Team · Uncategorized_ You can now pin logs to easily compare them side by side. Remember to enable prettify JSON to make logs easier to read. ### Quick filters in session replay _November 21, 2025 · Replay Team · Session replay_ In the overview properties of a session replay, you can click the filter icon beside a property to search for other sessions with a common property. This lets you quickly filter for sessions with similar referrers, belonging to the same user, and more. ### Navigation buttons don’t trigger rage clicks _November 21, 2025 · Replay Team · Session replay_ The web SDK can now automatically ignore rage clicks on buttons and links for navigation. This includes elements with aria-label that contain `next`, `previous`, `prev`, `>`, `<`. To enable this on your projects, update your configuration defaults to `2025-11-30` like this: ``` posthog.init('', { api_host: ' ', defaults: '2025-11-30', }) ``` You can still manually configure more ignores using the [rageclick configs](https://posthog.com/docs/libraries/js/config#configuring-rageclick) ### Schedule your workflows _November 14, 2025 · Workflows Team · Workflows_ You can now schedule workflows to be triggered for a later date and time. ### Copy web analytics data _November 14, 2025 · Web Analytics Team · Web analytics_ You can copy web analytics data directly to your clipboard in multiple formats, including CSV, JSON, and XLS. ### Code variables in error tracking _November 14, 2025 · Error Tracking Team · Error tracking_ In error tracking, you can use **code variables** to see the state of variables in each stack frame. This makes it much easier to understand the exact state your application was in when the exception occurred and eliminates the need to reproduce errors locally. Read our [docs](https://posthog.com/docs/error-tracking/code-variables) for more details. ### Plot specific time periods in retention insights _November 14, 2025 · Product Analytics Team · Product analytics_ You can now plot specific time periods in retention insights. Select individual weeks or months to visualize and quickly see how retention is improving over time. ### Sessions model for batch exports _November 14, 2025 · Batch Exports Team · CDP_ The sessions model for batch exports is now generally available. You can now export session-level data to destinations like S3, Snowflake, Postgres, BigQuery, and more. ### Save email as templates _November 14, 2025 · Workflows Team · Workflows_ In the workflows email editor, you can now save any email you’re working on as a reusable template at any time. ### Pause managed migrations _November 14, 2025 · Ingestion Team · Migration_ You can now pause and resume managed migrations, giving you more control and flexibility to deal with rate limits as you bring data over from S3, Mixpanel, or Amplitude. Check out the [docs](https://posthog.com/docs/migrate/managed-migrations) to learn more about managed migrations. ### Velocity stats _November 14, 2025 · Experiments Team · Experiments_ We’ve added velocity stats to your experiments to help keep track of your launch cadence. Stats for your stats! ### Filter event definitions by tags _November 14, 2025 · People & properties_ Filter your event definitions by specific tags for easier, more streamlined event management. ### Custom time brackets for retention insights _November 14, 2025 · Product Analytics Team · Product analytics_ You can now define custom time brackets for retention insight, enabling you to specify your own intervals for analyzing user engagement. ### Improved session replay filters _November 14, 2025 · Replay Team · Session replay_ We’ve updated the UI for session replay filters and added new shortcuts that let you instantly filter by email, user ID, path name, and URL. ### Import opt-out lists from Customer.io _November 14, 2025 · Workflows Team · Workflows_ You can now import opt-out or unsubscribe lists from Customer.io into PostHog, making it easier to migrate your messaging setup without losing your users’ existing communication preferences. ### Create experiments with PostHog AI _November 14, 2025 · PostHog AI_ PostHog AI can now create experiments and multivariate feature flags. You can have a fully configured experiment running in seconds. Try asking PostHog AI to “[set up an A/B test with a 70/30 split for testing a new red button on the homepage](https://app.posthog.com/#panel=max:!Set%20up%20an%20A/B%20test%20with%20a%2070/30%20split%20for%20testing%20a%20new%20red%20button%20on%20the%20homepage).” ### View related experiments _November 14, 2025 · Feature Flags Team · Feature flags_ You can now see which experiments are linked to a feature flag. You can also search for experiment keys directly from the feature flags list. ### Workflows is now in beta _November 12, 2025 · Workflows Team · Workflows_ Workflows let you kick off automations based on the actions of your users. Here are some examples of what it can do: - Can be triggered by a PostHog event, webhook, or by tracking pixel. Can also be fired manually or on a schedule. - Send emails, from simple notifications to full [drip campaigns](https://posthog.com/docs/workflows/email-drip-campaign) - Trigger Slack messages or webhooks based on live product events - Add delays, conditions, and branches to control when and how actions fire - Update user properties, trigger events, and kick off other workflows Read the [full announcement](https://posthog.com/blog/workflows-beta), [workflows documentation](https://posthog.com/docs/workflows), or [build your first workflow](https://app.posthog.com/workflows/new/workflow). ### Pin tabs _November 7, 2025 · Platform UX Team · Uncategorized_ You can now pin a tab in PostHog by right clicking a tab, then **Pin tab**. ### Issues and LLM traces in group feeds _November 7, 2025 · Platform UX Team · Groups_ In your [group feeds](https://app.posthog.com/groups/0), you can see error tracking issues impacting and LLM traces generated by the group’s member users. If you haven’t created any groups in your project yet, [learn more about group analytics in the docs](https://posthog.com/docs/product-analytics/group-analytics). ### Flutter SDK now supports error tracking (beta) _November 7, 2025 · Error Tracking Team · Error tracking_ The Flutter SDK now supports error tracking. Add error tracking to your Flutter projects by following the [installation guide](https://posthog.com/docs/error-tracking/installation/flutter). This is an early beta release of error tracking for Flutter with many features planned for later releases. If you have any questions or feedback, we’d love to [hear from you](https://app.posthog.com/error_tracking#panel=support%3Asupport%3A%3A%3Afalse). ### Heatmaps get a major upgrade _November 7, 2025 · Replay Team · Session replay_ Heatmaps are now better than ever with a long list of improvements: - You can now save and filter heatmaps. - There are now 3 types of heatmaps: screenshot, iframe, and recording (only from session replays). - View the same heatmap across 7 different mobile and desktop screen widths. - Export heatmaps as PNGs. Try [creating a new heatmap](https://app.posthog.com/heatmaps/new) and filtering through your [saved heatmaps](https://app.posthog.com/heatmaps). ### Audit logs for personal API keys and logins _November 7, 2025 · Platform Features Team · Configuration_ Keep track of personal API keys being created by developers in your organization in your [audit logs](https://app.posthog.com/activity-logs?start_date=-30d&scopes=PersonalAPIKey). You’ll also be able to see logs when a member logs in or out. ### Import saved insights into notebooks _November 7, 2025 · Customer Analytics Team · Product analytics_ You can now (finally) import a saved insight into your notebooks. Try it by typing `/` into your notebook, select **Insight**, and click the **+** button to add it to your notebook. ### Organization-level default to anonymize IPs _November 7, 2025 · Growth Team · Configuration_ Adds an organization-level setting to [discard customer IP data](https://app.posthog.com/settings/organization-details#organization-ip-anonymization-default). When enabled, all **new** projects will default to discarding IPs on captured events. This is particularly useful for complying with [GDPR](https://posthog.com/docs/privacy/gdpr-compliance). Remember, this is a default for new projects. You can still configure each project individually in their [project settings](https://app.posthog.com/settings/project-product-analytics#datacapture). ### Streamer mode available in the toolbar _November 7, 2025 · Growth Team · Toolbar_ Building in public and streaming your progress? Don’t leak customer data on stream. You can now hide PII with the [PostHog toolbar](https://posthog.com/docs/toolbar). ## October 2025 - 📺 [Multitaskers, rejoice! PostHog now supports tabs | Changelog S1E2](https://www.youtube.com/watch?v=bs_v-xY7Nqw) ### Email MFA confirmation for new logins _October 31, 2025 · Platform Features Team · Uncategorized_ Users logging in without SSO or an OTP device will be sent an email verification link. A quick click keeps your account secure – no codes, no drama. ### Full-text search capabilities _October 31, 2025 · PostHog AI_ PostHog AI can now search across your dashboards, experiments, feature flags, cohorts, actions, surveys, and error tracking by using full-text search tool calls under the hood to find relevant resources. That means smarter, more context-aware answers. ### GitLab integration for error tracking _October 31, 2025 · Error Tracking Team · Error tracking_ We’ve added an error tracking integration for GitLab, enabling you to connect PostHog issues with your GitLab projects for easier management. ### Groups section in new tabs _October 31, 2025 · Platform UX Team · Uncategorized_ In the new tab page, we’ve added a dedicated section for groups, which are custom defined entities like companies or organizations, for quick and easy access. ### Console logs in exception timeline _October 31, 2025 · Error Tracking Team · Error tracking_ Console logs now appear directly in the **Session** tab's timeline for an error tracking issue, helping you see exactly what led to the error. ### Base currency conversion _October 31, 2025 · Web Analytics Team · Web analytics_ We now convert all currencies to your team’s base currency for consistent reporting. All integrations support currency conversion, so everything adds up. Open your [project settings](http://app.posthog.com/settings/project-marketing-analytics) to set your base currency. ### Updated chat UI _October 31, 2025 · PostHog AI_ PostHog AI now shows you what it’s thinking about. With the updated chat UI, you can see PostHog AI’s reasoning, planning, and tool calling all in real-time. ### Duplicate static cohorts _October 31, 2025 · Feature Flags Team · People & properties_ You can now duplicate static cohorts and create copies with a single click. ### Capture events when elements scroll into view _October 31, 2025 · Replay Team · Uncategorized_ The new `PostHogCaptureOnViewed` component enables you to automatically capture events when elements scroll into view in the browser. It’s useful for tracking impressions of important content, monitoring user engagement with specific sections, or understanding which parts of your page users are actually seeing. ``` import { PostHogCaptureOnViewed } from 'posthog-js/react' function App() { return (
Your important content here
) } ``` Read the [docs](https://posthog.com/docs/libraries/react) for more details. ### Refreshed UI for new tabs _October 31, 2025 · Platform UX Team · Uncategorized_ We’ve updated the new tabs UI with a cleaner, more streamlined single-column layout that now shows your most recently visited apps, dashboards, and insights at the top for quick and easy access. ### BETWEEN operator support for PostHog SQL _October 31, 2025 · Managed Warehouse Team · HogQL_ PostHog SQL now supports the BETWEEN operator, so you can write queries like: ``` SELECT column BETWEEN low_value AND high_value ``` ### Data warehouse prices cut by 20% _October 29, 2025 · Managed Warehouse Team · Data warehouse_ **TL;DR** - [We're now the cheapest data warehouse option at any volume](https://posthog.com/pricing) - We're now charging the average team 20% less than before - We've added more tiers, making our pricing more fair - You'll get 7 days of free usage now, and whenever you add a new source This is good for you, but will cut our data warehouse revenue by 40%. So, why do it? Firstly, we want to do what's right for you. A 7-day free period lets you test things for free. If it works, we think you'll stick around a while and spend more money. If not, you were going to churn anyway. We also want to be the obvious choice for a data warehouse. Our goal is to always undercut competitors. We can do this because we have a lot of products, so the unit economics equal out. [More products coming soon!](https://app.posthog.com/settings/user-feature-previews) It's important to note too that we want to build sustainably. Despite the revenue hit, every product we offer is margin-positive and we remain [default alive](https://posthog.com/newsletter/the-companies-that-shaped-posthog#our-takeaways-2). This isn't a loss-leader, it's an investment in retention. Fingers crossed it pays off. [We've also added some new sources](https://posthog.com/docs/data-warehouse/sources) over the last three months and [PostHog AI](https://posthog.com/ai) can now also help you write SQL faster than ever. So, if you're looking to try the data warehouse out then there has never been a better time to [get started](https://posthog.com/docs/data-warehouse/start-here). ### Pinned persons properties in replays _October 24, 2025 · Replay Team · Session replay_ You can now customize the pinned persons properties when watching session replays. Pin your custom fields, like organization names or paid plan tiers, to the person’s overview for quick reference and context. ### Faster buffering for long session replays _October 24, 2025 · Replay Team · Session replay_ Long session replays now take less time to buffer. Session replay only loads the next 15 minutes of the session at a time, with an indicator in the seekbar showing what’s been loaded. ### Include mean metrics in the query builder _October 24, 2025 · Experiments Team · Experiments_ You can now include mean metrics directly within the query builder interface for data analysis. ### Duplicate surveys to multiple projects at once _October 24, 2025 · Surveys Team · Surveys_ Do you have a survey that you need for multiple projects? You can now create it once, duplicate it, and add it to all the projects you need with multi-select. ### Filter overrides for dashboard tiles _October 24, 2025 · Product Analytics Team · Dashboards_ You can now set filter overrides for individual dashboard tiles in product analytics. This means you can customize filters for every insight without leaving the dashboard. Find filter overrides in the three dots menu of a tile, tweak the filters, and you’re all set. ### New changelog layout _October 24, 2025 · Website Team · Uncategorized_ Have you seen our new changelog? Well you’re looking at it right now! ### Meet the SDK doctor (beta) _October 24, 2025 · Support Team · Configuration_ You’re overdue for a checkup. Let the SDK doctor take a look. The new SDK doctor helps you stay on top of your SDK versions across several platforms, from JavaScript to iOS to Go. It’s currently in beta. It detects outdated SDKs in your recent events, flags them with 🟢🟡🔴 indicators, and links you to the right changelogs and docs. Outdated SDKs trigger a sidebar alert, so you can inspect and fix version issues. ### PostHog AI is now tab aware _October 24, 2025 · Platform UX Team · PostHog AI_ ~Max~ PostHog AI is now aware of the active tab that you’re on, so you can expect it to give more context aware responses. ### TikTok Ads as a data source _October 24, 2025 · Managed Warehouse Team · CDP_ If you run ads on TikTok, you can now import ad performance data into PostHog. Connect them as a source in your [marketing analytics settings](https://us.posthog.com/settings/project-marketing-analytics#marketing-settings). ### Sort error tracking issues by revenue _October 24, 2025 · Error Tracking Team · Error tracking_ You can now sort issues in error tracking by revenue, so you prioritize fixes based on business impact and see which errors are costing you the most. Once you’ve configured error tracking and revenue analytics in your PostHog project, try sorting by revenue in the [issue tracker](https://app.posthog.com/error_tracking?orderBy=revenue). ### Android SDK now supports error tracking (beta) _October 24, 2025 · Error Tracking Team · Error tracking_ Error tracking for Android is in beta. If you already have the PostHog Android SDK (versions 3.24.0 and above) installed in your project, you can enable error tracking like this: ```kt import com.posthog.android.PostHogAndroidConfig val config = PostHogAndroidConfig( apiKey = POSTHOG_API_KEY, host = POSTHOG_HOST ).apply { ... errorTrackingConfig.autoCapture = true } ... ``` [Learn more about error tracking for Android in the docs](https://posthog.com/docs/error-tracking/installation/android). ### Auto-generated collections for session replays _October 24, 2025 · Replay Team · Session replay_ PostHog automatically creates collections for your replays to make them easier to sort through based on the following: - Your watch history - Summarised sessions - Commented sessions - Publicly shared sessions - Sessions that have been clipped or screenshotted [See them in your collections tab](https://app.posthog.com/replay/playlists?page=1&tab=inspector) ### Improved Redshift batch export performance _October 24, 2025 · Managed Warehouse Team · CDP_ Redshift batch export now supports `COPY` for batch exports. Expect to see a significant improvement in performance. Support for the[ `COPY` operations](https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html) in RedShift requires slightly more configuration than before. You can learn about the new configuration steps in the [CDP documentation](https://posthog.com/docs/cdp/batch-exports/redshift). ### Choose your attribution mode _October 17, 2025 · Web Analytics Team · Web analytics_ You can now set your attribution mode as **First Touch** or **Last Touch**, giving you control over how conversions are counted and how to define attribution. ### PostHog AI can navigate PostHog _October 17, 2025 · PostHog AI_ PostHog AI just got another upgrade 🧠. PostHog AI can now navigate PostHog's in-app UI, see the results of its actions, and verify its results across products and tools. Try asking PostHog AI to filter session recordings right from your project homepage. ### Runtime control for /flags API _October 17, 2025 · Feature Flags Team · Feature flags_ You can now include `evaluation_runtime` in your request to the API endpoint `/flags`. This gives you explicit control over which flags are evaluated across client and server contexts. ### Issues section on person profiles _October 17, 2025 · Customer Analytics Team · People & properties_ We shipped a dedicated Issues section for persons, letting you quickly scope error tracking data for a specific user profile. ### Sync company data from PostHog to HubSpot _October 17, 2025 · Workflows Team · CDP_ You can now automatically create or update HubSpot company records based on PostHog group properties. The new [HubSpot company sync destination](https://posthog.com/docs/cdp/destinations/hubspot-company) allows you to push updates so your CRM stays in sync. ### RBAC for web analytics _October 17, 2025 · Web Analytics Team · Web analytics_ Web analytics now supports role-based access control (RBAC), so you can define who can view reports, change settings, or access sensitive data. Keep your analytics secure and your permissions precise. ### Retention rolling time windows _October 17, 2025 · Product Analytics Team · Product analytics_ You can now configure retention analysis using rolling 24-hour windows instead of fixed calendar intervals. This gives you precise, user-based time windows for cleaner, more accurate retention data. ### Marketing analytics overview dashboard _October 17, 2025 · Web Analytics Team · Web analytics_ We’ve introduced a marketing analytics overview dashboard, giving you a high-level overview of key performance metrics. Built with new query types and improved data handling under the hood, it’s a fast and easy way to understand your marketing impact. ### Limit how often users can enter a workflow _October 17, 2025 · Workflows Team · CDP_ You can now cap how many times a user can go through a workflow. Set maximum enrollments and define a reset window using new masking options to prevent over-triggering and manage your campaigns. ### Expand AI generations _October 17, 2025 · AI Observability Team · AI observability_ You can now expand individual AI generations directly in the list view. ### Recalculate timeseries _October 17, 2025 · Experiments Team · Experiments_ You can now trigger a full timeseries recalculation when metrics or experiment settings change. Click the **Recalculate** button in the experiment modal. ### Summarize session replays _October 10, 2025 · Replay Team · PostHog AI_ Don’t have the time to watch all your session replays? Max can watch recordings and summarize the replays for you. Head to session replays and [try asking Max](https://app.posthog.com/project/2/replay/home#panel=max%3ACan%20you%20summarize%20my%20recent%20session%20replays%3F%0A) about your sessions. ### Better UI for path cleaning rules _October 9, 2025 · Web Analytics Team · Web analytics_ [Path cleaning rules](https://posthog.com/docs/product-analytics/paths#path-cleaning-rules) let you use regex to create aliases for paths. For example, with the regex: `\/merchant\/\d+\/dashboard$` The paths under`https://example.com/merchant/12345/dashboard` and `https://example.com/merchant/6789/dashboard` would both become `https://example.com/merchant/dashboard`. This is very helpful when analyzing user paths. The new UI update organizes path cleaning rules as a drag and drop, sorted table. Configure it in your [project settings]( https://app.posthog.com/settings/project#path-cleaning). ### Scheduled feature flag updates _October 9, 2025 · Feature Flags Team · Feature flags_ You can now schedule changes to feature flags at a future point in time. You can schedule: - Updates to feature flag variants - Updates to feature flag status - New rollout conditions To try scheduling, edit one of your [feature flags](https://us.posthog.com/feature_flags) and schedule a change under the **Schedule tab**. ### Batch open error tracking issues _October 9, 2025 · Error Tracking Team · Error tracking_ Love hoarding tabs? Batch select error tracking issues and click the **Open all** button to open each issue in their own tab. This helps you triage issues faster and look extra productive around your coworkers . ### Display heatmap data with wildcard URLs _October 9, 2025 · Replay Team · Session replay_ You can now overlay a **Display URL** with data from a separate **Heatmap data URL**. This lets you overlay one page’s heatmap over another URL. The heatmap data URL also supports wild cards like `foo.bar/pages/*`, which lets you *aggregate* heatmap data over many similar pages. ### Configurable recalculation time _October 9, 2025 · Experiments Team · Experiments_ You can configure when your experiment calculations automatically refresh in the [experiment settings](https://app.posthog.com/experiments?status=all&page=1&tab=settings). Usually, this is before the start of a work day for your team. ### Custom model pricing _October 9, 2025 · AI Observability Team · AI observability_ Struck a deal with your model provider? You can now set custom per-token costs for input, output, and cache reads/writes via event properties for accurate billing analytics. Find details in the [LLM analytics documentation](https://posthog.com/docs/llm-analytics/calculating-costs#setting-custom-pricing). ### Role-based access controls for actions _October 9, 2025 · Platform Features Team · Configuration_ You can now configure role-based access controls for actions to prevent unwanted tempering for critical action definitions. You can configure them [per action](https://app.posthog.com/data-management/actions) in the right hand access control tab. ### Advanced activity logs _October 9, 2025 · Platform Features Team · Configuration_ Follow your whole team’s activity logs on [a single page](https://app.posthog.com/activity-logs). - Filterable by user, scope, activity type, date, and more. - Export data as CSV or Excel. - Detailed diffs for each log entry. - Perfect for auditing and investigating incidents. You can find the activity log in your [project settings](https://app.posthog.com/activity-logs). ### Unified role-based access control (RBAC) _October 6, 2025 · Platform Features Team · Configuration_ We currently have some features that allow users to set who can view and edit certain parts of PostHog, but such features don't exist for every product. We are considering overhauling our RBAC functionality, bringing it to every PostHog product, and unify the functionality across each product. If you have any feedback or specific feature request, please leave a comment on the linked GitHub issue! ### Tabs _October 3, 2025 · Platform UX Team · Dashboards_ PostHog now supports tabs. Multi-taskers, rejoice. Switch between and manage all your PostHog workflows in one place. Open dashboards, insights, SQL editors, error tracking, session replays, any of our products and features – each in their own tab. You can even set the “'new tab” layout as your homepage, giving you quick access to search, shortcuts, dashboard and notebook creation, recently viewed pages, and more. It’s like having a command center for your PostHog projects. Log in to your homepage and try out tabs. ### Pass $anon_distinct_id with backend feature flag calls _October 2, 2025 · Feature Flags Team · Feature flags_ You can now pass $anon_distinct_id in person_properties when calling feature flags from backend SDKs. This ensures flag persistence works even if you only identify users on the backend. In practice, it means evaluations will stay consistent across frontend and backend requests – even if the frontend only has an anonymous ID. See our [feature flag best practices](https://posthog.com/docs/feature-flags/best-practices#12-consistent-flag-evaluations-across-frontend-and-backend) for more ### Unstacked bar charts _October 2, 2025 · Product Analytics Team · Product analytics_ We added support for unstacked bar charts as a graph option in PostHog insights. When comparing results to a previous period, bars are now shown side by side for quick and easy analysis. ### Export session replays as GIFs or MP4s _October 2, 2025 · Replay Team · Session replay_ Love watching session replays? Don’t keep it to yourself. You can now export 5–15 second clips from session replays as GIFs or MP4s to share highlights with your team. ### Max AI can create filters for revenue analytics _October 2, 2025 · PostHog AI_ Max AI can create and update filters and breakdowns in revenue analytics for you. Skip the clicks and instead ask Max to do things like: - Break down revenue by product for the last year - Show revenue from customers in France - Analyze revenue for the 2025-10 customer cohort Open [revenue analytics](http://app.posthog.com/revenue_analytics) and click the hedgehog icon to open Max AI. ### Configurable runtime evaluation _October 2, 2025 · Feature Flags Team · Feature flags_ You can now specify evaluation runtimes for feature flags, enabling you to control for environments and optimize performance. Feature flags can be scoped to: - **Server**: Flags are only evaluated on server-side SDKs (Node.js, Python, Ruby, Go, PHP, etc.) - **Client**: Flags are only evaluated on client-side SDKs (JavaScript, React, mobile SDKs) - **All** (default): Flags are evaluated in both server and client environments Read our [feature flag docs](https://posthog.com/docs/feature-flags/creating-feature-flags#evaluation-runtime) for more information on runtime evaluation.