Skip to content

Commit 0798558

Browse files
committed
nice catch cursor
1 parent bde1539 commit 0798558

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dev-packages/node-integration-tests/suites/tracing/langchain/scenario-tools.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,3 @@ async function run() {
8888
}
8989

9090
run();
91-

packages/node/src/integrations/tracing/langchain/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class SentryLangChainInstrumentation extends InstrumentationBase<LangChai
108108
'@langchain/openai',
109109
'@langchain/google-genai',
110110
'@langchain/mistralai',
111-
'@langchain/google-vertexai ',
111+
'@langchain/google-vertexai',
112112
'@langchain/groq',
113113
];
114114

0 commit comments

Comments
 (0)