Skip to Main Content
Cloud Management and AIOps


This is an IBM Automation portal for Cloud Management, Technology Cost Management, Network Automation and AIOps products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).

Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.

Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Functionality already exists
Workspace Instana
Categories Observability of AI
Created by Guest
Created on Aug 25, 2025

Adding a Javascript API(Function) in Instana Javascript Agent(eum.min.js) for improving SPA(Single Page Application) monitoring

Currently, there's only one function, "autoPageDetection - True" of javaScript agent(eum.min.js) for SPA(Single Page Application) monitoring in Instana EUM.

This is quite a good approach to SPA developed via the development framework such as React, Angular or Vue.js.

However, SPA can be developed using other framework which is super easy for developers to build, operate and maintain so that most of enterprises in finance and telecommunications, public sector are using in Korea market. The name of the framework is "WebSquare".

The framework has a unique architecture that is to use its own javascript engine for SPA. It provides frontend developers with a UI studio(WYSIWYG) making .xml file just by drag & drop.

And then transforming .xml file into .js file to make html by javascript engine for SPA.

In this case, the function, "autoPageDetection" can not collect EUM data correctly and it becomes the blocker for Instana EUM business in Korea.


We examined the framework, "WebSquare" with our Instana customer, LG U Plus and found out that it provides "initScript" entity at the framework level which always runs first prior to a page(transformed from .xml into .js)

So, Adding a Javascript API(function) in eum.min.js can be a best solution.

Here is our idea.

--> IBM Provides a new Javascript API(function) in eum.min.js such as "trackPageChange".

      Then, we write a code in the initScript entity at the framework as below.

      ineum('trackPageChange');

      Every time a page is called in SPA, Instana can notice "this is page change" and collect EUM data correctly.
 

Idea priority High
  • Admin
    Dania Grave de Peralta
    Aug 26, 2025

    The functionality already exists. Take a look at the page API.

  • Guest
    Aug 26, 2025

    Here is the Diagram(WebSquare Architecture) to understand the idea easily.