Table of Contents
| API Documentation: | StartOptions |
|---|
DSL object for configuring the auto start injection feature.
You can connect the agent to a Dynatrace cluster.
Dynatrace example:
dynatrace {
configurations {
sampleConfig {
autoStart {
applicationId '<YourApplicationID>'
beaconUrl '<ProvidedBeaconURL>'
}
}
}
}
| Property | Description |
applicationId | Specifies the application id value from your Dynatrace mobile application configuration page. |
beaconUrl | Specifies the beaconUrl value from your Dynatrace mobile application configuration page. |
enabled | Specifies if the auto start injection feature is enabled. |