We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85edbfa commit b642331Copy full SHA for b642331
1 file changed
packages/dd-trace/src/plugins/util/web.js
@@ -506,7 +506,7 @@ function addResourceTag (context) {
506
const { req, span } = context
507
const tags = span.context()._tags
508
509
- if (tags['resource.name']) return
+ if (tags[RESOURCE_NAME]) return
510
511
const resource = [req.method, tags[HTTP_ROUTE]]
512
.filter(Boolean)
0 commit comments