Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a crash when adding call events to telemetry
Since typeof null is 'object', the flattenVoipEventRecursive function was mistakenly casting nulls to Record<string, unknown> in its typeof v === "object" case, causing Object.entries to explode.
- Loading branch information