Skip to content

Commit 0c49c9a

Browse files
committed
docs: added 3rd party clients notice
1 parent 1659704 commit 0c49c9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: docs/core/tracer.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,8 @@ When your function makes calls to microservices or public HTTP APIs, Tracer auto
340340
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.
341341

342342
!!! info
343-
The following snippet shows how to trace [axios](https://www.npmjs.com/package/axios) requests, but you can use any HTTP client library built on top of [http](https://nodejs.org/api/http.html) or [https](https://nodejs.org/api/https.html)
343+
The following snippet shows how to trace [axios](https://www.npmjs.com/package/axios) requests, but you can use any HTTP client library built on top of [http](https://nodejs.org/api/http.html) or [https](https://nodejs.org/api/https.html).
344+
Support to 3rd party HTTP clients is provided on a best effort basis.
344345

345346
=== "index.ts"
346347

0 commit comments

Comments
 (0)