This article describes one of several steps needed to successfully deploy Noibu to your domain. For full details, please see this article. |
Noibu servers need to access content on your content delivery network (CDN) in order to replay sessions, collect data, accurately track errors, and beautify Stacktraces. Initially, our servers may be blocked by your CDN's security features, which prevents Noibu from showing sessions and timelines accurately. To resolve this issue, you must whitelist or allowlist Noibu's URLs, IP address, and user-agents.
The following objects must be whitelisted:
URLs
IP Addresses
- 34.123.113.243
User-Agents
- user-agent: "Noibu JS Beautifier"
Whitelisting/Allowlisting Noibu in your Content Security Policy (CSP)
If your company uses a CSP, you must whitelist the above URLs, IP Addresses and User Agent in the following source directives:
- script-src
- connect-src
- worker-src
Otherwise, your CSP will block Noibu’s script from loading.
If you have questions about whitelisting, contact your CSM, or access support through our chat widget or at support@noibu.com.