We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8db7da commit d1daf8cCopy full SHA for d1daf8c
packages/cloudflare/src/cli/build/bundle-server.ts
@@ -194,6 +194,7 @@ export async function updateWorkerBundledCode(
194
(code) => patches.inlineMiddlewareManifestRequire(code, buildOpts),
195
],
196
["exception bubbling", patches.patchExceptionBubbling],
197
+ ["`loadInstrumentationModule` function", patches.patchLoadInstrumentationModule],
198
[
199
"`patchAsyncStorage` call",
200
(code) =>
0 commit comments