Skip to content

Commit 62eb2eb

Browse files
psperberdreamorosi
andauthored
chore(docs): fix typo in captureHTTPsRequests (#3143)
Co-authored-by: Andrea Amorosi <[email protected]>
1 parent ada7fd4 commit 62eb2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/core/tracer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ If you're looking to shave a few microseconds, or milliseconds depending on your
281281

282282
When your function makes outgoing requests to APIs, Tracer automatically traces those calls and adds the API to the service graph as a downstream service.
283283

284-
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.
284+
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.
285285

286286
!!! info
287287
The following snippet shows how to trace [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/fetch) requests, but you can use any HTTP client library built on top it, or on [http](https://nodejs.org/api/http.html), and [https](https://nodejs.org/api/https.html).

0 commit comments

Comments
 (0)