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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| **Filter spans** | Narrow down by service, status, duration, and attributes |
| **Propagate context** | Pass trace context across services so spans join the same trace |

<CallToAction type="primary" to="https://app.posthog.com/traces">
<CallToAction type="primary" to="https://app.posthog.com/tracing">
View your traces in PostHog
</CallToAction>

Expand Down
2 changes: 1 addition & 1 deletion contents/docs/distributed-tracing/installation/dotnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Once everything is configured, confirm spans are reaching PostHog:
2. Open the PostHog Tracing interface
3. Confirm your spans and traces appear

<CallToAction type="primary" to="https://app.posthog.com/traces">
<CallToAction type="primary" to="https://app.posthog.com/tracing">
View your traces in PostHog
</CallToAction>

Expand Down
2 changes: 1 addition & 1 deletion contents/docs/distributed-tracing/installation/go.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Once everything is configured, confirm spans are reaching PostHog:
2. Open the PostHog Tracing interface
3. Confirm your spans and traces appear

<CallToAction type="primary" to="https://app.posthog.com/traces">
<CallToAction type="primary" to="https://app.posthog.com/tracing">
View your traces in PostHog
</CallToAction>

Expand Down
2 changes: 1 addition & 1 deletion contents/docs/distributed-tracing/installation/java.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Once everything is configured, confirm spans are reaching PostHog:
2. Open the PostHog Tracing interface
3. Confirm your spans and traces appear

<CallToAction type="primary" to="https://app.posthog.com/traces">
<CallToAction type="primary" to="https://app.posthog.com/tracing">
View your traces in PostHog
</CallToAction>

Expand Down
2 changes: 1 addition & 1 deletion contents/docs/distributed-tracing/installation/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Once everything is configured, confirm spans are reaching PostHog:
2. Open the PostHog Tracing interface
3. Confirm your spans and traces appear

<CallToAction type="primary" to="https://app.posthog.com/traces">
<CallToAction type="primary" to="https://app.posthog.com/tracing">
View your traces in PostHog
</CallToAction>

Expand Down
2 changes: 1 addition & 1 deletion contents/docs/distributed-tracing/installation/nodejs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Once everything is configured, confirm spans are reaching PostHog:
2. Open the PostHog Tracing interface
3. Confirm your spans and traces appear

<CallToAction type="primary" to="https://app.posthog.com/traces">
<CallToAction type="primary" to="https://app.posthog.com/tracing">
View your traces in PostHog
</CallToAction>

Expand Down
2 changes: 1 addition & 1 deletion contents/docs/distributed-tracing/installation/php.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Once everything is configured, confirm spans are reaching PostHog:
2. Open the PostHog Tracing interface
3. Confirm your spans and traces appear

<CallToAction type="primary" to="https://app.posthog.com/traces">
<CallToAction type="primary" to="https://app.posthog.com/tracing">
View your traces in PostHog
</CallToAction>

Expand Down
2 changes: 1 addition & 1 deletion contents/docs/distributed-tracing/installation/python.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Once everything is configured, confirm spans are reaching PostHog:
2. Open the PostHog Tracing interface
3. Confirm your spans and traces appear

<CallToAction type="primary" to="https://app.posthog.com/traces">
<CallToAction type="primary" to="https://app.posthog.com/tracing">
View your traces in PostHog
</CallToAction>

Expand Down
2 changes: 1 addition & 1 deletion contents/docs/distributed-tracing/installation/ruby.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Once everything is configured, confirm spans are reaching PostHog:
2. Open the PostHog Tracing interface
3. Confirm your spans and traces appear

<CallToAction type="primary" to="https://app.posthog.com/traces">
<CallToAction type="primary" to="https://app.posthog.com/tracing">
View your traces in PostHog
</CallToAction>

Expand Down
Loading