Skip to content

Commit 40cde73

Browse files
committed
clean comment
1 parent 335ee5a commit 40cde73

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,6 @@ export class SentryLangGraphInstrumentation extends InstrumentationBase<LangGrap
109109
exports.createReactAgent as (...args: unknown[]) => CompiledGraph,
110110
options,
111111
);
112-
/*
113-
const originalCreateReactAgent = exports.createReactAgent;
114-
Object.defineProperty(exports, 'createReactAgent', {
115-
value: instrumentCreateReactAgent(
116-
originalCreateReactAgent as (...args: unknown[]) => CompiledGraph,
117-
options,
118-
),
119-
writable: true,
120-
enumerable: true,
121-
configurable: true,
122-
});
123-
*/
124112
}
125113

126114
return exports;

0 commit comments

Comments
 (0)