Missing input/output on trace when using openai js integration #3489
Replies: 2 comments 7 replies
-
|
Hey @dimitrydesilias! I'm here to help you with your tracing details. I can assist with bug fixes, answer questions, and guide you as a contributor. Let's tackle this together! There are a few common issues and solutions when integrating Langfuse with the Vercel AI SDK that might help resolve the problem of null data in your tracing details:
Additionally, enabling the new LangfuseExporter({ debug: true });For more detailed steps and examples, you can refer to the Langfuse documentation on integrating with the Vercel AI SDK [1][2]. |
Beta Was this translation helpful? Give feedback.
-
|
Can you check whether you see any input/output in the generation (select within the tree view on the right) |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Support,

I have a problem with my tracing details
it returns null data ,
I am working on a next js project with vercel ai sdk I have changed the export const openAiClient = observeOpenAI(new OpenAI({ apiKey: env.OPENAI_API_KEY, })); I received null for the input to output do you have any idea where I missed something
Beta Was this translation helpful? Give feedback.
All reactions