UNPKG

dt-app

Version:

The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.

10 lines (9 loc) 231 B
if (window.dT_ == undefined) { window.dT_ = { minAgentVersion: '', platformPrefix: '{{PLATFORM_PREFIX}}', platformCookieOffset: 1, }; } else { console.error('Another javascript agent was already initialized!'); }