Skip to content

Commit ebcf816

Browse files
committed
Update NEWS.md
1 parent a6d68a8 commit ebcf816

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

NEWS.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# shiny 1.12.1
22

3+
## New features
4+
5+
* `withOtelCollect()` and `localOtelCollect()` temporarily control
6+
OpenTelemetry collection levels during reactive expression creation,
7+
allowing you to enable or disable telemetry collection for specific modules
8+
or sections of code. (#4333)
9+
310
## Bug fixes and minor improvements
411

5-
* OpenTelemetry code attributes now include both the preferred attribute names (`code.file.path`, `code.line.number`, `code.column.number`) and the deprecated names (`code.filepath`, `code.lineno`, `code.column`) to follow OpenTelemetry semantic conventions while maintaining backward compatibility. The deprecated names will be removed in a future release after Logfire supports the preferred names. (#4325)
6-
* `ExtendedTask` now captures the OpenTelemetry recording state at initialization time rather than at invocation time, ensuring consistent span recording behavior regardless of runtime configuration changes. (#4334)
7-
* Added `withOtelCollect()` and `localOtelCollect()` functions to temporarily control OpenTelemetry collection levels during reactive expression creation. These functions allow you to enable or disable telemetry collection for specific modules or sections of code where reactive expressions are being created. (#4333)
12+
* OpenTelemetry code attributes now include both the preferred attribute names
13+
(`code.file.path`, `code.line.number`, `code.column.number`) and the
14+
deprecated names (`code.filepath`, `code.lineno`, `code.column`) to follow
15+
OpenTelemetry semantic conventions while maintaining backward compatibility.
16+
The deprecated names will be removed in a future release after Logfire
17+
supports the preferred names. (#4325)
18+
19+
* `ExtendedTask` now captures the OpenTelemetry recording state at
20+
initialization time rather than at invocation time, ensuring consistent span
21+
recording behavior regardless of runtime configuration changes. (#4334)
22+
823
* Timer tests are now skipped on CRAN. (#4327)
924

1025
# shiny 1.12.0

0 commit comments

Comments
 (0)