You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The span created as http.request is not nested under the span with op: test. Is this expected behaviour? Or should the http integration be updated so as not to attach directly to the scope span, but to any parent span?
This is most noticeable with both the http and awsservices integrations switched on, which produces near identical sibling spans ... whereas the http span is likely better off nested inside the corresponding awsservices span
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Referring to code:
sentry-javascript/packages/node/src/integrations/http.ts
Line 113 in 0889534
If I have an implementation as follows:
The span created as
http.requestis not nested under the span withop: test. Is this expected behaviour? Or should the http integration be updated so as not to attach directly to the scope span, but to any parent span?This is most noticeable with both the
httpandawsservicesintegrations switched on, which produces near identical sibling spans ... whereas thehttpspan is likely better off nested inside the correspondingawsservicesspanBeta Was this translation helpful? Give feedback.
All reactions