On the Application Settings tab, you can view and modify the basic information about an application, manage SourceMap files of the application, and delete the application.
Go to the Application Settings tab
- Log on to the ARMS console.
In the left-side navigation pane, choose . In the top navigation bar, select the region in which your applications reside.
Click the name of the application that you want to manage. On the application details page that appears, click the Application Settings tab.
Basic Information tab
On the Basic Information tab, you can perform the following operations:
View the name, alias, process ID (PID), creation time, raw logs, data report URL, and description of the application.
Modify the alias and description of the application.
Check how to install the OpenRUM SDK.
File Management tab
On the File Management tab, you can upload and manage SourceMap files.
Source maps allow developers to trace errors back to their original locations in the source code. This helps developers pinpoint the problematic code segments and fix the issues.
To reduce the size of JavaScript files and improve transmission efficiency, JavaScript code is often obfuscated. Obfuscation tools replace actual method and variable names with random strings, which reduces code readability.
To aid developers in debugging, obfuscation tools also generate a .js.map file. This file stores the mapping between the original and obfuscated code, allowing developers to de-obfuscate error stacks and reveal the true error stacks.
Delete application tab
If you no longer need to monitor an application, you can delete the application.
The application cannot be recovered after you delete it. Exercise caution when you perform this operation. If you want to use Real User Monitoring (RUM) to monitor the application again, integrate the application to RUM. For more information, see Integrate a web application or an HTML5 application or Integrate a mini program.
On the Delete application tab, click Delete application.
In the dialog box that appears, enter the application name and click OK.