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 5abc658 commit c95df19Copy full SHA for c95df19
contrib/net/http/roundtripper_test.go
@@ -454,7 +454,6 @@ func TestRoundTripperStatusCheck(t *testing.T) {
454
assert.Equal(t, "404", spans[0].Tag(ext.HTTPCode))
455
assert.Equal(t, "GET", spans[0].Tag(ext.HTTPMethod))
456
assert.Nil(t, spans[0].Tag("http.errors"))
457
- assert.Nil(t, spans[0].Tag(ext.ErrorNoStackTrace))
458
459
// Second request is marked as an error as it's a 418
460
resp, err = client.Get(s.URL + "/hello/world")
0 commit comments