* Get common properties for all events
()
| 38 | * Get common properties for all events |
| 39 | */ |
| 40 | function getCommonProperties() { |
| 41 | return { |
| 42 | app_version: appVersion, |
| 43 | platform: appPlatform, |
| 44 | arch: appArch, |
| 45 | source: "desktop_renderer", |
| 46 | } |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * Initialize PostHog for renderer process |