-
Notifications
You must be signed in to change notification settings - Fork 25.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors are not readable / prevent sourcemaps in console because of Zone.js #15185
Comments
for the long stack traces issue, see angular/zone.js#661 |
This is still not working... |
I don't know if this is related... When I use
|
@Martin-Wegner Same console output for me (zone.js: 0.8.4) :
my polyfills.browser.ts:
|
Note: This is already fixed in angular/zone.js@6010557 and will be released soon. |
I'm still getting @Martin-Wegner's issue even after installing 0.8.8. Anyone else? |
Just installed 0.8.12 - still getting this in VS console |
a hint (I think it was mentioned above): including
and
into the root test.ts gets back the mapped exceptions. Did not check deeply for side effects - but maybe that helps already |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Zone.js replaces the global
Error
function.This breaks logging of errors:
new Error(...)
, the error is shown as an object instead of showing its stackThe text was updated successfully, but these errors were encountered: