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

Fix issue with exception telemetry not being generated for Bunyan errors #860

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

hectorhdzg
Copy link
Member

Auto instrumentation only generate exception when message is an error object, if logger.error is called it will generate trace if string is passed.

Fixes #786

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

Successfully merging this pull request may close these issues.

Trace data instead of exception data is sent when error is provided to bunyan/winston logger
2 participants