fixup! fix(tracker): typing, logs & remove duplicate sending

This commit is contained in:
Alex Kaminskii 2022-09-14 14:59:56 +02:00
parent b6ec7e5b48
commit b3765fe6c2

View file

@ -105,6 +105,7 @@ export default function (app: App | null) {
if (context.__openreplay_adpss_patched__) {
return
} else {
// @ts-ignore
context.__openreplay_adpss_patched__ = true
}
patchAdoptedStyleSheets(context.Document.prototype)