All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stackify.apm.Stackify Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package com.stackify.apm;

/**
 * Stackify Utility.
 * Provides function to manually instrument web requests for RUM tracking.
 *
 * @author Darin Howard
 */
public class Stackify {

    /**
     * Returns the RUM JavaScript block for tracking the current web request
     *
     * @return String javascript script block
     */
    public static String getRUMJavaScriptBlock() {
        return "";
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy