mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-31 13:39:36 +02:00
Support emitting traces behind feature flag (#2576)
* Let logging be skippable so user can handle logger() * Add changes file * changes meta info * Update documentation * Support emitting to tracing behind feature flag * typo * rename key_values => kv * changes file * Remove rebase skip-logger * fix format
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'log': 'minor:feat'
|
||||
'log-js': 'minor:feat'
|
||||
---
|
||||
Add a `tracing` feature to the `log` plugin that emits log messages to the `tracing` system.
|
||||
Reference in New Issue
Block a user