Le-Ko — PostHog error health snapshot

Focus: what errors got worse, where they happen, and what blocks app usage

Current period: 17 Jul – 23 Jul 2026 · Comparison: 10 Jul – 16 Jul 2026
Report generated: 28 July 2026 · Source: PostHog Error Tracking ($exception + onboarding events)

Executive summary PostHog Error Tracking

17
Total exceptions
-100.0% vs prior week
1
Users affected
-99.4% vs prior week
1
Distinct issues
-97.5% vs prior week

Overall volume improved vs prior week

Exceptions fell from 175,392 to 17 (-100.0%). Users affected: 176 → 1. Prior week spike on 2026-07-15 (73,419 events) was mostly onboarding validation noise.

Breaking errors this week (specific)

Login / OTP (not the same as SMS failure)

Error overview Volume & source

Daily exceptions (Day 1–7 aligned)

This week peaked on Day 1 (17 exceptions on 2026-07-18).

Exceptions by SDK / source

SourceThis weekUsersPrior weekUsers
Mobile (posthog-react-native)879155
Backend (posthog-node)171174,51339

Most common errors By issue

Where errors happen

Most problems fall into a few buckets: phone lost connection, events list could not load, signup validation (text too long, bad nickname), and background server checks that rarely affect real users. Same user-facing error on iPhone and Android is shown as one row. Use the Context column for what happened and how to debug.

Top issues this week (by occurrences)

ErrorContextBreaking?OccurrencesUsersPrior occ.Prior usersArea
Background lookup failed (low user impact)

Almost all hits come from one backend actor (polling/integration), not thousands of real users. Safe to deprioritize unless user count spikes.

Technical details
Label: Resource NOT_FOUND (backend)
Exception: Error · NOT_FOUND
SDK: posthog-node
PostHog issue: 019ae8ea-0046-7a20-9cd1-46571bb53d41
Debug hint: posthog-node capture with value NOT_FOUND. Find captureException('NOT_FOUND') in backend; likely id lookup miss.
Noise / low impact171174,2061backend API

Critical errors App- & feature-blocking · week-over-week

App/feature-blocking issues: this week vs prior week

Onboarding & login errors Signup & setup path

0
Onboarding exceptions
-100.0% vs prior week
25
LoginOtpFailed (wrong code)
-61.5% vs prior week
35
SMS send failures
+6.1% vs prior week

Wrong code ≠ SMS not delivered

When someone enters a bad verification code, they see: “The code is not correct. Please request another code or try again.” The text message already arrived — they can retry. This is not the same as failing to send the SMS.

SMS could not be sent — true login blocker

35 users hit “Could not send the verification code” this week. They cannot move past phone entry until send works. Watch this number closely.

About text too long blocks one signup step

Users who write more than 500 characters in About must shorten their bio before continuing. Annoying but fixable — the rest of the app still works.

Step Events
This week
Users
This week
Events
Prior week
Users
Prior week
SMS code requested
User asked us to send a verification text.
393319802555
Verification code entered
User typed a code and tapped submit (includes retries).
347308562483
Login succeeded
Code was accepted and login completed.
322306498476
Wrong or expired code
Code rejected — SMS was sent; user can try again.
25126519

How to read these numbers

  • Events ≠ users. One person retrying a bad code many times creates many failure events. This week: 25 failures from 12 users. Prior week: 65 failures from 19 users.
  • User-level impact: only 3.4% of people who requested an SMS in the prior week (19 of 555) had at least one wrong-code failure. This week: 3.8% (12 of 319).
  • Submits > requests is normal — users often submit several times before getting it right.
  • Prior-week spike: 26 wrong-code events on 2026-07-10 from only 8 users — likely heavy retries or testing, not a mass login outage.
  • 2 people in the prior week typed the wrong code 10+ times each — they account for most of the 65 failure events.
  • Wrong-code failures are not SMS delivery failures. See SMS send failures below for true blockers.

LoginOtpFailed reasons (this week)

Error message shown to userCountUsers
Неправильный код. Запросите новый код или попробуйте снова
Shown in app: Неправильный код. Запросите новый код или попробуйте снова
1710
Произошла непредвиденная ошибка.
Shown in app: Произошла непредвиденная ошибка.
62
Wrong or expired code — user can try again or request a new SMS
Shown in app: The code is not correct. Please request another code or try again.
21

SMS send failures (this week)

EventMessageCountUsers
ActionPhoneVerificationErrorCould not send the verification code (SMS gateway or phone issue)
Technical: Не удалось отправить код. Попробуйте снова.
216
ActionPhoneVerificationErrorCalling the 'setValueWithKeyAsync' function has failed → Caused by: No keychain is available. You may need to restart your computer.
Technical: Calling the 'setValueWithKeyAsync' function has failed → Caused by: No keychain is available. You may need to restart your computer.
121
ActionPhoneVerificationResendErrorCould not send the verification code (SMS gateway or phone issue)
Technical: Не удалось отправить код. Попробуйте снова.
21

Onboarding-related exceptions this week

Onboarding exceptionContextBreaking?OccurrencesUsersPrior occ.Prior usersArea
No onboarding-classified exceptions in top issues.

Step-blocking only (user can fix & retry)

ErrorContextBreaking?OccurrencesUsersPrior occ.Prior usersArea
No step-blocking issues in top set.