If you're examining an HTTP issue, its Technical Details tab will include an HTTP Error Details section that lists the error's type, code, message, and URL. By default, this section includes a tab that lists the error's HTTP headers, and you can opt in to collecting and displaying payloads and responses in this section by allowing select URLs from the Domains module. Having Noibu store payloads and responses eliminates the need for engineers to set up “log traps” to smoke out bad data as the root cause of an issue, which may expedite the debugging process.

As collecting HTTP payloads and responses may expose personally identifiable information (PII), we’ve left it up to you to identify URLs on which payload and response data collection should be allowed. You can also identify URLs to exclude or exempt, which may be useful, for example, if you want to collect data on all product pages EXCEPT those with a specific path.

Note: Excluding URLs is trickier than allowing URLs, as it requires the user to have regex knowledge. For assistance, feel free to reach out to Noibu's solutions team at support@noibu.com.

  1. Open the Domains module and select a domain.

Screenshot 2026-03-19 at 9.30.17 PM.png
  1. Open the Data Collection tab.

Screenshot 2026-03-19 at 9.30.06 PM.png
  1. Enter a URL path to include or exclude from HTTP data collection. See the URL Guidelines below for formatting requirements.

    • To include a path:

      1. Enter the URL or partial URL in the field provided, in the format /path.

      2. Click Add URL to include the URL in HTTP data collection.

    • To exclude a path:

      1. Enter the URL or partial URL in the field provided, in the format /(?!path).

      2. Click Add URL to exclude the URL from HTTP data collection.

URL Guidelines

Notes