Context capture
Every submission can include lightweight page and device context so PMs know where the idea came from — without shipping analytics SDKs.
Captured fields
| Field | Source | Gated by |
|---|---|---|
url / pageTitle | location / document.title | capturePageUrl |
browser / device / screen / referrer / locale | Navigator / screen | captureDeviceInfo |
userId / plan / account | Feedback.identify | captureUserId |
Mask URL params
When maskUrlParams is true, query strings and hashes are stripped before send — use this if URLs can contain tokens or PII.
Tip
Context is plain JSON on the submission. It is never sent to third-party analytics from the widget bundle.