| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-09 | 990 Bytes | |
| shiny 1.12.1 source code.tar.gz | 2025-12-09 | 2.9 MB | |
| shiny 1.12.1 source code.zip | 2025-12-09 | 3.3 MB | |
| Totals: 3 Items | 6.2 MB | 0 | |
New features
withOtelCollect()andlocalOtelCollect()temporarily control OpenTelemetry collection levels during reactive expression creation, allowing you to enable or disable telemetry collection for specific modules or sections of code. (#4333)
Bug fixes and minor improvements
-
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) -
ExtendedTasknow captures the OpenTelemetry recording state at initialization time rather than at invocation time, ensuring consistent span recording behavior regardless of runtime configuration changes. (#4334) -
Timer tests are now skipped on CRAN. (#4327)