Merge pull request #1077 from openreplay/dev
fix(ui): Keep deprecated timings for back compatibility
This commit is contained in:
commit
5b8e6a578a
1 changed files with 1 additions and 0 deletions
|
|
@ -431,6 +431,7 @@ export default class MessageManager {
|
|||
Log(msg)
|
||||
)
|
||||
break;
|
||||
case MType.ResourceTimingDeprecated:
|
||||
case MType.ResourceTiming:
|
||||
// TODO: merge `resource` and `fetch` lists into one here instead of UI
|
||||
if (msg.initiator !== ResourceType.FETCH && msg.initiator !== ResourceType.XHR) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue