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(browser): Try multiple options for lazyLoadIntegration script parent element lookup (#13717)
Change the order for looking up parent elements to inject the integration script:
1. `document.body`
2. `document.head`
3. `document.currentScript.parentElement`
0 commit comments