Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tracing): Add check for document.scripts in metrics
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`.
- Loading branch information