dt-js-runtime

Installation
SKILL.md

Dynatrace JavaScript Runtime

The Dynatrace JS runtime is a server-side AppEngine sandbox that executes JavaScript/TypeScript.

Function contract

Every entry point must export a default async function:

export default async function () {
  // ...
  return result;
}

ES module syntax required. TypeScript accepted (type annotations, interfaces, generics). No other export shape is supported.

References

Installs
188
GitHub Stars
101
First Seen
11 days ago
dt-js-runtime — dynatrace/dynatrace-for-ai