Skip to content

Commit bfe774a

Browse files
committed
docs: update note on patching all modules
1 parent 2145f90 commit bfe774a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tracer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ You can patch all AWS SDK v2 clients by calling the `captureAWS` method:
312312
const AWS = tracer.captureAWS(require('aws-sdk'));
313313
```
314314

315-
If you're looking to shave a few microseconds, or milliseconds depending on your function memory configuration, you can patch specific clients using `captureAWSClient`:
315+
If you're looking to shave a few microseconds, or milliseconds depending on your function memory configuration, you can patch only specific AWS SDK v2 clients using `captureAWSClient`:
316316

317317
=== "index.ts"
318318

0 commit comments

Comments
 (0)