We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ec5c1 commit ca2fcf3Copy full SHA for ca2fcf3
detectors/node/opentelemetry-resource-detector-aws/src/detectors/AwsLambdaDetectorSync.ts
@@ -54,7 +54,7 @@ export class AwsLambdaDetectorSync implements DetectorSync {
54
const functionVersion = process.env.AWS_LAMBDA_FUNCTION_VERSION;
55
const memorySize = process.env.AWS_LAMBDA_FUNCTION_MEMORY_SIZE;
56
57
- // These environment variables are not available in Lambda SnapStart
+ // These environment variables are not available for Lambda SnapStart
58
const logGroupName = process.env.AWS_LAMBDA_LOG_GROUP_NAME;
59
const logStreamName = process.env.AWS_LAMBDA_LOG_STREAM_NAME;
60
0 commit comments