Skip to content

Commit

Permalink
fix span type
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpharvey committed Oct 10, 2024
1 parent ebbe75e commit aea5293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dd-trace/src/plugins/util/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ function addRequestTags (context, spanType) {
[HTTP_URL]: web.obfuscateQs(config, url),
[HTTP_METHOD]: req.method,
[SPAN_KIND]: SERVER,
[spanType]: WEB,
[SPAN_TYPE]: spanType,
[HTTP_USERAGENT]: req.headers['user-agent']
})

Expand Down

0 comments on commit aea5293

Please sign in to comment.