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

Make "internals" configurable #41

Open
goatslacker opened this issue Dec 8, 2017 · 1 comment
Open

Make "internals" configurable #41

goatslacker opened this issue Dec 8, 2017 · 1 comment

Comments

@goatslacker
Copy link
Contributor

I was looking through the README and noticed this internal folder thing that acts sort of like node_modules.

Can we make this configurable? If there's a folder internal in my project I'd like for it to be included but still have node_modules excluded.

Refs:

02086cc#diff-5e0b92ae1f4819f9023cb45116668ef6R5
20018d5

PR?

@streamich
Copy link
Contributor

The internals folder is excluded to hide stack traces from Node's /internal folder.

As I understand, the problem is that you have /internal folder in your project and the reporter hides stack traces from that?

In that case it is a bug, we should show stack traces from your folder but exclude only Node's /internal folder, if possible to discriminate between the two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants