From afbdb5e29266666e4614085ed687b3e6ada8359f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Alejandro=20Mart=C3=ADn?= Date: Fri, 8 Mar 2024 02:34:41 +0000 Subject: [PATCH] Fix typo in tracer.md --- docs/core/tracer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)