03 Nov 2023 12:02 AM
Hello, I have been reading about this different RUM injection formats for manually injected applications.
The documentation around it is not really very useful - https://docs.dynatrace.com/docs/shortlink/rum-injection#manual-insertion
I am specifically confused between Monitoring Code and Configuration Code which is mentioned here - https://docs.dynatrace.com/docs/shortlink/rum-injection#control-injection
I believe the monitoring code is something which we get from Dynatrace when we select the injection format and then insert that script/code into our pages but then what is configuration code and how does it affect with multiple injection formats? For example lets say I use inlineCode as my preferred format, it says if I change anything in the UI, that code needs to be updated. What are those settings which I change will affect this? The document clearly doesn't say anything around it.
If someone has come across similar question, I'd highly appreciate if you guys can provide me with your valuable inputs.
Best Regards,
Shashank
Solved! Go to Solution.
03 Nov 2023 05:43 AM - edited 03 Nov 2023 06:11 AM
Hello Shashank,
I am specifically confused between Monitoring Code and Configuration Code which is mentioned here
-> Its not configuration code. It is just configuration to control the RUM behavior available in Dynatrace UI.
Monitoring Code: This include different type of manual code inject using the format.
Configuration: Basically these are the settings which are available in Dynatrace UI to fine-tune the rules where we can manually tune it as per the requirement or best practices to follow (eg. enable/disable user session replay, naming/error rule, ..)
Cheers!
RN
03 Nov 2023 10:16 AM
Thanks @RazTN7 for the response. So if I change a setting in the Capture section like lets say I add a XHR exclusion OR change the user action naming rule, does that affect the monitoring code and then we have to again download the code and manually update them in our application?
03 Nov 2023 01:01 PM
No need to redeploy.
Cheers!
RN