-
Notifications
You must be signed in to change notification settings - Fork 825
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
@opentelemetry/metrics fails to run due to bad import #879
Comments
@mayurkale22 assigning us both to this. i'm looking into #878 right now so I would appreciate if you could take this. |
Sure, looking into it now. |
@andybarron Thanks for reporting this! Would be nice if you can review fix #881. |
We planned to cut |
@mayurkale22 Is it worth waiting for #873 too for releasing ? I makes the StackScopeManager is broken in its current state |
Just published |
i have the following line in my code:
this causes my app to crash at runtime due to the following line:
opentelemetry-js/packages/opentelemetry-metrics/src/Meter.ts
Line 31 in 697fb60
it's importing from the
test
directory, which isn't included in the npm package, so the import can't resolve.The text was updated successfully, but these errors were encountered: