updateTrace method

int updateTrace(
  1. String traceId,
  2. String endTime,
  3. String attributesJson
)

Implementation

int updateTrace(String traceId, String endTime, String attributesJson) =>
    exportTrace(
      '{"trace_id":"$traceId",'
      '"end_time":"$endTime",'
      '"attributes":$attributesJson}',
    );