Skip to content

Commit dba238e

Browse files
authored
Update PHP configuration (#10189)
* Update PHP configuration Add a heading and an additional line of explanation to PHP configuration page. * Update docs/platforms/php/index.mdx * Update docs/platforms/php/index.mdx * Update docs/platforms/php/index.mdx * Update docs/platforms/php/index.mdx * Update docs/platforms/php/index.mdx * Update docs/platforms/php/index.mdx * Update docs/platforms/php/index.mdx * Update docs/platforms/php/index.mdx * Update docs/platforms/php/index.mdx * Update docs/platforms/php/index.mdx
1 parent 6101daf commit dba238e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/platforms/php/index.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ title: PHP
33
sdk: sentry.php
44
caseStyle: snake_case
55
supportLevel: production
6+
description: PHP (or Hypertext Preprocessor) is an open source, general-purpose scripting language that's well-suited for web development. It can be embedded into HTML.
67
---
78

9+
810
On this page, we get you up and running with Sentry's PHP SDK, automatically reporting errors and exceptions in your application.
911

1012
<Note>
@@ -17,9 +19,11 @@ Using a framework? Check out the other SDKs we support in the left-hand dropdown
1719

1820
<GuideGrid platform="php" />
1921

20-
This Sentry PHP SDK provides support for PHP 7.2 or later. If you are using our previous PHP SDK, you can access the <Link rel={`nofollow`} to={`/platforms/php/legacy-sdk/`}>legacy SDK documentation</Link>, until further notice.
22+
## Configure the PHP SDK
2123

22-
## Install
24+
The below Sentry PHP SDK provides support for PHP 7.2 or later. If you're using a previous version of the PHP SDK, you can access the <Link rel="nofollow" to="/platforms/php/legacy-sdk/">legacy SDK documentation</Link>.
25+
26+
Sentry captures data by using an SDK within your application’s runtime. Our SDKs are platform-specific and allow Sentry to have a deep understanding of how your application works.
2327

2428
<OnboardingOptionButtons
2529
options={[
@@ -29,7 +33,8 @@ This Sentry PHP SDK provides support for PHP 7.2 or later. If you are using our
2933
]}
3034
/>
3135

32-
Sentry captures data by using an SDK within your application’s runtime. These are platform-specific and allow Sentry to have a deep understanding of how your application works.
36+
## Install
37+
In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/profiling/). To enable tracing and/or profiling, click the corresponding checkmarks to get the code snippets.
3338

3439
Install the SDK using [Composer](https://getcomposer.org/).
3540

0 commit comments

Comments
 (0)