Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force the result object from OTEL as STRING
This commit changes the `else` condition from `instrument_tracing` so any object which is not properly mapped gets converted into `String` before sending the dictionary to the span. With this we expect to no longer have an OTEL unsupported type being passed as a span value. Refers to CLOUDDST-23028
- Loading branch information