From 5e5084e470e0fbce4f031e81cccadbddf7e77335 Mon Sep 17 00:00:00 2001 From: Anna Garcia Date: Fri, 11 Sep 2026 13:40:46 -0400 Subject: [PATCH] docs(tracing): mention posthog-node on the tracing docs landing page Claude-Session: https://claude.ai/code/session_01QPLdjqTgK93WtVxnhx6aVr --- src/pages/docs/distributed-tracing/index.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/pages/docs/distributed-tracing/index.tsx b/src/pages/docs/distributed-tracing/index.tsx index 12875694e1d2..174a56e1c521 100644 --- a/src/pages/docs/distributed-tracing/index.tsx +++ b/src/pages/docs/distributed-tracing/index.tsx @@ -12,9 +12,11 @@ export const Content = () => {

Overview

- PostHog Distributed Tracing works with the OpenTelemetry Protocol (OTLP). You don't need any - vendor-specific SDKs. Use standard OpenTelemetry libraries to send spans to PostHog using your - project token. + PostHog Distributed Tracing works with the OpenTelemetry Protocol (OTLP). Use standard + OpenTelemetry libraries to send spans to PostHog using your project token. On Node.js,{' '} + posthog-node can also create and export spans itself, with no OpenTelemetry + dependency – see the{' '} + Node.js guide.

Distributed tracing is currently in beta. Setup details may change before general availability. @@ -28,7 +30,8 @@ export const Content = () => {