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
Since 6.2.2 we have been seeing an empty <iframe> in the <head> section of our HTML. I believe it's as a result of changes in #3318.
We have various automated tests running in our staging environment that check over built code. While the <iframe> itself doesn't cause any runtime issues, it is causing our accessibility tests to fail as it's picking up an inaccessible element.
I would guess it's not supposed to be staying around?
The text was updated successfully, but these errors were encountered:
Package + Version
@sentry/browser
@sentry/node
raven-js
raven-node
(raven for node)Version:
Description
Since
6.2.2
we have been seeing an empty<iframe>
in the<head>
section of our HTML. I believe it's as a result of changes in #3318.We have various automated tests running in our staging environment that check over built code. While the
<iframe>
itself doesn't cause any runtime issues, it is causing our accessibility tests to fail as it's picking up an inaccessible element.I would guess it's not supposed to be staying around?
The text was updated successfully, but these errors were encountered: