Skip to content
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

When application is crashed stacktrace is missing in console. #111

Open
michalzubkowicz opened this issue Aug 14, 2018 · 2 comments
Open
Labels

Comments

@michalzubkowicz
Copy link

When application is crashed current setup even in development is hiding stacktrace. It's hard to debug such errors. Stacktrace should be visible in dev mode.

@hirsch88 hirsch88 self-assigned this Sep 24, 2018
@hirsch88 hirsch88 added the bug label Sep 24, 2018
@MardariG
Copy link

Is there a quick fix?

@MardariG
Copy link

In app.ts if you just log error with console.log, error is full, ex:

.catch(error => {
        log.error('Application is crashed!!!');
        console.log(error);
    });

@hirsch88 hirsch88 removed their assignment Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants