<?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: Using node modules in Apps in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/226187#M576</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35901"&gt;@r_weber&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We are currently evaluating support for the `node:tls` module.&lt;BR /&gt;Could you specify which of the modules APIs you'd need to use?&lt;/P&gt;</description>
    <pubDate>Mon, 23 Oct 2023 07:51:14 GMT</pubDate>
    <dc:creator>silvio</dc:creator>
    <dc:date>2023-10-23T07:51:14Z</dc:date>
    <item>
      <title>Using node modules in Apps</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/225338#M561</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying first steps with building a Dynatrace App. Got a demo app and taking my steps from there, but I have no experience in typescript nor nodejs coding.&lt;/P&gt;&lt;P&gt;I'm trying to use the &lt;A href="https://nodejs.org/api/tls.html" target="_self"&gt;'tls' module included in nodejs&lt;/A&gt; within an api of my app. So I have this in my api typescript:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;let tls;
try {
  tls = await import('node:tls');
} catch (err) {
  console.error('tls support is disabled!');
} &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run that app in the dev server I get an error:&lt;/P&gt;&lt;P&gt;Error: Cannot import module 'node:tls'.&lt;/P&gt;&lt;P&gt;I guess this is a very general question, what is happening here and why are built-in modules not available?&lt;/P&gt;&lt;P&gt;kr&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 10:28:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/225338#M561</guid>
      <dc:creator>r_weber</dc:creator>
      <dc:date>2023-10-13T10:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using node modules in Apps</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/225339#M562</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35901"&gt;@r_weber&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The Dynatrace JavaScript runtime will provide a compatibility layer for Node.js to improve compatibility with third-party npm packages. This is currently not possible.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;On the page about the &lt;A href="https://developer.dynatrace.com/reference/javascript-runtime/" target="_blank" rel="noopener"&gt;Dynatrace JavaScript runtime&lt;/A&gt; we will add an section about which node modules will be supported.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So currently no node modules are available as part of the Dynatrace JavaScript runtime.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best,&lt;BR /&gt;Sini&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 10:36:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/225339#M562</guid>
      <dc:creator>sinisa_zubic</dc:creator>
      <dc:date>2023-10-13T10:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using node modules in Apps</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/225407#M567</link>
      <description>&lt;P&gt;Actually, there are quite some node modules already supported. The content on&amp;nbsp;&lt;A href="https://developer.dynatrace.com/reference/javascript-runtime/" target="_blank"&gt;https://developer.dynatrace.com/reference/javascript-runtime/&lt;/A&gt;&amp;nbsp;will soon be updated as soon as all changes are rolled out.&lt;/P&gt;
&lt;P&gt;However, &lt;CODE&gt;node:tls&lt;/CODE&gt;&amp;nbsp;won't be supported.&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35901"&gt;@r_weber&lt;/a&gt;&amp;nbsp;can you tell me what you want to do with this module?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 03:39:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/225407#M567</guid>
      <dc:creator>stefan_eggersto</dc:creator>
      <dc:date>2023-10-16T03:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using node modules in Apps</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/225415#M568</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/9516"&gt;@stefan_eggersto&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I want to migrate my &lt;A href="https://github.com/360Performance/dynatrace-plugin-certcheck" target="_self"&gt;Advanced SSL Check Plugin&lt;/A&gt; to an app. For that I need low level access to TLS.&lt;/P&gt;&lt;P&gt;kr,&lt;BR /&gt;Reinhard&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 07:35:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/225415#M568</guid>
      <dc:creator>r_weber</dc:creator>
      <dc:date>2023-10-16T07:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using node modules in Apps</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/225519#M572</link>
      <description>&lt;P&gt;I just checked various ways to access certificate information, but it seems like this is not yet possible.&lt;/P&gt;
&lt;P&gt;I'll ask the team to respond if they plan to allow access to certificate information.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 05:52:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/225519#M572</guid>
      <dc:creator>stefan_eggersto</dc:creator>
      <dc:date>2023-10-17T05:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using node modules in Apps</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/226187#M576</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35901"&gt;@r_weber&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We are currently evaluating support for the `node:tls` module.&lt;BR /&gt;Could you specify which of the modules APIs you'd need to use?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 07:51:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/226187#M576</guid>
      <dc:creator>silvio</dc:creator>
      <dc:date>2023-10-23T07:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using node modules in Apps</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/226195#M577</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/61143"&gt;@silvio&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the update.&lt;/P&gt;&lt;P&gt;As it is with development, sometimes you do not know what you will be needing, only during development things will unfold.&lt;/P&gt;&lt;P&gt;kr&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 08:14:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Using-node-modules-in-Apps/m-p/226195#M577</guid>
      <dc:creator>r_weber</dc:creator>
      <dc:date>2023-10-23T08:14:51Z</dc:date>
    </item>
  </channel>
</rss>

