<?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 App engine: can we create JSX files in dynatrace app in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/App-engine-can-we-create-JSX-files-in-dynatrace-app/m-p/288350#M1570</link>
    <description>&lt;P&gt;I was trying to create jsx file in custom app, but it gave me below error which doesnt seems directly related.&lt;/P&gt;&lt;P&gt;Invalid project structure detected&lt;/P&gt;&lt;P&gt;Your project uses an outdated file structure that is not supported in dt-app v1.0.&lt;BR /&gt;To ensure compatibility and avoid build issues, please update your project structure.&lt;/P&gt;&lt;P&gt;Required Changes:&lt;/P&gt;&lt;P&gt;1. Configure sourceRoot in app.config.json:&lt;BR /&gt;• Set "build.sourceRoot" to your desired source directory (default: "./")&lt;BR /&gt;• Example: "build": { "sourceRoot": "src" }&lt;/P&gt;&lt;P&gt;2. Organize your code using the standardized structure:&lt;BR /&gt;&amp;lt;sourceRoot&amp;gt;/&lt;BR /&gt;├── ui/ ← UI components and main.tsx&lt;BR /&gt;│ ├── main.tsx&lt;BR /&gt;│ └── tsconfig.json&lt;BR /&gt;├── api/ ← App functions (*.function.ts)&lt;BR /&gt;├── actions/ ← Workflow actions (*.action.ts)&lt;BR /&gt;├── settings/ ← Settings widgets and schemas&lt;BR /&gt;└── documents/ ← Document files&lt;/P&gt;&lt;P&gt;Thank you for your support!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when i change the file to tsx , it works fine. Is there any guidance on this?&lt;/P&gt;</description>
    <pubDate>Wed, 22 Oct 2025 17:54:51 GMT</pubDate>
    <dc:creator>rupalijain</dc:creator>
    <dc:date>2025-10-22T17:54:51Z</dc:date>
    <item>
      <title>App engine: can we create JSX files in dynatrace app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/App-engine-can-we-create-JSX-files-in-dynatrace-app/m-p/288350#M1570</link>
      <description>&lt;P&gt;I was trying to create jsx file in custom app, but it gave me below error which doesnt seems directly related.&lt;/P&gt;&lt;P&gt;Invalid project structure detected&lt;/P&gt;&lt;P&gt;Your project uses an outdated file structure that is not supported in dt-app v1.0.&lt;BR /&gt;To ensure compatibility and avoid build issues, please update your project structure.&lt;/P&gt;&lt;P&gt;Required Changes:&lt;/P&gt;&lt;P&gt;1. Configure sourceRoot in app.config.json:&lt;BR /&gt;• Set "build.sourceRoot" to your desired source directory (default: "./")&lt;BR /&gt;• Example: "build": { "sourceRoot": "src" }&lt;/P&gt;&lt;P&gt;2. Organize your code using the standardized structure:&lt;BR /&gt;&amp;lt;sourceRoot&amp;gt;/&lt;BR /&gt;├── ui/ ← UI components and main.tsx&lt;BR /&gt;│ ├── main.tsx&lt;BR /&gt;│ └── tsconfig.json&lt;BR /&gt;├── api/ ← App functions (*.function.ts)&lt;BR /&gt;├── actions/ ← Workflow actions (*.action.ts)&lt;BR /&gt;├── settings/ ← Settings widgets and schemas&lt;BR /&gt;└── documents/ ← Document files&lt;/P&gt;&lt;P&gt;Thank you for your support!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when i change the file to tsx , it works fine. Is there any guidance on this?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 17:54:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/App-engine-can-we-create-JSX-files-in-dynatrace-app/m-p/288350#M1570</guid>
      <dc:creator>rupalijain</dc:creator>
      <dc:date>2025-10-22T17:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: App engine: can we create JSX files in dynatrace app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/App-engine-can-we-create-JSX-files-in-dynatrace-app/m-p/288492#M1576</link>
      <description>&lt;P&gt;let's address this more detailed, why you need to create jsx?&lt;/P&gt;</description>
      <pubDate>Sun, 26 Oct 2025 10:08:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/App-engine-can-we-create-JSX-files-in-dynatrace-app/m-p/288492#M1576</guid>
      <dc:creator>MostafaHussein</dc:creator>
      <dc:date>2025-10-26T10:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: App engine: can we create JSX files in dynatrace app</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/App-engine-can-we-create-JSX-files-in-dynatrace-app/m-p/293310#M1615</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I've got the same error, you should see this post :&amp;nbsp;&lt;A href="https://community.dynatrace.com/t5/Custom-Solutions-Spotlight/Migration-from-dt-app-0-148-1-to-dt-app-1-0-2-error-new-project/m-p/287811#M213" target="_self"&gt;https://community.dynatrace.com/t5/Custom-Solutions-Spotlight/Migration-from-dt-app-0-148-1-to-dt-app-1-0-2-error-new-project/m-p/287811#M213&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Evan&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 07:47:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/App-engine-can-we-create-JSX-files-in-dynatrace-app/m-p/293310#M1615</guid>
      <dc:creator>Evan1</dc:creator>
      <dc:date>2026-01-20T07:47:52Z</dc:date>
    </item>
  </channel>
</rss>

