tauri/core
Robin van Boven c4b5df12bb
perf: skip large Window and AppHandle fields on traces (#8318)
* perf: Skip large Window and AppHandle fields on traces

These contain large fields like image buffers, causing spans/events to be very large when serialized.

Especially the `window::emit::eval` one which is in a hot code path.

* fix: MSRV issues
2023-11-30 16:56:24 +02:00
..
tauri perf: skip large Window and AppHandle fields on traces (#8318) 2023-11-30 16:56:24 +02:00
tauri-build chore(deps) Update Tauri Build (1.x) (#8102) 2023-11-14 10:18:35 -03:00
tauri-codegen chore(deps) Update Tauri Codegen (1.x) (#7576) 2023-10-19 23:44:04 +00:00
tauri-config-schema feat(core): Allow http origin on Windows, fixes: #3007 (#7645) 2023-09-26 14:40:38 -03:00
tauri-macros feat(core): add tracing for vital functionality closes #5204 (#8289) 2023-11-27 16:56:46 +02:00
tauri-runtime docs: document macOS restrictions on Menu::add_item (#7983) 2023-10-16 09:15:15 -03:00
tauri-runtime-wry feat(core): add tracing for vital functionality closes #5204 (#8289) 2023-11-27 16:56:46 +02:00
tauri-utils feat(core): add AssetManager::iter (#8288) 2023-11-23 16:12:38 +02:00
tests fix: e2e test using invalid updater private keys (#8086) 2023-10-23 19:43:01 -03:00