
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
dynatrace-ionic-instrumentation
Advanced tools
This package provides scripts which are able to automatically instrument your Ionic project with Dynatrace during the build.
This packages contains scripts which are automatically instrumenting an Ionic application. If you want to test this instrumentation you can use our demo application which we published on GitHub.
The instrumention is fast and easy and supports both Ionic 1 and Ionic 2. Make sure that you started the application at least one time (as described above), to be sure that the application is working on your computer. Following steps will automatically instrument the Ionic application:
The property file (instrument.properties) looks like this:
## Instrumentation Properties - Please define in order to download the JS Agent ##
SOURCE_DIRECTORY = ["src"]
# General Settings - 'DYNATRACE SAAS' 'DYNATRACE MANAGED' OR 'DYNATRACE APPMON'
TYPE = "DYNATRACE SAAS"
# (ONLINE / Include agent or OFFLINE / Download agent on the fly)
AGENT_LOCATION = "OFFLINE"
# DYNATRACE SaaS/Managed API Access
ENVIRONMENT_ID = "fdq95078"
CLUSTER_URL = "fdq95078.dev.dynatracelabs.com"
APPLICATION_ID = "203B8CC2009EE62F"
API_TOKEN = "H0yp6L_QSFyi3iaphSBJX"
# APPMON API Access
APPMON_URL = ""
APPLICATION_NAME = "easyTravel portal"
PROFILE = "easyTravel"
API_USER = ""
API_PASSWORD = ""
This is the download and default version of the properties. Following points have to be configured:
You are done! After those two simple and short steps your project will be instrumented automatically by our scripts when you build the application. Be aware that the used agent is only working when you make a native build (Android, iOS) [e.g. ionic build android]. The command ionic serve --lab will therefore sadly not work. If you use ionic serve --lab the application would still be instrumented and will start as usual, but the agent can not communicate with the server (Because of CORS, as described above).
FAQs
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
The npm package dynatrace-ionic-instrumentation receives a total of 0 weekly downloads. As such, dynatrace-ionic-instrumentation popularity was classified as not popular.
We found that dynatrace-ionic-instrumentation demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.