← Back to Tracing domain

Tracing.end

Stop trace events collection.

Domain: Tracing stable

Example Request

{
  "id": 1,
  "method": "Tracing.end"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('Tracing.end');
console.log(result);