You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The different JS functions can't be used in a cloudflare worker environment where I/O is not allowed outside the request, it fails with:
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/
Problem Statement
The different JS functions can't be used in a cloudflare worker environment where I/O is not allowed outside the request, it fails with:
Solution Brainstorm
Afraid I don't have any bright ideas here. Here is the original request: getsentry/sentry#64195 (comment)
The text was updated successfully, but these errors were encountered: