mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
5e05236b49
* feat(core): add tracing for vital functionality * Update core/tauri-runtime-wry/src/lib.rs [skip ci] * Update Cargo.toml [skip ci] * tracing feature * wry 0.24.6 * add change tag * add tracing to CI test * enhance spans for update check * remove app from debug impl
249 B
249 B
tauri | tauri-runtime-wry | tauri-macros |
---|---|---|
patch:enhance | patch:enhance | patch:enhance |
Added tracing for window startup, plugins, Window::eval
, events, IPC, updater and custom protocol request handlers behind the tracing
feature flag.