getGameDebugInfoWithLogsAndVisualization
Retrieve detailed debug logs and vectorized canvas visualizations for browser-based games to analyze performance and identify issues. Supports SVG output for enhanced clarity.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeSvg | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"includeSvg": {
"default": true,
"type": "boolean"
}
},
"type": "object"
}