From 0cbbaf929311c047578c344e1ec12af7b9250382 Mon Sep 17 00:00:00 2001 From: Sagiv Oulu Date: Mon, 11 Sep 2023 10:35:41 +0300 Subject: [PATCH 1/2] docs: Refer to lumigo Platform instead of Dashboard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c2ee330..831e6f7a 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,7 @@ Without the scope provided by the iterator over `response["Messages"]`, `span_1` A common pattern in SQS-based applications is to continuously poll an SQS queue for messages, and to process them as they arrive. -In order not to clutter the Lumigo Dashboard with empty SQS polling messages, the default behavior is to filter them +In order not to clutter the Lumigo Platform with empty SQS polling messages, the default behavior is to filter them out from being sent to Lumigo. You can change this behavior by setting the boolean environment variable `LUMIGO_AUTO_FILTER_EMPTY_SQS` to `false`. From 8916ef8a8f89d7a3c3fc83fc39c49d85e08a44b0 Mon Sep 17 00:00:00 2001 From: Sagiv Oulu Date: Mon, 11 Sep 2023 11:45:50 +0300 Subject: [PATCH 2/2] docs: lowercase platform --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 831e6f7a..f9d9c2f1 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,7 @@ Without the scope provided by the iterator over `response["Messages"]`, `span_1` A common pattern in SQS-based applications is to continuously poll an SQS queue for messages, and to process them as they arrive. -In order not to clutter the Lumigo Platform with empty SQS polling messages, the default behavior is to filter them +In order not to clutter the Lumigo platform with empty SQS polling messages, the default behavior is to filter them out from being sent to Lumigo. You can change this behavior by setting the boolean environment variable `LUMIGO_AUTO_FILTER_EMPTY_SQS` to `false`.