コンテンツにスキップ
Zidooka
スポンサーリンク

PostHog Error Tracking and Surveys: Free Tools You’re Not Using Yet

* If you need help with the content of this article for work or development, individual support is available.

PostHog Has More to Offer

We've covered PostHog's product analytics, A/B testing, and session replay. But two more features are easy to miss:

Error Tracking and Surveys.

Error Tracking — Connect Errors to Sessions

PostHog's Error Tracking automatically collects JavaScript errors from your frontend.

Setup is a one-line addition to your posthog-js init:

posthog.init('YOUR_KEY', {
  ...
  capture_exceptions: true,
});

Unhandled JS errors will now flow into PostHog automatically. Add a React Error Boundary to capture caught exceptions as $exception events.

Error Tracking includes 100K exceptions per month for free. For indie devs and small sites, that's more than enough.

PostHog Error Tracking dashboard

Why It Matters

Sentry is the go-to for error monitoring — but if you're already using PostHog, you don't need it. Everything lives in one dashboard: error lists, aggregations, and session replay integration.

You can ask:

  • "What was the user doing right before this error?"
  • "How many times is this error happening this month?"
  • "Which browser/OS is most affected?"

All from PostHog.

Surveys — Ask Your Users Directly

PostHog Surveys lets you show on-site feedback forms without writing code. Just create a survey in the PostHog dashboard, and posthog-js handles the display.

PostHog Surveys dashboard

How to Set It Up

  1. PostHog dashboard → Surveys → New Survey
  2. Choose question type (rating, multiple choice, open text)
  3. Set targeting conditions (URL, user properties, rollout %)
  4. Publish

That's it. The survey appears on your specified pages automatically.

The free tier includes 1,500 responses per month. More than enough for most small to medium sites.

Summary

PostHog's Error Tracking and Surveys let you skip additional tools and keep everything in one place.

  • Error Tracking: One line of config, no Sentry needed.
  • Surveys: No-code feedback forms for direct user insights.

Product analytics, A/B testing, session replay, error tracking, and surveys — all free up to 1M events/month. PostHog is the strongest all-in-one stack for indie developers right now.

Related:

スポンサーリンク

ZIDOOKA!

Need help with the content of this article?

I provide individual technical support related to the issues described in this article, as a freelance developer.
If the problem is blocking your work or internal tasks, feel free to reach out.

Support starts from $30 USD (Estimate provided in advance)

Policy on AI Usage

Some articles on this site are written with the assistance of AI. However, we do not rely entirely on AI for writing; it is used strictly as a support tool. We believe that if using AI improves productivity and helps convey the message more effectively, it should be utilized.

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です