By default, Milana does not record the contents ofDocumentation Index
Fetch the complete documentation index at: https://docs.getmilana.ai/llms.txt
Use this file to discover all available pages before exploring further.
<canvas> elements — they appear as blank rectangles in replays. Enable canvas recording if your app uses canvas for charts, drawing tools, maps, or other visual content that is important to understand user behavior.
Enable canvas recording
PassshouldRecordCanvas: true in your init options.
- React
- Script Tag
When to enable it
- Charts and data visualizations rendered on canvas (e.g. Chart.js, D3 with canvas renderer)
- Drawing or annotation tools where the canvas content is the core user experience
- Maps rendered on canvas (e.g. Mapbox GL, Google Maps)
- Games or interactive simulations
Performance considerations
Canvas recording periodically snapshots the canvas content and includes it in the recording event stream. This increases payload size, which can affect:- Network usage — larger event batches are sent to the ingest endpoint
- Recording buffer — sessions with frequent canvas updates fill the event buffer faster