Skip to main content

Overview

This guide helps you resolve common issues you may encounter when using Flashduty RUM, including data collection anomalies, SDK configuration issues, and performance optimization.

Data Collection Verification

If you don’t see data on the RUM platform, follow these steps to check.

SDK Installation Check

1

Check Script Import

Confirm that the RUM SDK is correctly imported:
2

Check Console

Open browser developer tools (F12) and check if there are JavaScript errors in the Console panel.
3

Verify Configuration

Confirm that the application ID and client token match the configuration in the RUM console.

Network Request Check

  1. Open the browser developer tools Network panel
  2. Filter requests for browser.flashcat.cloud
  3. Confirm the request status code is 200
  4. If the request fails, check the specific error message
If you see CORS errors, check if your CSP configuration is correct.

Browser Compatibility

Confirm that your browser version is supported:

Ad Blocker Impact

Some ad blocking extensions may block the RUM SDK from running. We recommend adding your domain and browser.flashcat.cloud to the whitelist.

Common Problem Solutions

Problem: SDK configuration is complete, but no data on the platform.Solutions:
  1. Wait for Data Sync: Data typically appears within 2-5 minutes
  2. Check Initialization Timing: Ensure SDK is initialized when the page loads
  3. Check Sampling Rate: Confirm sampling rate is set appropriately
  1. Check User Consent: Confirm user tracking consent status
Problem: User behavior data is incomplete.Solutions:
  1. Enable Behavior Tracking:
  1. Add Labels to Custom Elements:
  1. Manually Record Complex Interactions:
Problem: JavaScript exceptions are not being recorded.Solutions:
  1. Enable Exception Tracking:
  1. Manually Report Exceptions in try-catch:
  1. Configure Source Map: For locating issues in production, see Source Mapping
Problem: Concerned about RUM SDK affecting website performance.Solutions:
  1. Only Enable Necessary Features:
  1. Adjust Sampling Rate:
  1. Filter Non-Critical Resources:
Problem: CSP policy blocking RUM SDK from running.Solution:Add the following rules to your CSP configuration:
Problem: Route changes in SPA applications are not being recorded.Solutions:

Advanced Debugging

Enable Debug Mode

Enable debug mode to get detailed logs in the console:

Force Full Data Collection

Force full data collection during testing:
Do not use 100% sampling rate in production to avoid generating excessive data and costs.

Console Debug Commands

The following commands can be used in the browser console:

Network Request Analysis

  1. Open developer tools Network panel
  2. Filter browser.flashcat.cloud requests
  3. View request Payload to confirm data content
  4. Check Response to confirm successful reporting

FAQ

Generally within 2-5 minutes, with possible slight delays during peak times.
Yes, mainstream mobile browsers like iOS Safari and Android Chrome are supported, but some advanced features (like Long Tasks monitoring) may be limited.
You can conditionally decide whether to initialize based on URL:
The following configuration is needed:
  1. Use the same application ID and client token
  2. Set consistent user identification
  3. Enable cross-domain tracking:
You can do the following:
  1. Lower Sampling Rate: Set sessionSampleRate to 10-50
  2. Disable Unnecessary Features: Such as trackLongTasks: false
  3. Exclude Specific Pages: Don’t initialize on admin or internal pages
  4. Configure Data Filtering: Use beforeSend to filter non-critical data

Contact Technical Support

If you still have issues after following the above troubleshooting steps, please contact our technical support team.
1

Prepare Diagnostic Information

Please collect the following information:
  • Application ID
  • Browser type and version
  • SDK version
  • Console error screenshots
  • Network panel request screenshots
  • Problem reproduction steps
2

Contact Support

  • Email: support@flashcat.cloud
  • Online Chat: Click the “Help” button in the bottom right corner of the platform