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: static/schema/schema.v2.json
+6-1
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,11 @@
116
116
"default": true,
117
117
"description": "Enable free tier features for users not on a paid plan."
118
118
},
119
+
"auto_resolve_threads": {
120
+
"type": "boolean",
121
+
"default": true,
122
+
"description": "Automatically resolve threads when code changes address the feedback. When disabled, metrics are still tracked but threads won't be marked as resolved."
0 commit comments