We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc6df3 commit 6f304a7Copy full SHA for 6f304a7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.1.3 (2021-06-14)
4
+### Changed
5
+* Using X-B3-TraceId as trace HTTP header
6
+
7
## v0.1.2 (2021-06-14)
8
### Changed
9
* Adding HTTP headers to Vault client for logging (e.g. transaction ID)
service/router.go
@@ -8,7 +8,7 @@ import (
)
10
const (
11
- txIDHeader = "X-TransactionID"
+ txIDHeader = "X-B3-TraceId"
12
13
14
func setupRouter(h handler) *mux.Router {
0 commit comments