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
Copy file name to clipboardExpand all lines: src/FsAutoComplete/Parser.fs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ module Parser =
99
99
100
100
letotelTracingOption=
101
101
Option<bool>(
102
-
"--otel-tracing-enabled",
102
+
"--otel-exporter-enabled",
103
103
"Enabled OpenTelemetry exporter. See https://opentelemetry.io/docs/reference/specification/protocol/exporter/ for environment variables to configure for the exporter."
0 commit comments