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 f61fa7b commit 8f3f6c2Copy full SHA for 8f3f6c2
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
8
+## [0.2.5] 2023-09-03
9
+
10
+- fix build
11
12
## [0.2.4] 2023-09-02
13
14
- Parse and instrument request bodies
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@baselime/lambda-node-opentelemetry",
3
- "version": "0.2.4",
+ "version": "0.2.5",
4
"description": "OpenTelemetry auto tracer for Node.JS based AWS Lambda functions",
"keywords": [
"nodejs",
0 commit comments