Workers doesn’t have error notifications. You have to put those in your script
Workers doesn’t have error notifications. You have to put those in your script

npx wrangler dev --remotelogs and an empty exceptions field. Weirdly the outcome field is "ok" even thought the event.response.status is 500 and clearly not okay. What may have gone wrong? How does the outcome field get set to ok?name = "browser-worker"
main = "src/index.ts"
compatibility_date = "2023-03-14"
node_compat = true
workers_dev = true
browser = { binding = "MYBROWSER", type = "browser" }npx wrangler dev --remoteexceptionsoutcomeevent.response.status[[unsafe.bindings]]
binding = "MYBROWSER"
type = "browser"