Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Fix circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneDot committed Aug 27, 2019
1 parent b272634 commit 8707c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/opencensus-instrumentation-http2/src/http2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import {
SpanKind,
TraceOptions,
} from '@opencensus/core';
import 'http';
import { HttpPlugin } from '@opencensus/instrumentation-http';
import * as http2 from 'http2';
import * as shimmer from 'shimmer';
Expand Down
1 change: 1 addition & 0 deletions packages/opencensus-instrumentation-https/src/https.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

import { Func } from '@opencensus/core';
import 'http';
import { HttpPlugin } from '@opencensus/instrumentation-http';
import * as http from 'http';
import * as https from 'https';
Expand Down

0 comments on commit 8707c3f

Please sign in to comment.