Skip to content
Release: Australia · Updated: 2026-05-28 · Official documentation · View source

Fix the cause of a sensor error message

To fix a Discovery sensor error message, you must fix the JavaScript file containing the code that generated the error.

Before you begin

Verify the following:

Role required: admin

About this task

Use the sensor name and stack trace you identified in Find the cause of a sensor error message to locate the failing code. The stack trace provides the line number and function name where the error occurred.

Note: The exact fix depends on the specific sensor and payload. This topic describes where and how to fix the error, not specific code changes. For errors with a refined code, you can view the root cause and remediation steps directly on the Discovery Admin Workspace Error Details page.

Procedure

  1. Navigate to the Discovery Definition module where the error occurred.

    For example, navigate to Discovery Definition > Script Includes.

  2. Search for the sensor name in the Name field.

  3. Select the link to open the record.

  4. Locate the failing function or line using the stack trace, then correct the JavaScript.

    For example, if the error indicates it "Cannot read property X of undefined", add a defensive check around the payload fields.

  5. Select Update.

What to do next

Rerun Discovery to verify the sensor no longer generates the error. If the error persists after applying the fix, contact ServiceNow Support and provide the full stack trace, the sensor name, and a description of the changes you made.

Parent Topic:Discovery error messages

Related topics

Find the cause of a sensor error message

Find the cause of a "No Sensor Defined" error message

Find the cause of a "Probe not found" error