<?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: Exclude Log from framework in dynatrace swift in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/218117#M4651</link>
    <description>&lt;P&gt;Thank you, it was very useful&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jul 2023 16:20:33 GMT</pubDate>
    <dc:creator>paucaro</dc:creator>
    <dc:date>2023-07-14T16:20:33Z</dc:date>
    <item>
      <title>Exclude Log from framework in the Dynatrace swift</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/217584#M4643</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I am using functions from an SDK framework in the cocoapods module of my ios project, and the Dynatrace dashboard shows tags from the SDK.&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;In order t&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;o exclude the tag, I have tried to add DTXExcludedLifecycleClasses to info.plist like this&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;key&amp;gt;DTXExcludedLifecycleClasses&amp;lt;/key&amp;gt;
&amp;lt;array&amp;gt;
&amp;lt;string&amp;gt;ClassInModuleCocoapodsThatUseSdkMethods&amp;lt;/string&amp;gt;
&amp;lt;/array&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;but it doesn't do anything, how could I exclude the tag produced by the SDK?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 16:49:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/217584#M4643</guid>
      <dc:creator>paucaro</dc:creator>
      <dc:date>2023-07-13T16:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Log from framework in dynatrace swift</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/217654#M4644</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;I need some more details to be able to provide an answer:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;what do you refer to with "tag"?&lt;/LI&gt;
&lt;LI&gt;which action is generated by the SDK?&lt;/LI&gt;
&lt;LI&gt;what does the affected class inherit from&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 12 Jul 2023 06:15:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/217654#M4644</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2023-07-12T06:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Log from framework in dynatrace swift</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/217977#M4645</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;sorry for the delay, when I said about the tags I was referring to these events and actions that appear registered in the user session in the dynatrace dashboard.&amp;nbsp;I don't know if they are known by another name, sorry for the confusion.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paucaro_0-1689261856199.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/12911iCE7B81F2DDB5CE0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paucaro_0-1689261856199.png" alt="paucaro_0-1689261856199.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 15:38:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/217977#M4645</guid>
      <dc:creator>paucaro</dc:creator>
      <dc:date>2023-07-13T15:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Log from framework in dynatrace swift</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/217978#M4646</link>
      <description>&lt;P&gt;The marked UserAction is a touch an a tableview cell - to exclude those there are 2 options:&lt;BR /&gt;* globally exclude all touches in tables&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;key&amp;gt;DTXExcludedControls&amp;lt;/key&amp;gt;
&amp;lt;array&amp;gt;
&amp;lt;string&amp;gt;TableView&amp;lt;/string&amp;gt;
&amp;lt;/array&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;* only exclude instrumentation for the class that handles this tableview&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;key&amp;gt;DTXExcludedControlClasses&amp;lt;/key&amp;gt;
&amp;lt;array&amp;gt;
&amp;lt;string&amp;gt;ClassNameOfYourUITableViewDelegate&amp;lt;/string&amp;gt;
&amp;lt;/array&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;see&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/shortlink/ios-configuration-keys#user-actions" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/ios-configuration-keys#user-actions&lt;/A&gt;&amp;nbsp;for more details&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 15:58:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/217978#M4646</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2023-07-13T15:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Log from framework in dynatrace swift</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/217997#M4647</link>
      <description>&lt;P&gt;I understand that both are used to exclude control classes such as tables, buttons and others. Does it work the same for the case of wanting to exclude events caused by a framework registered in dynatrace? Because I tried this setting of DTXExcludedControlClasses but it doesn't work for me. Events logged in the SDK happen when I call SDK own functions, eg SDK.functionA() and it's not exactly a UI control class.&lt;/P&gt;&lt;P&gt;I don't know if I'm misunderstanding it, but I would like to clarify it, thank you very much&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 20:22:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/217997#M4647</guid>
      <dc:creator>paucaro</dc:creator>
      <dc:date>2023-07-13T20:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Log from framework in dynatrace swift</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/218046#M4648</link>
      <description>&lt;P&gt;Not sure if I understand what you try to exclude. The UserAction (Touch on TableViewCell...) marked in the screenshot is triggered by a user interaction (touch) on a table - not by a SDK call.&lt;BR /&gt;Or did I misinterpret your question and this is about the "Initiate BioCatchSDK..." UserAction you want to ignore?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 08:35:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/218046#M4648</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2023-07-14T08:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Log from framework in dynatrace swift</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/218097#M4649</link>
      <description>&lt;P&gt;Yes, it is about "Initiate BioCatchSDK ..." UserAction I want to ignore. Sorry if i confused you with the screenshot&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":pensive_face:"&gt;😔&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 14:16:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/218097#M4649</guid>
      <dc:creator>paucaro</dc:creator>
      <dc:date>2023-07-14T14:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Log from framework in dynatrace swift</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/218104#M4650</link>
      <description>&lt;P&gt;Oh, seems we need to update our help there - it is missing the gestures. So I can offer you to globally ignore gestures as workaround:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;key&amp;gt;DTXExcludedControls&amp;lt;/key&amp;gt;
&amp;lt;array&amp;gt;
&amp;lt;string&amp;gt;Gesture&amp;lt;/string&amp;gt;
&amp;lt;/array&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;DTXExcludedControlClasses key also should work if you know which class implements the UIGestureRecognizers for this gesture.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 14:58:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/218104#M4650</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2023-07-14T14:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Log from framework in dynatrace swift</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/218117#M4651</link>
      <description>&lt;P&gt;Thank you, it was very useful&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 16:20:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Exclude-Log-from-framework-in-the-Dynatrace-swift/m-p/218117#M4651</guid>
      <dc:creator>paucaro</dc:creator>
      <dc:date>2023-07-14T16:20:33Z</dc:date>
    </item>
  </channel>
</rss>

