diff --git a/docs/core/tracer.md b/docs/core/tracer.md index 2c45e0faad..c6af66a67a 100644 --- a/docs/core/tracer.md +++ b/docs/core/tracer.md @@ -55,7 +55,7 @@ The library has three optional settings. You can set them as environment variabl | **Capture Errors** | Defines whether functions errors are serialized as metadata | `POWERTOOLS_TRACER_CAPTURE_ERROR` | `true` | `true` or `false` | `false` | N/A | !!! note - 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 + 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 #### Example using AWS Serverless Application Model (SAM)