<?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: Issue uploading dsym using Dynatrace Fastlane Plugin in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/279220#M6526</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/91908"&gt;@jbaf&lt;/a&gt;!&lt;BR /&gt;we checked our plugin and that option is currently not there - we will add it to the next release.&lt;BR /&gt;&lt;BR /&gt;Update: truncated symbol names are not really an issue - this just shortens autogenerated symbol names that would not really help on analyzing a crash report (a method call with a 5k char long name?). If your issue is that you got&amp;nbsp;&lt;SPAN&gt;"The stack trace could not be processed correctly with the uploaded mapping file.", then this should not be related to the truncation - more likely to a symbol file uploaded not matching the app build it was uploaded for (has to be exactly from that one build that was published, not just from same repo checkout state).&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jun 2025 08:54:47 GMT</pubDate>
    <dc:creator>Patrick_H</dc:creator>
    <dc:date>2025-06-12T08:54:47Z</dc:date>
    <item>
      <title>Issue uploading dsym using Dynatrace Fastlane Plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/220420#M3759</link>
      <description>&lt;P&gt;I'm using the Fastlane plugin to upload our dsyms to Dynatrace.&amp;nbsp; I've started receiving this error:&lt;/P&gt;
&lt;P&gt;INFO [2023-08-01 19:30:42.49]: ▸ 2023-08-01 19:30:42.493 DTXDssClient[26630:90673] WARNING Extract [DTXSymbolExtractor.mm:916-259] Demangled symbol name of length 6842 exceeds maximum length of 5000. The symbol will be truncated and not be included in full length. This behavior can be overridden by using the maxSymbolSize parameter.&lt;/P&gt;
&lt;P&gt;Looking at the documentation (&lt;A href="https://github.com/Dynatrace/fastlane-plugin-dynatrace" target="_blank" rel="noopener"&gt;https://github.com/Dynatrace/fastlane-plugin-dynatrace&lt;/A&gt;), I don't see `maxSymbolSize` as an available parameter to provide:&lt;/P&gt;
&lt;P&gt;From the log file, I see that we're using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;DTXDssClient version 8.271.2.1007 built on 2023-07-14&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the logs also show it was updated:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;INFO [2023-08-01 19:30:02.11]: Found a different remote DTXDssClient client. Removing local version and updating.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I started digging into this after checking a crash, and seeing a message "The stack trace could not be processed correctly with the uploaded mapping file."&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jamie&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 07:32:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/220420#M3759</guid>
      <dc:creator>KsAvsFan</dc:creator>
      <dc:date>2023-08-11T07:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue uploading dsym using Dynatrace Fastlane Plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/220422#M3760</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the name length truncation was introduced as 5000 chars usually should be enough in a crash report line to identify the method name. This was added to reduce symbol file size as under certain conditions saving the full could lead to a multitude of the resulting symbol file size and hitting upload size limit problems. Is desired this can be overridden as mentioned n the log - it is just not yet in our online help, but listed when invoking &lt;FONT face="andale mono,times"&gt;./DTXDssClient -help&lt;/FONT&gt;&lt;BR /&gt;
&lt;PRE class="language-java"&gt;&lt;CODE&gt;maxSymbolSize Limits the maximum length (characters) of the demangled symbols. Can be disabled by setting it to 0. (Default 5000)​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;the update is to keep the DSS client in sync with highest compatible version to the cluster, this does not have any impact on the above name truncation&lt;/LI&gt;
&lt;LI&gt;last message is something that needs more investigation and you should open a support ticket and provide the crash report ind the originals dSYM file that matches the app build for the crash report&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 11 Aug 2023 05:40:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/220422#M3760</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2023-08-11T05:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue uploading dsym using Dynatrace Fastlane Plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/244973#M4402</link>
      <description>&lt;P&gt;For the last point of the solution, did you create a support ticket and what was the solution? We also receive the following message for stack traces:&lt;BR /&gt;- The stack trace could not be processed correctly with the uploaded mapping file.&lt;/P&gt;&lt;P&gt;Could you please also specify in which log files you found the error messages (path to the logs)?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Many Thanks,&lt;BR /&gt;Urs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 08:29:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/244973#M4402</guid>
      <dc:creator>urs_fischer</dc:creator>
      <dc:date>2024-05-07T08:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue uploading dsym using Dynatrace Fastlane Plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/279115#M6514</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/31862"&gt;@Patrick_H&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I am getting the same issue. Does the fastlane plugin give the possibility to set the&amp;nbsp;maxSymbolSize to 0 ? didn't find a way to do it&lt;BR /&gt;Available parameters are only the following :&amp;nbsp;&lt;/P&gt;&lt;P&gt;Key Description default value&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;action&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;(iOS/tvOS only)&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Action to be performed by DTXDssClient (upload&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;decode).&lt;/TD&gt;&lt;TD&gt;upload&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;username&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;(iOS/tvOS only)&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The username/AppleID to use to download the dSYMs. Alternatively you can specify this in your AppFile as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;apple_id.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;os&lt;/TD&gt;&lt;TD&gt;The type of the symbol files, either&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ios,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;tvOS&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;android.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;apitoken&lt;/TD&gt;&lt;TD&gt;Dynatrace API token with mobile symbolication permissions.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;appID&lt;/TD&gt;&lt;TD&gt;The application ID you get from your Dynatrace environment.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;bundleId&lt;/TD&gt;&lt;TD&gt;The CFBundlebundleId (iOS, tvOS) / package (Android) of the application. Alternatively you can specify this in your AppFile as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;app_identifier.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;versionStr&lt;/TD&gt;&lt;TD&gt;The CFBundleShortVersionString (iOS, tvOS) / versionName (Android)&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;version&lt;/TD&gt;&lt;TD&gt;The CFBundleVersion (iOS, tvOS) / versionCode (Android). Is also used for the dSYM download.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;symbolsfile&lt;/TD&gt;&lt;TD&gt;Path to the dSYM or Android mapping file to be processed.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(Android only)&lt;/EM&gt;: If the file exceeds 10MiB and doesn't end with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;*.zip&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;it's zipped before uploading. This can be disabled by setting&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;symbolsfileAutoZip&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to false.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;symbolsfileAutoZip&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;(Android only)&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Automatically zip symbolsfile if it exceeds 10MiB and doesn't already end with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;*.zip.&lt;/TD&gt;&lt;TD&gt;true&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;server&lt;/TD&gt;&lt;TD&gt;The API endpoint for the Dynatrace environment (e.g.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://{environmentid}.live.dynatrace.com" target="_blank" rel="noopener"&gt;https://{environmentid}.live.dynatrace.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://dynatrace-managed.com/e/environmentID" target="_blank" rel="noopener"&gt;https://dynatrace-managed.com/e/environmentID&lt;/A&gt;).&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;cleanBuildArtifacts&lt;/TD&gt;&lt;TD&gt;Clean build artifacts after processing.&lt;/TD&gt;&lt;TD&gt;false&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;tempdir&lt;/TD&gt;&lt;TD&gt;(OPTIONAL) Custom temporary directory for the DTXDssClient.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;The plugin does not take care of cleaning this directory.&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;debugMode&lt;/TD&gt;&lt;TD&gt;(OPTIONAL) Enable debug logging.&lt;/TD&gt;&lt;TD&gt;false&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;customLLDBFrameworkPath&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;(iOS/tvOS only)&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(OPTIONAL) Custom path to the LLDB framework used as runtime dependency by DTXDssClient (e.g.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/Users/test/Documents/LLDB.framework).&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;autoSymlinkLLDB&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;(iOS/tvOS only)&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(OPTIONAL) Automatically find and create a symlink to the LLDB framework into the DTXDssClient's temporary folder.&lt;/TD&gt;&lt;TD&gt;true&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 12:09:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/279115#M6514</guid>
      <dc:creator>jbaf</dc:creator>
      <dc:date>2025-06-11T12:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue uploading dsym using Dynatrace Fastlane Plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/279220#M6526</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/91908"&gt;@jbaf&lt;/a&gt;!&lt;BR /&gt;we checked our plugin and that option is currently not there - we will add it to the next release.&lt;BR /&gt;&lt;BR /&gt;Update: truncated symbol names are not really an issue - this just shortens autogenerated symbol names that would not really help on analyzing a crash report (a method call with a 5k char long name?). If your issue is that you got&amp;nbsp;&lt;SPAN&gt;"The stack trace could not be processed correctly with the uploaded mapping file.", then this should not be related to the truncation - more likely to a symbol file uploaded not matching the app build it was uploaded for (has to be exactly from that one build that was published, not just from same repo checkout state).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 08:54:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/279220#M6526</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2025-06-12T08:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue uploading dsym using Dynatrace Fastlane Plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/279227#M6527</link>
      <description>&lt;P&gt;Thanks a lot !&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 08:39:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/279227#M6527</guid>
      <dc:creator>jbaf</dc:creator>
      <dc:date>2025-06-12T08:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue uploading dsym using Dynatrace Fastlane Plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/283483#M6641</link>
      <description>&lt;P&gt;The missing &lt;SPAN&gt;&lt;EM&gt;maxSymbolSize&lt;/EM&gt;&amp;nbsp;&lt;/SPAN&gt;parameter is now available in the latest release:&amp;nbsp;&lt;A href="https://github.com/Dynatrace/fastlane-plugin-dynatrace/releases/tag/v2.1.5" target="_blank"&gt;https://github.com/Dynatrace/fastlane-plugin-dynatrace/releases/tag/v2.1.5&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 08:01:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Issue-uploading-dsym-using-Dynatrace-Fastlane-Plugin/m-p/283483#M6641</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2025-08-11T08:01:55Z</dc:date>
    </item>
  </channel>
</rss>

