Closed
Description
Importing a profile recorded with Chrome Canary (v90) triggers this error check code:
Here's one such example event:
{
"args": {},
"cat": "blink.user_timing",
"name": "requestStart",
"ph": "I",
"pid": 64032,
"s": "t",
"tid": 775,
"ts": 25788659448
}
Looks like there's at least one new type, "I", which I assume will eventually affect Chrome stable (currently v88).