Skip to content

Commit e165f5a

Browse files
committed
Add news item
1 parent 8506e1d commit e165f5a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGES IN knitr VERSION 1.51
22

3+
## NEW FEATURES
4+
5+
- Added support for [OpenTelemetry](https://opentelemetry.io/) observability. When the **otel** and **otelsdk** packages are installed and tracing is enabled, spans are automatically created for all knit operations. See [`otelsdk`'s Collecting Telemetry Data](https://otelsdk.r-lib.org/reference/collecting.html) for more details on configuring OpenTelemetry (thanks, @shikokuchuo, #2422).
6+
- `knit()` produces 'knitr processing' and 'knitr output' spans when starting and finishing an operation
7+
- `knit()` produces 'knit' spans for each chunk, recording attributes such as the label and knit engine
8+
9+
## BUG FIXES
10+
311
- Fix issue with error traceback not correctly showing when **rlang** is available.
412

513
- Improve error traceback when **rlang** is available and **evaluate** > 1.0.3 is used (thanks, @cderv, #2388).

0 commit comments

Comments
 (0)