Skip to content

Commit

Permalink
improve instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankcorn committed Apr 4, 2024
1 parent 7394c06 commit 44f157b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws_lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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. |
Expand Down

0 comments on commit 44f157b

Please sign in to comment.