Skip to content

Commit

Permalink
Merge branch 'add-session-id' of https://github.com/ComposioHQ/composio
Browse files Browse the repository at this point in the history
… into add-session-id
  • Loading branch information
plxity committed Feb 18, 2025
2 parents 09c7b08 + b746596 commit 42e2436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/sdk/utils/telemetry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export class TELEMETRY_LOGGER {
composioVersion: ComposioSDKContext.composioVersion,
frameworkRuntime: ComposioSDKContext.frameworkRuntime,
source: ComposioSDKContext.source,
sessionId: ComposioSDKContext.sessionId,
isBrowser: typeof window !== "undefined",
},
};
Expand Down

0 comments on commit 42e2436

Please sign in to comment.