is it possible to see `console.log` msgs from worker code somewhere on the website?
is it possible to see
console.log msgs from worker code somewhere on the website?

wrangler tail





af9fabfdc3dcb4f21037c9edd9edac39CF_PAGES_COMMIT_SHA within a Vite React project? if so howwrangler tailimport speech from '@google-cloud/speech'
// Initialize Google Speech Client
const client = new createClient.SpeechClient({
credentials: {
client_email: env.GOOGLE_CLIENT_EMAIL,
private_key: env.GOOGLE_PRIVATE_KEY
}
});service core:user:voice-call-handler-dev: Uncaught TypeError: Cannot convert object to primitive value
at null.<anonymous> (index.js:18912:101) in isEnabled
at null.<anonymous> (index.js:18915:35) in refresh
at null.<anonymous> (index.js:18956:13) in
../node_modules/.pnpm/google-logging-utils@0.0.2/node_modules/google-logging-utils/build/src/colours.js
at null.<anonymous> (index.js:19:51) in require2
at null.<anonymous> (index.js:19013:21) in
../node_modules/.pnpm/google-logging-utils@0.0.2/node_modules/google-logging-utils/build/src/logging-utils.js
at null.<anonymous> (index.js:19:51) in require2
at null.<anonymous> (index.js:19269:18) in
../node_modules/.pnpm/google-logging-utils@0.0.2/node_modules/google-logging-utils/build/src/index.js
at null.<anonymous> (index.js:19:51) in __require2
at null.<anonymous> (index.js:19318:18) in
../node_modules/.pnpm/gcp-metadata@6.1.1/node_modules/gcp-metadata/build/src/index.js17:39:23.396 ✘ [ERROR] A request to the Cloudflare API (/accounts/af9fabfdc3dcb4f21037c9edd9edac39/workers/scripts/loveailand/versions) failed.
17:39:23.396
17:39:23.397 Uncaught Error: Disallowed operation called within global scope. Asynchronous I/O (ex: fetch() or connect()), setting a timeout, and generating random values are not allowed within global scope. To fix this error, perform this operation within a handler. https://developers.cloudflare.com/workers/runtime-apis/handlers/
17:39:23.397 at null.<anonymous> (server.js:86225:85)
17:39:23.397 [code: 10021]af9fabfdc3dcb4f21037c9edd9edac39CF_PAGES_COMMIT_SHA await import('wasm_exec.js')
const go = new Go();
const resp = await fetch(WASM_URL)
const bytes = await resp.arrayBuffer()
const res = await WebAssembly.instantiate(bytes, go.importObject)
const result = res.exports.NewFromJson(request.body)