mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 13:29:02 +08:00
fix: missing session fields
This commit is contained in:
@@ -7,7 +7,7 @@ export type TelemetryEvent = {
|
||||
userProperties?: Record<string, unknown>;
|
||||
userId?: string;
|
||||
clientId: string;
|
||||
sessionId?: string;
|
||||
sessionId?: string | number;
|
||||
eventId: string;
|
||||
timestampMicros?: number;
|
||||
context?: {
|
||||
|
||||
Reference in New Issue
Block a user