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 ce3a3f8 commit 0cb6596Copy full SHA for 0cb6596
CHANGELOG.md
@@ -5,7 +5,7 @@ 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.18] 2023-09-04
+## [0.2.19] 2023-09-04
9
10
- fix loading for default exports
11
- remove span logger
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@baselime/lambda-node-opentelemetry",
3
- "version": "0.2.18",
+ "version": "0.2.19",
4
"description": "OpenTelemetry auto tracer for Node.JS based AWS Lambda functions",
"types": "index.d.ts",
"exports": {
0 commit comments