Skip to content

Commit 9e747d5

Browse files
Update src/connections/auto-instrumentation/web-setup.md
Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com>
1 parent 2570266 commit 9e747d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/auto-instrumentation/web-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Network signals emit when an HTTP Request is made, or an HTTP Response is receiv
362362
Here are the most common misconfigurations preventing signals from reaching Segment.
363363

364364
- Not enabling signals with the URL parameter: you must start each debug session by appending `?segment_signals_debug=true` to your URL parameters.
365-
- Running debug mode with an ad blocker: an active ad blocker will prevent signals from reaching Segment. Disable your ad blocker and start a new session.
365+
- Running debug mode with an ad blocker: An active ad blocker prevents signals from reaching Segment. Disable your ad blocker and start a new session.
366366
- Content Security Policies: in addition to the [default Analytics.js Content Security Policies](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/faq/#does-segment-support-using-strict-content-security-policy-csp-on-the-page), you must add `cdn.jsdelivr.net` to your allowlist, or `https://cdn.jsdelivr.net/npm/@segment/analytics-signals@latest/dist/umd/analytics-signals.umd.js` if your policies require the full path.
367367

368368
## Next steps

0 commit comments

Comments
 (0)