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 2d564e6 commit 83d10e2Copy full SHA for 83d10e2
packages/node/test/integrations/http.test.ts
@@ -52,7 +52,7 @@ describe('tracing', () => {
52
53
// our span is at index 1 because the transaction itself is at index 0
54
expect(spans[1].description).toEqual('GET http://dogs.are.great/');
55
- expect(spans[1].op).toEqual('request');
+ expect(spans[1].op).toEqual('http.client');
56
});
57
58
it("doesn't create a span for outgoing sentry requests", () => {
0 commit comments