From ca2fcf3f7e195ff1cd30794bc576047d31ac4c1a Mon Sep 17 00:00:00 2001 From: Gary Sassano <10464497+garysassano@users.noreply.github.com> Date: Tue, 21 Jan 2025 01:34:19 +0100 Subject: [PATCH] change proposition --- .../src/detectors/AwsLambdaDetectorSync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detectors/node/opentelemetry-resource-detector-aws/src/detectors/AwsLambdaDetectorSync.ts b/detectors/node/opentelemetry-resource-detector-aws/src/detectors/AwsLambdaDetectorSync.ts index bfb55249af..f2708ea12d 100644 --- a/detectors/node/opentelemetry-resource-detector-aws/src/detectors/AwsLambdaDetectorSync.ts +++ b/detectors/node/opentelemetry-resource-detector-aws/src/detectors/AwsLambdaDetectorSync.ts @@ -54,7 +54,7 @@ export class AwsLambdaDetectorSync implements DetectorSync { const functionVersion = process.env.AWS_LAMBDA_FUNCTION_VERSION; const memorySize = process.env.AWS_LAMBDA_FUNCTION_MEMORY_SIZE; - // These environment variables are not available in Lambda SnapStart + // These environment variables are not available for Lambda SnapStart const logGroupName = process.env.AWS_LAMBDA_LOG_GROUP_NAME; const logStreamName = process.env.AWS_LAMBDA_LOG_STREAM_NAME;