feat(zone.js): Update to the simpler Async Stack Tagging v2 API by victorporof · Pull Request #46958 · angular/angular

Signed-off-by: Victor Porof victorporof@chromium.org

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.io application / infrastructure changes
  • Other... Please describe:

Chrome DevTools is planning on dropping the experimental flag for the new async stack tagging API and enabling this feature by default on the console object. As part of this, the API has been improved to be more robust. More details in the chromium bug and in the V8 implementation.

Does this PR introduce a breaking change?

  • Yes
  • No