-
Notifications
You must be signed in to change notification settings - Fork 25
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
Contexts are not supported #85
Comments
👋 Can you share some more information?
|
Tried running node 20.14.0 / 21.7.3 / 22.2.0, none worked |
I looked into this a bit more. Unfortunately, since switching to the DataDog Nodejs profiler (as of v0.3.0), we don't support Windows. The DataDog profiler technically works but since we merged #19, we always use dynamic labeling, which is not supported on Windows. I'll create a ticket to add Windows support and I'll update our docs to reflect supported operating systems. It's possible v0.2.9 might work for you, but that uses a version of the SDK that is much buggier. |
Hi,
When starting pyroscope on my nodejs app (using expressjs) I'm getting an error: Contexts are not supported:
I tried many things like upgrading and downgrading my nodejs to different versions, but always the same problem.
Tried letting only the piece of code from documentation which is this one, same error:
Does someone have an idea ?
The text was updated successfully, but these errors were encountered: