We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Process the full run.
When running our software with clinic doctor or bubbleprof it throws the following error at some point:
doctor
bubbleprof
Error: Initiated Worker with invalid NODE_OPTIONS env variable: --trace-events-enabled is not allowed in NODE_OPTIONS
The command works when using flame or without clinic.
flame
This turns out to be very hard to google, as a lot of results just end up talking about legacy-ssl options.
I am a bit lost on how to even approach this as I am rather new to profiling nodejs applications that use workers and more complex stuff.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Process the full run.
Current Behavior
When running our software with clinic
doctor
orbubbleprof
it throws the following error at some point:Error: Initiated Worker with invalid NODE_OPTIONS env variable: --trace-events-enabled is not allowed in NODE_OPTIONS
The command works when using
flame
or without clinic.This turns out to be very hard to google, as a lot of results just end up talking about legacy-ssl options.
I am a bit lost on how to even approach this as I am rather new to profiling nodejs applications that use workers and more complex stuff.
Environment
The text was updated successfully, but these errors were encountered: