You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tracing): Add check for document.scripts in metrics (#3766)
Fixes#3705
Supersedes #3707
We should check if document.scripts exists as it does not exist in some
browser environments. This patch also refactors the document logic
to rely on `global.document` instead of `document`.
0 commit comments