Skip to content

Commit 7729cc9

Browse files
coolguyzoneAlex Krawiec
andauthored
Add SEO updates (#12842)
Co-authored-by: Alex Krawiec <[email protected]>
1 parent f65937e commit 7729cc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/platforms/php/common/tracing/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Set Up Tracing
3-
description: "Learn how to enable tracing in your app and discover valuable performance insights of your application."
2+
title: Set Up Tracing in PHP
3+
description: "Learn how to set up and enable tracing in your PHP app and discover valuable performance insights of your application."
44
sidebar_order: 4000
55
---
66

@@ -27,7 +27,7 @@ Learn more about tracing <PlatformLink to="/configuration/options/#tracing-optio
2727

2828
## Verify
2929

30-
While you're testing, set <PlatformIdentifier name="traces-sample-rate" /> to `1.0`, as that ensures that every transaction will be sent to Sentry. Once testing is complete, you may want to set a lower <PlatformIdentifier name="traces-sample-rate" /> value, or switch to using <PlatformIdentifier name="traces-sampler" /> to selectively sample and filter your transactions, based on contextual data.
30+
While you're testing, set <PlatformIdentifier name="traces-sample-rate" /> to `1.0`, as that ensures that every transaction will be sent to Sentry. Once testing is complete, you may want to set a lower <PlatformIdentifier name="traces-sample-rate" /> value or switch to using <PlatformIdentifier name="traces-sampler" /> to selectively sample and filter your transactions, based on contextual data.
3131

3232
## Improve Response Time
3333

@@ -37,7 +37,7 @@ Response time is somewhat impacted when you use the performance capabilities in
3737

3838
Doing this will make the PHP process send requests to your local Relay, which will then forward them to Sentry, instead of sending requests to Sentry directly.
3939

40-
To begin using Relay, check out our docs for [getting started](/product/relay/getting-started/).
40+
To begin using [Relay](/product/relay/), check out our docs for [getting started](/product/relay/getting-started/).
4141
We recommend using Relay in `managed` mode (which is the default).
4242

4343
Follow the instructions in the Relay docs to send a test event through Relay to Sentry.

0 commit comments

Comments
 (0)