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 134948c commit ab26d6fCopy full SHA for ab26d6f
dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/asserts/TagsAssert.groovy
@@ -115,8 +115,6 @@ class TagsAssert {
115
}
116
117
def codeOriginTags() {
118
- assertedTags.add("code origin span")
119
-
120
assert tags[DDTags.DD_CODE_ORIGIN_TYPE] != null
121
assert tags[format(DD_CODE_ORIGIN_FRAME, 0, "file")] != null
122
assert tags[format(DD_CODE_ORIGIN_FRAME, 0, "method")] != null
0 commit comments