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:
Jim
2025-04-06 21:33:52 -05:00
committed by GitHub
parent 9629c2f4f9
commit 60fc35d35c
3 changed files with 43 additions and 1 deletions
+5
View File
@@ -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.