17 Jan 2024 10:03 AM - edited 11 Mar 2024 07:41 AM
You've just turned on RUM (automatic injection or manual injection), and you start noticing that your website is affected, maybe some buttons stop working or the website is not loading correctly.
Is it a RUM issue ?
To make sure it is, there is a simple test to be done at the start, which is blocking the ruxitagent request in the network tab and reloading the page, simply right click on the request -> block request URL -> Reload the page. The ruxitagent request should appear as blocked, if the issue still persists then this is an agent issue related to the technology and not a RUM issue, but if the issue is not there anymore continue following the guide:
1- The first step here would be to change where the injection is placed, we recommend the following:
For manual injection there is no way to change the location through the UI, you must change it in the source code.
For automatic injection, go to: Applications -> example_app -> settings -> Injection
2- If after changing the injection location the issue still persists then it might a functionality issue. Here are some steps to take so that the problem can be narrowed down (if you are using manual injection please check the note at the bottom of this article before continuing).
Is the problem only affecting XHRs ?
Note: For manual injection, some injection formats do not automatically apply settings changes done on the UI, when making a change in the settings you must replace the line of code that you inserted with the newly generated one.