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
While I was debugging failing tests in #4181 I noticed that our current usage of tracing macros in data_model, primitives, crypto or in any other crate with multiple client types, are completely useless in WASM builds because in WASM we use our own logging sytem completely detached from tracing.
We should rewrite our WASM logging and probably implement some kind of tracing subsciber.
The text was updated successfully, but these errors were encountered:
While I was debugging failing tests in #4181 I noticed that our current usage of
tracing
macros in data_model, primitives, crypto or in any other crate with multiple client types, are completely useless in WASM builds because in WASM we use our own logging sytem completely detached fromtracing
.We should rewrite our WASM logging and probably implement some kind of tracing subsciber.
The text was updated successfully, but these errors were encountered: