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
feat(cloudflare): Introduce lock instrumentation for context.waitUntil to prevent multiple instrumentation (#17539)
fixes#17514
P.S.: It would be better to avoid "side effects" of instrumentation
process. But it will require more changes and deeply tested.
---------
Co-authored-by: cod1k <[email protected]>
* Clones the given execution context by creating a shallow copy while ensuring the binding of specific methods.
13
+
*
14
+
* @param {ExecutionContext|DurableObjectState|void} ctx - The execution context to clone. Can be void.
15
+
* @return {ExecutionContext|DurableObjectState|void} A cloned execution context with bound methods, or the original void value if no context was provided.
0 commit comments