You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/website/configuration.mdx
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,37 @@ Every feedback submission automatically captures the following system informatio
136
136
137
137
This information is included in every GitHub Issue body under a "System Info" section, giving your team the context they need to reproduce and fix bugs.
138
138
139
+
## Screenshot Behavior
140
+
141
+
Control how screenshots are collected during the feedback flow.
142
+
143
+
| Attribute | Default | Description |
144
+
|-----------|---------|-------------|
145
+
|`data-screenshot`|`"optional"`| Screenshot mode: `"optional"`, `"auto"`, or `"required"`|
146
+
|`data-screenshot-scale`|`"2"`| Minimum pixel ratio for screenshot captures |
147
+
148
+
### Screenshot Modes
149
+
150
+
-**`optional`** -- Shows the screenshot checkbox checked by default. Users can choose full page, element, area, annotate, or skip.
151
+
-**`auto`** -- Automatically captures a full-page screenshot after the form is submitted, without showing the manual screenshot picker.
152
+
-**`required`** -- Requires a screenshot before submission. Users can choose full page, element, or area, but cannot skip the screenshot step.
153
+
154
+
```html
155
+
<!-- Automatically attach a full-page screenshot -->
0 commit comments