So that functionality has been removed? (having the same worker have multiple environments).
So that functionality has been removed? (having the same worker have multiple environments).
@opentelemetry/api, @opentelemetry/sdk-metrics, @opentelemetry/exporter-prometheus and co?
need help



wrangler dev --ip 0.0.0.0 I used to be able to access http://192.168.1.26:8787/ from my phone connected to the same wifi network. any type?res.json<T>() doing casting?yarn wrangler dev --node-compat however I still get the error there are no matching exports even though they should be supported according to the docs (https://developers.cloudflare.com/workers/runtime-apis/nodejs/crypto/)crypto.randomUUID()import crypto from 'node:crypto'; does not workcrypto.randomUUID() and crypto.getRandomValues() in the Worker runtime, I ended up using that even though it may not be 100% node compatiblenodejs_compat flag?--node-compat, which is the old polyfill method@opentelemetry/api@opentelemetry/sdk-metrics@opentelemetry/exporter-prometheuswrangler dev --ip 0.0.0.0res.json()JSON.parse(await res.text())res.json<T>()yarn wrangler dev --node-compat✘ [ERROR] No matching export in "node-modules-polyfills:crypto" for import "randomBytes"
src/index.ts:38:9:
38 │ import { randomBytes } from 'node:crypto';
╵ ~~~~~~~~~~~crypto.randomUUID()crypto.randomUUID()import crypto from 'node:crypto';crypto.getRandomValues()nodejs_compat--node-compat