We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919f4a2 commit b305b34Copy full SHA for b305b34
packages/node/src/integrations/http.ts
@@ -114,7 +114,7 @@ function _createWrappedRequestMethodFactory(
114
if (parentSpan) {
115
span = parentSpan.startChild({
116
description: `${requestOptions.method || 'GET'} ${requestUrl}`,
117
- op: 'http',
+ op: 'http.client',
118
});
119
120
const sentryTraceHeader = span.toTraceparent();
0 commit comments