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

Harmless dtrace-provider error traces printed to console #42

Closed
blahah opened this issue Mar 26, 2017 · 1 comment
Closed

Harmless dtrace-provider error traces printed to console #42

blahah opened this issue Mar 26, 2017 · 1 comment
Labels

Comments

@blahah
Copy link
Member

blahah commented Mar 26, 2017

The bunyan logging library is used by one of our dependencies, and it tries to import native bindings for error trace reading. For whatever reason the library that provides those readings, dtrace-provider, doesn't rebuild properly for electron, so the import fails. Three errors are printed - they're harmless but it would be good to get rid of them eventually.

Track progress on this in bunyan here: trentm/node-bunyan#216 and here: trentm/node-bunyan#487

@blahah blahah added the bug label Mar 26, 2017
blahah pushed a commit that referenced this issue Jun 18, 2017
Error reporting with sentry.io (resolves #74, #42)
@blahah blahah closed this as completed Jun 18, 2017
@blahah
Copy link
Member Author

blahah commented Jun 18, 2017

Now we intercept this error, which is both harmless and malformed, and suppress it.

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

1 participant