We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a74df8 commit bb3d0faCopy full SHA for bb3d0fa
1 file changed
client/src/extension.ts
@@ -61,6 +61,13 @@ export async function activate(context: ExtensionContext) {
61
const serverOptions: ServerOptions = {
62
command,
63
args,
64
+ options: {
65
+ env: {
66
+ ...process.env,
67
+ OTEL_EXPORTER_OTLP_ENDPOINT: "http://localhost:4707",
68
+ OTEL_EXPORTER_OTLP_PROTOCOL: "http/protobuf",
69
+ },
70
71
};
72
73
const userInitOptions = workspace
0 commit comments