Skip to content

Commit

Permalink
chore: use modulerequests
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Sep 22, 2020
1 parent a14347b commit 935d963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-http/src/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class HttpPlugin extends BasePlugin<Http> {
shimmer.wrap(
this._moduleExports,
'get',
this._getPatchOutgoingGetFunction(request)
this._getPatchOutgoingGetFunction(this._moduleExports.request)
);
}

Expand Down

0 comments on commit 935d963

Please sign in to comment.