Skip to content

Commit 23e5a36

Browse files
Update packages/tracing/src/Tracer.ts
Co-authored-by: Sara Gerion <[email protected]>
1 parent 72332c0 commit 23e5a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/tracing/src/Tracer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { Segment, Subsegment } from 'aws-xray-sdk-core';
2323
*
2424
* ### Functions usage with middlewares
2525
*
26-
* If you use function-based Lambda handlers you can use the [captureLambdaHanlder()](./_aws_lambda_powertools_tracer.Tracer.html) middy middleware to automatically:
26+
* If you use function-based Lambda handlers you can use the [captureLambdaHandler()](./_aws_lambda_powertools_tracer.Tracer.html) middy middleware to automatically:
2727
* * handle the subsegment lifecycle
2828
* * add the `ServiceName` and `ColdStart` annotations
2929
* * add the function response as metadata

0 commit comments

Comments
 (0)