@dynatrace-sdk/app-environment
v1.1.0
Published
Obtain the basic information about the app and the environment in which it's running.
Downloads
814
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-environment
Example usage
import { getAppId } from "@dynatrace-sdk/app-environment";
const appId = getAppId();
API reference
See the package reference in the Dynatrace Developer.