mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## What changed? Added `TEMPORAL_TEST_DATA_ENCODING` to change DataBlob encoding from "proto3" to "json". ## Why? Observability and debugging. The ability to see payloads decoded in debugger and OTEL traces is valuable. ## How did you test it? - [ ] built - [ ] run locally and tested manually - [ ] covered by existing tests - [ ] added new unit test(s) - [x] added new functional test(s) ## Potential risks End users should never use this. The env var name therefore includes `TEST_`.