From 959db8e7d9f26af47d4df53d8a2510303963f569 Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:40:59 +0000 Subject: [PATCH] Update tracing.md Auto-disable when not running in AWS Lambda environment Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com> --- docs/core/tracing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/tracing.md b/docs/core/tracing.md index 30a709cd..9815b49a 100644 --- a/docs/core/tracing.md +++ b/docs/core/tracing.md @@ -15,6 +15,7 @@ a provides functionality to reduce the overhead of performing common tracing tas * Capture function responses and full exceptions as metadata. * Better experience when developing with multiple threads. * Auto-patch supported modules by AWS X-Ray +* Auto-disable when not running in AWS Lambda environment ## Installation