V1 / Shaders
Report a client watchdog trip
Called by a viewer whose frame watchdog disabled this shader. Enough independent trips
V1 / Shaders
Report a client watchdog trip
Called by a viewer whose frame watchdog disabled this shader. Enough independent trips
POST
/api/v1/shaders/:id/telemetryRequest
curl -X POST "http://localhost:3000/api/v1/shaders/:id/telemetry" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d '{}'Response
// 200 OK
{
"success": true,
"data": { ... }
}