From b5e249c7b69d77d15ff0eceb80f2924a8413dc86 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Thu, 30 Jun 2022 14:12:13 +0200 Subject: [PATCH 1/2] docs: added note about active tracing --- docs/core/tracer.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/core/tracer.md b/docs/core/tracer.md index cf5ff06995..750e56832f 100644 --- a/docs/core/tracer.md +++ b/docs/core/tracer.md @@ -61,7 +61,12 @@ 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) From a8dc1e1ca80378968376915d834c9e6122071804 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Mon, 4 Jul 2022 10:53:28 +0200 Subject: [PATCH 2/2] fix: extra lines --- docs/core/tracer.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/core/tracer.md b/docs/core/tracer.md index 750e56832f..9c01052c43 100644 --- a/docs/core/tracer.md +++ b/docs/core/tracer.md @@ -61,12 +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 -[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 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)