Skip to content

Commit e2f45e8

Browse files
authored
Adding the --unstable-otel flag during toolshed binary build time (#1129)
1 parent dcc9909 commit e2f45e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build-binaries.ts

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ async function buildToolshed(config: BuildConfig): Promise<void> {
141141
const { success } = await new Deno.Command(Deno.execPath(), {
142142
args: [
143143
"compile",
144+
"--unstable-otel",
144145
"--output",
145146
config.distPath("toolshed"),
146147
"--include",

0 commit comments

Comments
 (0)