<?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: Can I have a custom page title in a Dynatrace App? in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Can-I-have-a-custom-page-title-in-a-Dynatrace-App/m-p/291055#M1602</link>
    <description>&lt;P&gt;I think this is not possible right now. As Dynatrace apps run inside the platform’s AppShell, which controls the browser tab title. That’s why changing &amp;lt;title&amp;gt; or document.title in your React code doesn’t work—the shell overrides it with App name – tenant – Dynatrace. There’s currently no public API to customize this, so it’s a platform limitation.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Dec 2025 23:51:03 GMT</pubDate>
    <dc:creator>sujit_k_singh</dc:creator>
    <dc:date>2025-12-08T23:51:03Z</dc:date>
    <item>
      <title>Can I have a custom page title in a Dynatrace App?</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Can-I-have-a-custom-page-title-in-a-Dynatrace-App/m-p/288101#M1566</link>
      <description>&lt;P&gt;I have an app that uses filters to display metric relating to various services etc. The intention is to have multiple tabs open in the browser with different filters in each tab.&lt;/P&gt;&lt;P&gt;All fine so far but every tab has the exact same title. I'd like to reflect the filter values in the title so that I can find the tab I want more easily.&lt;/P&gt;&lt;P&gt;Is it possible to customise the title?&lt;/P&gt;&lt;P&gt;I've tried a couple of ways suggested for vanilla React - using a &amp;lt;title&amp;gt; element and using an effect to set document.title but the title always remains as my app name followed by the tenant name and then 'Dynatrace'.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 12:56:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Can-I-have-a-custom-page-title-in-a-Dynatrace-App/m-p/288101#M1566</guid>
      <dc:creator>andycarlson</dc:creator>
      <dc:date>2025-10-17T12:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can I have a custom page title in a Dynatrace App?</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Can-I-have-a-custom-page-title-in-a-Dynatrace-App/m-p/288102#M1567</link>
      <description>&lt;P&gt;Hi andycarlson!&lt;/P&gt;
&lt;P&gt;Thank you for your question. That would be a useful feature and I believe is not possible so far.&lt;/P&gt;
&lt;P&gt;Your app is wrapped within the AppShell and we would need to provide the feature there to make the title easily customisable.&lt;/P&gt;
&lt;P&gt;The same idea that people raised for our builtin apps &lt;A href="https://community.dynatrace.com/t5/Product-ideas/Dashboard-and-notebook-name-in-the-web-page-title/idi-p/272609" target="_blank"&gt;https://community.dynatrace.com/t5/Product-ideas/Dashboard-and-notebook-name-in-the-web-page-title/idi-p/272609&lt;/A&gt;&amp;nbsp; I can't promise a release date, but currently is on our roadmap&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 13:24:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Can-I-have-a-custom-page-title-in-a-Dynatrace-App/m-p/288102#M1567</guid>
      <dc:creator>dani_coll</dc:creator>
      <dc:date>2025-10-17T13:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can I have a custom page title in a Dynatrace App?</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Can-I-have-a-custom-page-title-in-a-Dynatrace-App/m-p/288103#M1568</link>
      <description>&lt;P&gt;Thanks for that. At least I now know that I should stop trying (for the time being).&lt;/P&gt;&lt;P&gt;Hope to see that feature soon&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 13:31:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Can-I-have-a-custom-page-title-in-a-Dynatrace-App/m-p/288103#M1568</guid>
      <dc:creator>andycarlson</dc:creator>
      <dc:date>2025-10-17T13:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can I have a custom page title in a Dynatrace App?</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Can-I-have-a-custom-page-title-in-a-Dynatrace-App/m-p/291055#M1602</link>
      <description>&lt;P&gt;I think this is not possible right now. As Dynatrace apps run inside the platform’s AppShell, which controls the browser tab title. That’s why changing &amp;lt;title&amp;gt; or document.title in your React code doesn’t work—the shell overrides it with App name – tenant – Dynatrace. There’s currently no public API to customize this, so it’s a platform limitation.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 23:51:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Can-I-have-a-custom-page-title-in-a-Dynatrace-App/m-p/291055#M1602</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2025-12-08T23:51:03Z</dc:date>
    </item>
  </channel>
</rss>

