@@ -5,7 +5,6 @@ Feature: Automatic network instrumentation spans
55 And I wait for 2 seconds
66 And I wait to receive at least 2 spans
77 Then the trace "Content-Type" header equals "application/json"
8- * the trace "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
98 * a span field "parentSpanId" exists
109 * a span field "parentSpanId" is greater than 0
1110 * a span field "parentSpanId" does not exist
@@ -33,7 +32,6 @@ Feature: Automatic network instrumentation spans
3332 And I wait for 2 seconds
3433 And I wait to receive at least 2 spans
3534 Then the trace "Content-Type" header equals "application/json"
36- * the trace "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
3735 * every span field "parentSpanId" does not exist
3836 * a span field "name" equals "[HTTP/GET]"
3937 * a span string attribute "http.flavor" exists
@@ -58,7 +56,6 @@ Feature: Automatic network instrumentation spans
5856 Given I run "AutoInstrumentNetworkMultiple"
5957 And I wait to receive at least 10 spans
6058 Then the trace "Content-Type" header equals "application/json"
61- * the trace "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
6259 * every span field "parentSpanId" does not exist
6360 * a span field "name" equals "[HTTP/GET]"
6461 * a span string attribute "http.flavor" exists
@@ -88,7 +85,6 @@ Feature: Automatic network instrumentation spans
8885 Given I run "AutoInstrumentNetworkNullURLScenario"
8986 And I wait to receive at least 1 span
9087 Then the trace "Content-Type" header equals "application/json"
91- * the trace "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
9288 * every span field "parentSpanId" does not exist
9389 * a span field "name" equals "[HTTP/GET]"
9490 * a span string attribute "http.flavor" exists
@@ -111,7 +107,6 @@ Feature: Automatic network instrumentation spans
111107 And I wait for 2 seconds
112108 And I wait to receive at least 2 spans
113109 Then the trace "Content-Type" header equals "application/json"
114- * the trace "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
115110 * every span field "parentSpanId" does not exist
116111 * a span field "name" equals "[HTTP/GET]"
117112 * every span field "spanId" matches the regex "^[A-Fa-f0-9]{16}$"
@@ -135,7 +130,6 @@ Feature: Automatic network instrumentation spans
135130 And I wait for 2 seconds
136131 And I wait to receive 1 span
137132 Then the trace "Content-Type" header equals "application/json"
138- * the trace "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
139133 * every span field "parentSpanId" does not exist
140134 * a span field "name" equals "[HTTP/GET]"
141135 * a span string attribute "http.flavor" exists
@@ -157,7 +151,6 @@ Feature: Automatic network instrumentation spans
157151 Given I run "AutoInstrumentNetworkSharedSessionInvalidateScenario"
158152 And I wait to receive 1 span
159153 Then the trace "Content-Type" header equals "application/json"
160- * the trace "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
161154 * every span field "parentSpanId" does not exist
162155 * a span field "name" equals "[HTTP/GET]"
163156 * a span string attribute "http.flavor" exists
@@ -183,7 +176,6 @@ Feature: Automatic network instrumentation spans
183176 Given I run "AutoInstrumentNetworkCallbackScenario"
184177 And I wait to receive 2 spans
185178 Then the trace "Content-Type" header equals "application/json"
186- * the trace "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
187179 * every span field "name" equals "[HTTP/GET]"
188180 * every span field "spanId" matches the regex "^[A-Fa-f0-9]{16}$"
189181 * every span field "traceId" matches the regex "^[A-Fa-f0-9]{32}$"
@@ -200,7 +192,6 @@ Feature: Automatic network instrumentation spans
200192 # There will actually be any number of requests by this point since we're not filtering at all.
201193 And I wait to receive at least 1 span
202194 Then the trace "Content-Type" header equals "application/json"
203- * the trace "Bugsnag-Sent-At" header matches the regex "^\d\d\d\d -\d\d -\d\d T\d\d :\d\d :\d\d\.\d\d\d Z$"
204195 * a span field "name" equals "[HTTP/GET]"
205196 * every span field "spanId" matches the regex "^[A-Fa-f0-9]{16}$"
206197 * every span field "traceId" matches the regex "^[A-Fa-f0-9]{32}$"
0 commit comments