Skip to content

Commit 06abd38

Browse files
nirgaclaude
andcommitted
style: apply prettier formatting to instrumentation.ts
Fix code formatting issues detected by prettier. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 656265d commit 06abd38

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/instrumentation-langchain/src/instrumentation.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export class LangChainInstrumentation extends InstrumentationBase {
2828
constructor(config: LangChainInstrumentationConfig = {}) {
2929
super("@traceloop/instrumentation-langchain", version, config);
3030

31-
3231
// Manually instrument CallbackManager immediately since module detection doesn't work
3332
this.instrumentCallbackManagerDirectly();
3433
}
@@ -83,7 +82,6 @@ export class LangChainInstrumentation extends InstrumentationBase {
8382
inheritableMetadata?: Record<string, unknown>,
8483
localMetadata?: Record<string, unknown>,
8584
) {
86-
8785
// Add our callback handler to inheritable handlers
8886
const callbackHandler = new TraceloopCallbackHandler(
8987
self.tracer,

0 commit comments

Comments
 (0)