Package + Version
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?
Package + Version
@sentry/browser@sentry/noderaven-jsraven-node(raven for node)Version:
Description
Since
6.2.2we 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?