• Home
  • How to use Dynatrace
  • RUM
  • Setup and configuration
  • Mobile apps
  • Additional configuration
  • Use OneAgent as a beacon endpoint

Use OneAgent as a beacon endpoint

OneAgent can be used as an alternative beacon endpoint to allow for a smooth transition to Dynatrace mobile RUM.

This is especially useful in cases where your Cluster ActiveGate is internal-only and it can’t use a publicly available IP address. Dynatrace Managed can't be installed in such environments, and therefore can't manage the domain and create the trusted certificate.

Note: The instrumented OneAgent server must be one of the following technologies: Apache HTTP Server, IBM HTTP Server, Oracle HTTP Server, Java servlet-based web applications (such as Tomcat and Wildfly), IIS, NGINX, or Node.js.

To use OneAgent as a beacon endpoint on your Android application

  1. In the Dynatrace menu, go to Mobile.
  2. Select the mobile app that you want to configure.
  3. Select More (…) > Edit in the upper-right corner of the tile with your app name.
  1. From the app settings, go to General > Beacon Endpoint.
  2. From the Type dropdown list, select Instrumented web server.
  3. Enter the web server or Java application server (servlet-based) URL in the following format:
    http(s)://<my-instrumented-server>:port/dtmb
  4. Select Save changes.
  5. From the app settings, go to Instrumentation wizard, and select the required operating system.
  6. Build and test your mobile app to validate the configuration change.