Skip to content

Commit d1daf8c

Browse files
authored
Update packages/cloudflare/src/cli/build/bundle-server.ts
1 parent d8db7da commit d1daf8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cloudflare/src/cli/build/bundle-server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ export async function updateWorkerBundledCode(
194194
(code) => patches.inlineMiddlewareManifestRequire(code, buildOpts),
195195
],
196196
["exception bubbling", patches.patchExceptionBubbling],
197+
["`loadInstrumentationModule` function", patches.patchLoadInstrumentationModule],
197198
[
198199
"`patchAsyncStorage` call",
199200
(code) =>

0 commit comments

Comments
 (0)