Skip to content

Commit 2d564e6

Browse files
committed
change to http.client
1 parent 9732ad8 commit 2d564e6

File tree

1 file changed

+1
-1
lines changed
  • packages/node/src/integrations

1 file changed

+1
-1
lines changed

packages/node/src/integrations/http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function _createWrappedRequestMethodFactory(
114114
if (parentSpan) {
115115
span = parentSpan.startChild({
116116
description: `${requestOptions.method || 'GET'} ${requestUrl}`,
117-
op: 'http',
117+
op: 'http.client',
118118
});
119119

120120
const sentryTraceHeader = span.toTraceparent();

0 commit comments

Comments
 (0)