-
Notifications
You must be signed in to change notification settings - Fork 837
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
Importing @opentelemetry/core fails with no other dependencies #471
Comments
yes |
@mayurkale22 I was just thinking about this. The program crashed. Failing to load a plugin should not cause a crash right? The actual crash was not during plugin load but was in the line that logs the traceId. Something along the lines of |
Sure, please provide a recipe for reproducing the error. |
I was creating the bug and realized I was mixing up 2 different bugs. Current state is fine :) |
Please answer these questions before submitting a bug report.
What version of OpenTelemetry are you using?
0.1.1
What version of Node are you using?
10.15.0
What did you do?
If possible, provide a recipe for reproducing the error.
@opentelemetry/core
@opentelemetry/core
What did you expect to see?
Useable OpenTelemetry core api
What did you see instead?
Module fails to import and crashes the program.
The text was updated successfully, but these errors were encountered: