Skip to content

Commit 10d27f9

Browse files
authored
Update CHANGELOG.md
1 parent 806f863 commit 10d27f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- feat(core): implement Tracing without Performance (#811) by @lcian
1313
- The SDK now implements Tracing without Performance, which makes it so that each `Scope` is associated with an object holding some tracing information.
1414
- This information is used as a fallback when capturing an event with tracing disabled or otherwise no ongoing span, to still allow related events to be linked by a trace.
15-
- A new API `Scope::iter_trace_propagation_headers` has been provided that will use the fallback tracing information if there is no current `Span`.
15+
- A new API `Scope::iter_trace_propagation_headers` has been provided that will use the fallback tracing information if there is no current `Span` on the `Scope`.
1616

1717
## 0.38.1
1818

0 commit comments

Comments
 (0)