Dmitry Petrov
Dmitry Petrov
> > > @krutoo how can i reporduce this log? (sorry for dumb questions)
Yes, node and v8 specific default metrics can be omitted
@zbjornson @SimenB i see that Bun now partially implements perf_hooks: https://bun.sh/docs/runtime/nodejs-apis#node-perf-hooks But missing `createHistogram` and `monitorEventLoopDelay`. When i try to use `PromClient.collectDefaultMetrics` In my Bun app i get error: ```...
> > Yes, node and v8 specific default metrics can be omitted > > @krutoo How? Is it documented anywhere? I want to omit metric by metric @dawidsowardx I mean...
@MeenuyD I tried your snippet and it doesn't work either
Is it possible to add `renderToReadableStream` to Node.js package?
@h-a-n-a I dont see errors like on your case, do you use ubuntu?
@h-a-n-a can you also make `cat ./node_modules/@sima-land/isomorph/package.json | grep node-handler`? Because this export is defined in `package.json`
> @krutoo please provide the `sima-land-isomorph-0.0.0.tgz` file. > > > > public version of [@sima-land/isomorph](https://www.npmjs.com/package/@sima-land/isomorph?activeTab=code) has no exports related to node-handler @xc2 Folder "./tgz" in repo (sorry for wrong path...
Hmmm, i fully remove node_modules and reinstall it and it works, soory for taking your time