09 Nov 2020 12:57 PM
Hi,
Our webapp is cosisted of several frames and is being monitored via auto-injection.
Unfortunately the js agent is only injected into child frames and not to the top context. As result we cannot grab info such as page title. JS variables and other elements that are only accessible within the top frame.
Why doesn't the js inject into the top frame? is there any way to get to do that?
Daniel
Solved! Go to Solution.
09 Nov 2020 08:23 PM
Dear @Daniel B.,
can you please open a support ticket so we can have a deeper look at this?
Otherwise - without a link to the environment and proper documentation (in a support ticket that can be shared across the DT departments) - its hard to help and resolve such a case.
thanks and regards
Thomas
16 Nov 2020 08:25 AM
In case someone else is interested to know-
we were able to get the injection to all IFRAMES by using custom injection rule with:
all pages -> after <head>
Daniel