We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335ee5a commit 40cde73Copy full SHA for 40cde73
packages/node/src/integrations/tracing/langgraph/instrumentation.ts
@@ -109,18 +109,6 @@ export class SentryLangGraphInstrumentation extends InstrumentationBase<LangGrap
109
exports.createReactAgent as (...args: unknown[]) => CompiledGraph,
110
options,
111
);
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
- */
124
}
125
126
return exports;
0 commit comments