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: packages/dev-utils/src/generate-documentation-table.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -221,8 +221,9 @@ Use the \`debug\` option to print information about source map resolution.
221
221
},
222
222
{
223
223
name: "deploy",
224
+
type: "DeployOptions | false",
224
225
fullDescription:
225
-
"Configuration for adding deployment information to the release in Sentry.",
226
+
"Configuration for adding deployment information to the release in Sentry.\n\nSet to `false` to disable automatic deployment detection and creation (e.g., when deploying on Vercel).",
0 commit comments