From 7561afc806a948a00240abb3ec9deec4a4842e96 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Tue, 5 Jul 2022 12:18:56 +0200 Subject: [PATCH] docs: added note about active tracing (#1011) * docs: added note about active tracing * fix: extra lines --- 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 cf5ff06995..9c01052c43 100644 --- a/docs/core/tracer.md +++ b/docs/core/tracer.md @@ -61,7 +61,7 @@ Setting | Description For a **complete list** of supported environment variables, refer to [this section](./../index.md#environment-variables). !!! note - Before your use this utility, your AWS Lambda function [must have permissions](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html#services-xray-permissions) to send traces to AWS X-Ray. + 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 #### Example using AWS Serverless Application Model (SAM)