Skip to content

Commit ca2fcf3

Browse files
committed
change proposition
1 parent 90ec5c1 commit ca2fcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detectors/node/opentelemetry-resource-detector-aws/src/detectors/AwsLambdaDetectorSync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class AwsLambdaDetectorSync implements DetectorSync {
5454
const functionVersion = process.env.AWS_LAMBDA_FUNCTION_VERSION;
5555
const memorySize = process.env.AWS_LAMBDA_FUNCTION_MEMORY_SIZE;
5656

57-
// These environment variables are not available in Lambda SnapStart
57+
// These environment variables are not available for Lambda SnapStart
5858
const logGroupName = process.env.AWS_LAMBDA_LOG_GROUP_NAME;
5959
const logStreamName = process.env.AWS_LAMBDA_LOG_STREAM_NAME;
6060

0 commit comments

Comments
 (0)