diff --git a/aws_lambda.md b/aws_lambda.md index 3fc1b83..b3f94a0 100644 --- a/aws_lambda.md +++ b/aws_lambda.md @@ -57,7 +57,7 @@ new BaselimeSDK({ ] }).start(); ``` -import this file at the top of each of your lambda functions +import `tracing.js` at the top of your lambda entry file" ```javascript import './tracing.js' @@ -81,6 +81,7 @@ Finally add the `BASELIME_API_KEY` environment variable to send traces to your [ The `withOpenTelemetry` middleware can be configured with the following options. + | Field | Type | Description | |------------------------------|---------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------| | proactiveInitializationThreshold | `number \| undefined` | Represents the threshold for proactive initialization, if provided. |