<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to disable EUM dynamically? in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-disable-EUM-dynamically/m-p/739926#M11658</link>
    <description>&lt;P&gt;Hi Steven, thank you for your quick help.&lt;/P&gt;&lt;P&gt;The link that you have provided says, that the snippet "&lt;SPAN&gt;window["adrum-disable"] = true", should be placed before adrum script has been loaded.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to disable EUM after it has been loaded.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;M&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2020 16:37:55 GMT</pubDate>
    <dc:creator>Michal_Drabikow</dc:creator>
    <dc:date>2020-10-26T16:37:55Z</dc:date>
    <item>
      <title>How to disable EUM dynamically?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-disable-EUM-dynamically/m-p/739924#M11656</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is there any way to disable EUM dynamically without refreshing the page?&lt;/P&gt;&lt;P&gt;Ex. user logs into the SPA application, but he changes his privacy settings and we need to disable AppDynamics totally on the browser side. Is that possible?&lt;/P&gt;&lt;P&gt;We are injecting AppDynamics with SPA2 (&lt;A href="https://docs.appdynamics.com/display/PRO45/SPA2+Monitoring" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.appdynamics.com/display/PRO45/SPA2+Monitoring&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 16:15:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-disable-EUM-dynamically/m-p/739924#M11656</guid>
      <dc:creator>Michal_Drabikow</dc:creator>
      <dc:date>2020-10-26T16:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable EUM dynamically?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-disable-EUM-dynamically/m-p/739925#M11657</link>
      <description>&lt;P&gt;Hi Michal,&lt;/P&gt;&lt;P&gt;You might be able to use this?&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.appdynamics.com/display/PRO45/Disable+Browser+Monitoring+Programmatically" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO45/Disable+Browser+Monitoring+Programmatically&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You could possibly program your privacy setting to modify this value as needed.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 16:34:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-disable-EUM-dynamically/m-p/739925#M11657</guid>
      <dc:creator>Steven_Colliton</dc:creator>
      <dc:date>2020-10-26T16:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable EUM dynamically?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-disable-EUM-dynamically/m-p/739926#M11658</link>
      <description>&lt;P&gt;Hi Steven, thank you for your quick help.&lt;/P&gt;&lt;P&gt;The link that you have provided says, that the snippet "&lt;SPAN&gt;window["adrum-disable"] = true", should be placed before adrum script has been loaded.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to disable EUM after it has been loaded.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;M&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 16:37:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-disable-EUM-dynamically/m-p/739926#M11658</guid>
      <dc:creator>Michal_Drabikow</dc:creator>
      <dc:date>2020-10-26T16:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable EUM dynamically?</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-disable-EUM-dynamically/m-p/739927#M11659</link>
      <description>&lt;P&gt;Hi Michal,&lt;/P&gt;&lt;P&gt;I don't believe there would be a way without reloading the page and setting that value to false. Much like if you were to try to do the same thing with Google Analytics... It requires a reload of the page to change the gtag value.&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/59933351/unload-remove-disable-google-analytics-dynamically-without-a-full-page-load" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/59933351/unload-remove-disable-google-analytics-dynamically-without-a-full-page-load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I know that doesn't fix your issue but since this is a SPA and it is loading the agent when the user uses the site I don't know if there would be a solution without a page reload to disable.&lt;/P&gt;&lt;P&gt;The only thing I can think off the top of my head is maybe doing something like reloading just that portion of the HTML or whatever.&amp;nbsp; Kinda like these examples:&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/17886578/refresh-part-of-page-div" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/17886578/refresh-part-of-page-div&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/42929562/reload-part-of-html-without-refreshing-page" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/42929562/reload-part-of-html-without-refreshing-page&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 16:44:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-disable-EUM-dynamically/m-p/739927#M11659</guid>
      <dc:creator>Steven_Colliton</dc:creator>
      <dc:date>2020-10-29T16:44:22Z</dc:date>
    </item>
  </channel>
</rss>

