Hello everyone!
I'm struggling with enabling Heatmaps. In the Heatmaps docs it says:
Example Usage
mixpanel.init('YOUR_PROJECT_TOKEN', {
record_sessions_percent: 1, // Session Replay enabled, recording 1% of all sessions
record_heatmap_data: true // Enable Heatmap data collection
});
And when I try to write it in my mixpanel sdk setup, I get this error:
Type error: Object literal may only specify known properties, and 'record_heatmap_data' does not exist in type 'Partial<Config>'.
I'm using 2.68.0