Skip to content

Commit e8b1f93

Browse files
authored
[core-tracing] - Update CHANGELOG for release (Azure#20152)
1 parent fcf87ee commit e8b1f93

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sdk/core/core-tracing/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Release History
22

3-
## 1.0.0-preview.14 (Unreleased)
4-
5-
### Features Added
3+
## 1.0.0-preview.14 (2022-02-03)
64

75
### Breaking Changes
86

@@ -12,8 +10,6 @@
1210
- `TracingClient` introduces a new API for creating tracing spans. Use `TracingClient#withSpan` to wrap an invocation in a span, ensuring the span is ended and exceptions are captured.
1311
- `TracingClient` also provides the lower-level APIs necessary to start a span without making it active, create request headers, serialize `traceparent` header, and wrapping a callback with an active context.
1412

15-
### Bugs Fixed
16-
1713
### Other Changes
1814

1915
- Updates package to work with the react native bundler. [PR #17783](https://github.com/Azure/azure-sdk-for-js/pull/17783)

0 commit comments

Comments
 (0)