diff --git a/packages/components/src/handler.ts b/packages/components/src/handler.ts index 3c3b9b256d1..faf0b260ba2 100644 --- a/packages/components/src/handler.ts +++ b/packages/components/src/handler.ts @@ -633,7 +633,8 @@ export class AnalyticHandler { const returnIds: ICommonObject = { langSmith: {}, langFuse: {}, - lunary: {} + lunary: {}, + langWatch: {} } if (Object.prototype.hasOwnProperty.call(this.handlers, 'langSmith')) { @@ -789,7 +790,8 @@ export class AnalyticHandler { const returnIds: ICommonObject = { langSmith: {}, langFuse: {}, - lunary: {} + lunary: {}, + langWatch: {} } if (Object.prototype.hasOwnProperty.call(this.handlers, 'langSmith')) {