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 1b515f9 commit 971684bCopy full SHA for 971684b
packages/node/test/integrations/http.test.ts
@@ -78,6 +78,7 @@ describe('tracing', () => {
78
79
// our span is at index 1 because the transaction itself is at index 0
80
expect(spanToJSON(spans[1]).description).toEqual('GET http://dogs.are.great/');
81
+ // eslint-disable-next-line deprecation/deprecation
82
expect(spans[1].op).toEqual('http.client');
83
expect(spanToJSON(spans[1]).op).toEqual('http.client');
84
});
0 commit comments