Skip to content
Prev Previous commit
Next Next commit
nice catch cursor
  • Loading branch information
RulaKhaled committed Oct 21, 2025
commit 459ab359e62396d946f0380be211f888397307f8
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,3 @@ async function run() {
}

run();

Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class SentryLangChainInstrumentation extends InstrumentationBase<LangChai
'@langchain/openai',
'@langchain/google-genai',
'@langchain/mistralai',
'@langchain/google-vertexai ',
'@langchain/google-vertexai',
'@langchain/groq',
];

Expand Down