You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opentelemetry-sdk: fix serialization of objects in log handler
We should convert to string objects that are not AnyValues because
otherwise exporter will fail later in the pipeline.
While the export of all AnyValue types is not correct yet, exporter tests
expects to being able to handle them and so they are already used in
the handler.
0 commit comments