Skip to content

dlopes7/dynatrace-cordova-outsystems-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N|Solid

Dynatrace OutSystems Cordova Plugin

This plugin is a wrapper around the Dynatrace Cordova plugin, to be used with OutSystems

This is NOT supported by Dynatrace, it is just an example of how to integrate the Cordova plugin into Outsystems.

Installation

Import the DynatracePlugin.oml file into Service Studio. You can then add it as a dependency to your apps.

In your app, create a Resource called Dynatrace.properties.

The file should look like this:

AUTO_UPDATE=true
DTXApplicationID=<APP_ID>
DTXBeaconURL=<BEACON_URL>
DTXHybridApplication=true
DTXLogLevel=debug

It accepts all parameters that the original cordova plugin accepts.

The Resource must be deployed in the root of your project, like so:

Example Resource

Usage

Dynatrace_EnterAction expects to receive the ActionName input parameter.

Dynatrace_EnterAction emits the ActionID output parameter.
Use the ActionID output parameter as the input parameter for Dynatrace_LeaveAction

Example Flow

Results in:

Example of Waterfall

Methods Implemented

  • EnterAction
  • LeaveAction
  • Init (Automatic)

TODO

Implement everything else.