We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814fd1a commit 4cb3da4Copy full SHA for 4cb3da4
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [6.49.5] - 2025-07-21
11
+### Changed
12
+- Defining a list of headers to be added as trace span information
13
+
14
## [6.49.4] - 2025-07-02
15
### Fixed
16
- Userland logs that wouldn't be collected
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vtex/api",
3
- "version": "6.49.4",
+ "version": "6.49.5",
4
"description": "VTEX I/O API client",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
0 commit comments