@dynatrace-sdk/app-environment
v1.1.3
Published
Obtain the basic information about the app and the environment in which it's running.
Readme
App environment
A Dynatrace AppEngine SDK library allowing to obtain the basic information about app, i.e. the app ID, app name, and app version, and the environment in which it's running, i.e. the environment ID, and environment URL.
npm install @dynatrace-sdk/app-environmentExample usage
import { getAppId } from "@dynatrace-sdk/app-environment";
const appId = getAppId();API reference
See the package reference in the Dynatrace Developer.
