mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 19:16:29 +08:00
fix: missing session fields
This commit is contained in:
@@ -5,7 +5,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