Skip to content

Commit bda567f

Browse files
committed
update step function tracing
1 parent 1a4d341 commit bda567f

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

8+
## [Unreleased]
9+
10+
* upgrade step function tracing
11+
812
## [0.5.3] - 2024-03-27
913

1014
* Fix deploy

meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"inputs": {
33
"node_modules/@baselime/node-opentelemetry/dist/lambda.cjs": {
4-
"bytes": 41673,
4+
"bytes": 41721,
55
"imports": [],
66
"format": "cjs"
77
},
@@ -24,13 +24,13 @@
2424
"entryPoint": "src/index.ts",
2525
"inputs": {
2626
"node_modules/@baselime/node-opentelemetry/dist/lambda.cjs": {
27-
"bytesInOutput": 18954
27+
"bytesInOutput": 18991
2828
},
2929
"src/index.ts": {
3030
"bytesInOutput": 89
3131
}
3232
},
33-
"bytes": 19700
33+
"bytes": 19737
3434
}
3535
}
3636
}

node-tracing.zip

-154 KB
Binary file not shown.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"vitest": "^0.32.2"
5858
},
5959
"dependencies": {
60-
"@baselime/node-opentelemetry": "^0.5.0",
60+
"@baselime/node-opentelemetry": "^0.5.1",
6161
"@opentelemetry/api": "^1.7.0",
6262
"@opentelemetry/instrumentation": "^0.49.1",
6363
"@opentelemetry/instrumentation-aws-sdk": "^0.39.0",

0 commit comments

Comments
 (0)