Merge pull request #1077 from openreplay/dev

fix(ui): Keep deprecated timings for back compatibility
This commit is contained in:
Mehdi Osman 2023-03-30 17:55:16 +02:00 committed by GitHub
commit 5b8e6a578a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {