-
Notifications
You must be signed in to change notification settings - Fork 6
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
Updating to 0.13 causes error:true
to be set on Express spans.
#33
Comments
@obecny: Does v0.14.0 contain this PR: open-telemetry/opentelemetry-js#1751? If not, will that fix this issue? |
hmm I mislead the version of launcher and version of otel. |
Given that launcher includes @opentelemetry/plugins-node-core-and-contrib v0.12.0, I'd assume it's the version of the express plugin that it depends on (also v0.12.0). |
Having a similar problem with |
This is fixed in the v0.13.1 release: https://www.npmjs.com/package/lightstep-opentelemetry-launcher-node/v/0.13.1. |
Describe the bug
After updating to 0.13.0, the
error
attribute is set totrue
on Express HTTP spans.To Reproduce
Install express, launcher.
Expected behavior
A GET request should produce a span without an error.
Additional context
The text was updated successfully, but these errors were encountered: