bun
bun copied to clipboard
NotImplementedError: perf_hooks.monitorEventLoopDelay is not yet implemented in Bun.
What is the problem this feature would solve?
perf_hooks stub is not complete, so it's fails in the moment when I try to use it for project in production
What is the feature you are proposing to solve the problem?
just make a stub method, that does not raise the exception
What alternatives have you considered?
of we should wait for real implementation
We should add a no-op stub, we can look into implementing this for real at another time.
This is the reason why elastic-apm-node package does not work.
...and prom-client, specifically collecting default metrics
Any updates? Same issue when using elastic-apm-node