Skip to content

Commit

Permalink
ignore os.version
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Oct 12, 2023
1 parent 9b1f638 commit abf7541
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functional_tests/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ func testNodeJSTraces(t *testing.T) {
ignoreSpanAttribute("net.peer.port", latestTrace)
ignoreSpanAttribute("http.user_agent", expectedTraces)
ignoreSpanAttribute("http.user_agent", latestTrace)
ignoreSpanAttribute("os.version", latestTrace)
ignoreSpanAttribute("os.version", expectedTraces)
ignoreTraceID(expectedTraces)
ignoreSpanID(expectedTraces)
ignoreTraceID(latestTrace)
Expand Down

0 comments on commit abf7541

Please sign in to comment.