nativescript-dynatrace-cocoapods-plugin
NativeScript Plugin wrapper for Dynatrace Cocoapod
npm i --save nativescript-dynatrace-cocoapods-plugin
- Version: 1.0.6
- GitHub: https://github.com/var/nativescript-dynatrace-cocoapods-plugin
- NPM: https://www.npmjs.com/package/nativescript-dynatrace-cocoapods-plugin
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
nativescript-dynatrace-cocoapods-plugin
Installation
tns plugin add nativescript-dynatrace-cocoapods-plugin
Configuration
You must generate application ID and beacon URL and add them to your project's Info.plist
file so that your iOS mobile app can send monitoring data to your Dynatrace monitoring environment.
Add the configuration to your Info.plist
in the following way:
<key>DTXApplicationID</key>
<string>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</string>
<key>DTXBeaconURL</key>
<string>https://xxxxxxxxxx.bf.dynatrace.com/mbeacon</string>
Similar Plugins
NativeScript Dynatrace Gradle Plugin for Android: https://www.npmjs.com/package/nativescript-dynatrace-gradle-plugin