Skip to content

Commit

Permalink
Merge branch 'main' into samplingresult-tracestate
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Jan 13, 2023
2 parents 861adce + 07b1438 commit 11e8265
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## Unreleased

### :bug: (Bug Fix)

* fix(metrics): export `MetricsAPI` type [#0](https://github.com/open-telemetry/opentelemetry-js/pull/0)

## 1.4.0

### :rocket: (Enhancement)
Expand Down
1 change: 1 addition & 0 deletions api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export {
BatchObservableResult,
ObservableResult,
} from './metrics/ObservableResult';
export type { MetricsAPI } from './api/metrics';

// Propagation APIs
export {
Expand Down

0 comments on commit 11e8265

Please sign in to comment.