Skip to content

chore: bump posthog-telemetry to f550a66 (Error Tracking fix)#104

Merged
jrosskopf merged 1 commit into
mainfrom
chore/bump-posthog-telemetry-f550a66
Jul 17, 2026
Merged

chore: bump posthog-telemetry to f550a66 (Error Tracking fix)#104
jrosskopf merged 1 commit into
mainfrom
chore/bump-posthog-telemetry-f550a66

Conversation

@jrosskopf

@jrosskopf jrosskopf commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Pulls in DataZooDE/posthog-telemetry#10 — CaptureError() now stamps $exception_list ([{type,value}] = error_class, no stack by design) and a product-scoped $exception_fingerprint (/<error_class>). Previously every $exception event was rejected by PostHog ingestion ("missing field $exception_list"), so no Error Tracking issues were ever created.

Submodule fast-forward only, no API changes.

Local verification

  • GEN=ninja CORES=8 CMAKE_BUILD_PARALLEL_LEVEL=8 make release with the vcpkg toolchain — succeeded (545/545 ninja targets), after applying the known local workaround for old vcpkg ports under system CMake 4.4 (CMAKE_POLICY_VERSION_MINIMUM=3.5, VCPKG_KEEP_ENV_VARS).
  • DATAZOO_DISABLE_TELEMETRY=1 ./build/release/test/cpp/flapi_tests — 644/645 test cases passed (7388/7388 assertions), 1 skipped, 0 failures.

🤖 Generated with Claude Code


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

Pulls in DataZooDE/posthog-telemetry#10: CaptureError() now emits
$exception_list + a product-scoped $exception_fingerprint so PostHog
Error Tracking actually creates issues (events were previously rejected
at ingestion with 'missing field $exception_list').

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@jrosskopf
jrosskopf merged commit 210c9f7 into main Jul 17, 2026
21 checks passed
@jrosskopf
jrosskopf deleted the chore/bump-posthog-telemetry-f550a66 branch July 17, 2026 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant