Skip to content

Commit

Permalink
Update docs/core/tracer.md
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Chazal <florianchazal@gmail.com>
  • Loading branch information
dreamorosi and flochaz authored Mar 24, 2022
1 parent bbe4d5d commit 54bad38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/tracer.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ If you're looking to shave a few microseconds, or milliseconds depending on your

### Tracing HTTP requests

When your function makes calls to microservices or public HTTP APIs, Tracer automatically traces those calls and add the API to the service graph as a downstream service.
When your function makes calls to HTTP APIs, Tracer automatically traces those calls and add the API to the service graph as a downstream service.

You can opt-out from this feature by setting the **`POWERTOOLS_TRACER_CAPTURE_HTTPS_REQUESTS=false`** environment variable or by passing the `captureHTTPSRequests: false` option to the `Tracer` constructor.

Expand Down

0 comments on commit 54bad38

Please sign in to comment.