Skip to content

Commit

Permalink
fix: add TimeoutError back.
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Aug 25, 2022
1 parent ec1ba39 commit e2400ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions experimental/packages/opentelemetry-sdk-metrics/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,7 @@ export {
View,
ViewOptions,
} from './view/View';

export {
TimeoutError
} from './utils';

0 comments on commit e2400ce

Please sign in to comment.