Skip to content

Commit d7f3b35

Browse files
committed
Wording fix
1 parent f6f2ef7 commit d7f3b35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/src/pages/xray/docs.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can now install the package via Composer:
6262
composer require bref/xray-integration -W
6363
```
6464

65-
Enable tracing in your `serverless.yml` file:
65+
Enable X-Ray tracing in your `serverless.yml` file:
6666

6767
```yaml
6868
provider:
@@ -119,7 +119,7 @@ If you are using Symfony, the package automatically integrates with the Symfony
119119

120120
### Cold starts tracing
121121

122-
Cold starts are automatically traced when using Laravel or Symfony, there is nothing additional to set up.
122+
Cold starts are automatically traced when using Laravel or Symfony. There is nothing additional to set up.
123123

124124
In the example below, we can see the "Initialization" segment corresponding to the whole time it takes for AWS Lambda to initialize the instance. Part of that is the "Runtime startup" segment, which is the time it takes for the Bref runtime to start up.
125125

@@ -148,7 +148,7 @@ Proactive initializations are also annotated by Bref:
148148

149149
### Tracing code
150150

151-
The simplest way to trace custom code sections is via:
151+
The simplest way to trace custom code sections is using:
152152

153153
```php
154154
use Bref\Apm\XRay\XRay;

0 commit comments

Comments
 (0)