-
Notifications
You must be signed in to change notification settings - Fork 309
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
----------- parentScope null #383
Comments
Please provide a more coherent description of the issue. |
|
Thanks for the snippet. I think I understand a bit better what the problem is. Could you provide a minimal runnable snippet of code that reproduces the problem? I will use that to set up a test case and hopefully provide a fix. Also, which versions of |
package.json
test.js
|
Thanks for the snippet! I'll take a look. |
const parentScope = tracer.scopeManager().active()
----------- parentScope null
The text was updated successfully, but these errors were encountered: