This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Description
I love the idea here and I definitely need something like this but in its current state the logs come back truncated to the first line which is not so useful for debugging data.
Current Example:
{
"type": "log",
"text": "[Survey API] Submission successful: ",
"level": "log",
"timestamp": 1755811256306
},
{
"type": "log",
"text": "[Survey API] Success details: ",
"level": "log",
"timestamp": 1755811256306
},
{
"type": "log",
"text": "[SurveySlide] Partial submission result: ",
"level": "log",
"timestamp": 1755811256306
},
Ideal
Ideally, the data returned would be more expansive, whether this be an option or the default.