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 0f9985a commit 5b2d920Copy full SHA for 5b2d920
packages/logging/src/analytics-helpers.ts
@@ -17,7 +17,6 @@ export type AnalyticsIdentifyMessage = MongoshAnalyticsIdentity & {
17
session_id: string;
18
device_id: string;
19
} & SegmentIdentifyParams['traits'];
20
- timestamp?: SegmentIdentifyParams['timestamp'];
21
};
22
23
export type AnalyticsTrackMessage = MongoshAnalyticsIdentity & {
0 commit comments