Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1993,9 +1993,9 @@ snapshots:
components-product-empty-state--surveys-needs-setup--light:
hash: v1.k794b7964.996f4451c62d87a34121aeca5f87204586188f91960b4c5e1db65514b5e85095.71ClaVTix-yBEo66Pd-FsX2paPQ_jx1SHEJUdkJNsaQ
components-product-empty-state--tracing-needs-setup--dark:
hash: v1.k794b7964.b509c25c4828f3147eb5e83fe0e60b5c7fd92c4eb97cdb6f2f1199163963d7fa.BL4xbLKbTR1DwxgebUirZz2N7dnZdG7K4a5PNPZqetc
hash: v1.k794b7964.80eaacab108fb90cbf7a9ba7a5d48a3d362f86e7b46844adc59eaafa6ec97036.-RZB3mUo07Rr1vVapQk-UoDw4gpVd-LABsad3IJG1wI
components-product-empty-state--tracing-needs-setup--light:
hash: v1.k794b7964.58a52808fdf381267e5dc776c528d7f7eb88d897d45e50e030c4d8489c81c6d4.AMaR5hj81GG6OFTeFEsxWhjc-yk-hmqZ-MKV-yvL0hk
hash: v1.k794b7964.f8f9d5bdd310899b3192e94fd9673b1e2838829fb6a7f69aa43af59a8840f94a.fMVkYrIwNhEslztsOeW6N-cOO8oljjmwdBpAz0b0s0U
components-product-empty-state--transformations-needs-setup--dark:
hash: v1.k794b7964.48584f21d48763853573991689622b0af35fac432c0cadaef6a6a75d0f0c9212.6EHjBCMPD2ZHVQrc_tGG8hCLGL8HVk-YRmZDXj3GZHE
components-product-empty-state--transformations-needs-setup--light:
Expand Down
2 changes: 1 addition & 1 deletion products/tracing/frontend/emptyState/tracingEmptyState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const tracingEmptyState: SceneProductEmptyState = {
text: {
'needs-setup': {
headline: 'See where every request spends its time',
lead: 'Send spans from any OpenTelemetry-compatible client over OTLP. No PostHog-specific packages needed. Follow a request across services, find the span that slows it down, and watch latency over time.',
lead: 'Send spans from the PostHog Node.js SDK, or from any OpenTelemetry-compatible client over OTLP. Follow a request across services, find the span that slows it down, and watch latency over time.',
},
},
docsUrl: 'https://posthog.com/docs/tracing',
Expand Down
Loading