req.runTo = function()

in src/aws/SDK2.ts [210:219]


    req.runTo = function () {
      // we need to resync for this so that the http client picks up our exit span and sees that it inherits from it and doesn't do a whole new span
      span.resync();

      try {
        _runTo.apply(this, arguments);
      } finally {
        span.async();
      }
    };