The orchestrion config caps openai at >=4.0.0 <7, so the code transformer does not match v7 modules and auto-instrumentation silently produces no spans. openai@7 has been the stable major since 7.0.0 (latest is 7.5.0).
v7's only breaking change was requiring Node.js 22 — the instrumented create methods on Completions, Responses, Embeddings and Conversations are unchanged, at the same paths.
The orchestrion config caps
openaiat>=4.0.0 <7, so the code transformer does not match v7 modules and auto-instrumentation silently produces no spans.openai@7has been the stable major since 7.0.0 (latest is 7.5.0).v7's only breaking change was requiring Node.js 22 — the instrumented
createmethods onCompletions,Responses,EmbeddingsandConversationsare unchanged, at the same paths.