11 Oct 2023 05:17 PM
Hello,
Are there plan or is it possible to use part of the Typescript SDK pointing to other evironment(s)?
Or is all this niceness running and depending on the Dynatrace runtime, and should connectingto other environment be done by old scool webrequests with json reply's
Undelying idea, use a small Saas environment that is used to give managed part of the experiance (-;
Who has any thoughts about this?
KR Henk
Solved! Go to Solution.
13 Oct 2023 08:42 AM
Hi @henk_stobbe
Currently, the SDK is designed to work only in the environment where it is used.
To access other environments, we recommend using plain fetch calls. Same as accessing any external API.
What is your use case, please?
13 Oct 2023 01:05 PM
Hello @sw ,
I think this would be refered as nice to have, you could build a kind off overall console for mutiple environments Saas and Managed. Keeping the same look and feel, and using the same code-base.
Again just a "that would be nice" in my perspective (-;
Thanks for your reply,
KR Henk
13 Oct 2023 01:17 PM
Thanks @henk_stobbe for the insights!
As we're constantly improving the SDK, I'll discuss this with the team.
21 Aug 2024 08:34 PM
One use case I was trying to do this for is running the code locally on my laptop so I can run the javascript through a debugger. The editor in the Dynatrace UI is ok, but it is hard to see why things fail when developing the code. So being able to edit the code in an IDE on my laptop is needed.
22 Aug 2024 08:05 AM
Hi @bkimbrough88, We were discussing this for the future. For now, investigating console.log() outputs is the way to go.