Skip to content

Commit

Permalink
chor: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yusinto committed Aug 28, 2023
1 parent 11cb96a commit a3d3132
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/shared/common/src/internal/events/LDInternalOptions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* This is for internal use only.
*
* Edge sdks use clientSideID to query feature stores. They also send analytics
* using this clientSideID. This is a hybrid behavior because they are based
* on js-server-common, but uses the clientSideID instead of the sdkKey for the
* above reasons. These internal options allow the edge sdks to use the
* EventSender to send analytics to the correct LD endpoints using
* the clientSideId.
*/
export type LDInternalOptions = {
analyticsEventPath?: string;
diagnosticEventPath?: string;
Expand Down

0 comments on commit a3d3132

Please sign in to comment.