Skip to content

Commit af569e4

Browse files
sommeeeervicb
andauthored
Update packages/cloudflare/src/cli/build/patches/plugins/instrumentation.ts
Co-authored-by: Victor Berchet <[email protected]>
1 parent 4a02ad7 commit af569e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/build/patches/plugins/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function patchInstrumentation(updater: ContentUpdater, buildOpts: BuildOp
2020
escape: false,
2121
}
2222
),
23-
contentFilter: /async function getInstrumentationModule\(/,
23+
contentFilter: /getInstrumentationModule\(/,
2424
callback: ({ contents }) => patchCode(contents, getNext154Rule(builtInstrumentationPath)),
2525
},
2626
},

0 commit comments

Comments
 (0)