You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/tracer.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The library has three optional settings. You can set them as environment variabl
55
55
|**Capture Errors**| Defines whether functions errors are serialized as metadata |`POWERTOOLS_TRACER_CAPTURE_ERROR`|`true`|`true` or `false`|`false`| N/A |
56
56
57
57
!!! note
58
-
Before your use this utility, your AWS Lambda function must have [Active Tracing enabled](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html) as well as [have permissions](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html#services-xray-permissions) to send traces to AWS X-Ray
58
+
Before you use this utility, your AWS Lambda function must have [Active Tracing enabled](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html) as well as [have permissions](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html#services-xray-permissions) to send traces to AWS X-Ray
59
59
60
60
#### Example using AWS Serverless Application Model (SAM)
0 commit comments