惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
博客园 - 【当耐特】
博客园 - 叶小钗
量子位
博客园 - 聂微东
S
SegmentFault 最新的问题
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
宝玉的分享
宝玉的分享
小众软件
小众软件
罗磊的独立博客
有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog

PostHog's RSS Feed

Training our own AI models - PostHog From 270GB RAM to 5GB: Moving local flag evaluation from Django to Rust The best analytics stack for vibe-coded apps The do's and don'ts of minimum viable product marketing - PostHog The best MCP servers for startups, by workflow 4,063 errors closed without a human opening PostHog – here's what we learned - PostHog PostHog Code and the self-driving product - PostHog Why attacking your competitors online is dumb - PostHog The best real-time analytics platforms for developers, compared DuckDB vs ClickHouse: Why we use both at PostHog - PostHog PostHog's next chapter - PostHog Making Claude Cowork actually useful - PostHog PostHog vs Matomo in-depth tool comparison You're doing lifecycle emails wrong Untangling Tokio and Rayon in production: From 2s latency spikes to 94ms flat The best HIPAA-compliant A/B testing tools - PostHog A beginner's guide to testing AI agents - PostHog I hate the standup bot (so I built an agent to do it for me) - PostHog The best CDPs for developers, compared The best error tracking tools for developers, compared The best feature flag software for developers, compared 7 best session replay tools for mobile apps 7 best free open source business intelligence tools right now 7 best free and open source LLM observability tools PostHog vs LogRocket in-depth tool comparison The most popular PostHog alternatives, compared Open source (and self-hosted) session replay tools - PostHog The 9 best GA4 alternatives for apps and websites - PostHog PostHog vs Google Analytics 4 in-depth tool comparison How we built automatic clustering for LLM traces - PostHog
Array 1.27.0 - PostHog
2021-07-26 · via PostHog's RSS Feed

PostHog 1.27.0 is here!

A completely redesigned funnels experience will help you dive deeper to understand why your users aren't converting. Faster and smoother experience to create and filter insights and get more useful results from your graphs. Plus 400+ improvements & fixes across the entire app.

Thanks to all our community members for helping move PostHog forward! This release cycle's Community MVP goes to... DimitrisMazarakis!

Dimitris added an option to automatically refresh dashboards every couple of minutes. You can now have your PostHog dashboards in separate monitors or your conference room TV always in sync! Thanks for driving this forward, Dimitris!

If you haven't seen it yet, we have a new page dedicated to our contributors. Every contributor gets their own digital card, and we provide a leaderboard with stats on each person's contributions. We also have a bot that sends a gift card for PostHog merch to contributors for every PR merged, and we welcome all types of contributions!

Help Us Improve PostHog

We’re working hard to improve the PostHog experience and would love to talk to you! Please join one of our Product, Engineering or Marketing team members in a quick 30-min call to help us understand how to improve. Schedule directly on Calendly.

As a small thank you for your time, we're giving away some awesome PostHog merch!

Want to just try it already?

(Sorry for the shameless CTA.)

PostHog 1.27.0 Release Notes

If you're self-hosting and want to upgrade for a better experience and new features, remember to update your PostHog instance.

In this release:

New Funnels Experience

Funnels have a new bar-chart visualization and show more comprehensive metrics. You can now choose whether to display conversion rates for the full funnel or from each step to the next.

Funnel steps

Breakdowns are now supported on funnels! This allows you to identify how user and event properties (for instance, browser or referral source) affect your conversions.

Funnel breakdowns

Clicking on a funnel step will reveal a list of persons who have continued or dropped off at that step. From there, you can easily view their sessions (provided you have Session Recording enabled) to find unknown problems or opportunities that would otherwise be hidden in the data.

Persons modal

Going beyond averages, the new Time to Convert view shows a distribution of time spent between steps or for the whole funnel.

Funnel time conversion

Revamp of legend table & insight tooltips

The legend table for Insights has received a major styling revamp, including nicer formatting for dates and numbers and clearer identification of breakdown values.

Funnel time conversion

New tooltips allow you to scan and compare multiple values at a glance.

Funnel time conversion

New filter experience

It's now easier than ever to find the event, user, or cohort definitions you're looking for when adding a filter to a query. This change also causes Insights to load significantly faster.

Funnel time conversion

ClickHouse is now free to use!

A few months after PostHog we started hitting limitations on some operations running on Postgres. We then decided to develop full support for a ClickHouse backend. ClickHouse is a very powerful OLAP database that works specially well at computing analytics for huge volumes of data. At first this ClickHouse backend was launched as a premium feature requiring an Enterprise license. Some weeks ago we decided to offer a free version with a restriction of 3 team members to serve as trial for the feature.

Since then, we have ironed out all the details and have now decided to make this feature fully free now, no longer requiring a license nor having any additional restrictions. This comes from our commitment to supporting teams and companies of any size, so you can continue using PostHog for free even if your event volume increases significantly.

ClickHouse is deployed a bit differently than our traditional deployment options, you can find full deployment instructions here: https://github.com/PostHog/charts-clickhouse/

Improvements & Fixes

  • Domain whitelist to allow self-serve signup with social providers (#5111).
  • Better errors & empty states when generating insights.
  • Apps UI revamp (#5137, #4871).
  • You can now pass a Personal API key to API requests to work with different projects (#5044).
  • Your instance can now be multi-org (premium feature) by setting MULTI_ORG_ENABLED environment variable (#5108).
  • Performance improvements around insight requests and caching to optimize resource usage.
  • Support spaces and brackets when creating actions (#5070).
  • Improvements around internal metrics to better track your instance performance.
  • Fixes around navigation throughout the app.
  • API endpoint to get feature flags for a user, /api/feature_flags/user_status?distinct_id=ID.
  • See specific list of matched events when searching sessions.
  • Export or create cohorts from list of persons in insights.
  • Auto-refresh dashboards every 2 minutes so you can always have them up-to-date in your office screens.
  • 400+ other improvements & bug fixes.

In addition to the highlights listed above, we also merged a bunch of PRs to improve PostHog's experience, performance and reliability. Plus we fixed a ton of bugs. Check out all our main repos for details:

Deprecation Notice

⚠️ The /api/user endpoint has been deprecated for a while and will be removed on the next version (1.28.0).

PostHog News

Welcome Chris Clark! Chris joined our Core Experience Team to help us level up our product experience! You can already see a ton of his work in our new funnels feature. Chris is pro-pinneaple on pizza (🍍 on 🍕) "but generally accepting of all pizza views and requirements".

I once impulse-purchased a baby goose.

We'd love to hear anything you have to say about PostHog, good or bad. As a thank you, we'll share some awesome PostHog merch.

Want to get involved? Email us to schedule a 30 minute call with one of our teams to help us make PostHog even better!

We want to thank each and every community member that contributed to this release of PostHog!

Join us in helping make more products successful! We're currently hiring for the following roles:

  • Senior Software Engineer
  • Senior Software Engineer (Backend focus)
  • Staff Software Engineer

Don't see a role for you? We're always looking for exceptional people, reach out! Check out our Careers page for more info.


Enjoyed this? Subscribe to our newsletter to hear more from us twice a month!

Want to just try it already?

(Sorry for the shameless CTA.)