Skip to content

Commit ffafd9a

Browse files
committed
fix: formatting
1 parent 2e34d4d commit ffafd9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dev-utils/src/generate-documentation-table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const options: OptionDocumentation[] = [
4141
name: "debug",
4242
type: "boolean",
4343
fullDescription:
44-
"Enable debug information logs during build-time. Enabling this will give you, for example, logs about source maps. This option also propagates the debug flag to the Sentry CLI by setting the `SENTRY_LOG_LEVEL` environment variable to `"debug"` if it\'s not already set. If you have explicitly set `SENTRY_LOG_LEVEL`, this option will be ignored. Defaults to `false`.",
44+
'Enable debug information logs during build-time. Enabling this will give you, for example, logs about source maps. This option also propagates the debug flag to the Sentry CLI by setting the `SENTRY_LOG_LEVEL` environment variable to `"debug"` if it\'s not already set. If you have explicitly set `SENTRY_LOG_LEVEL`, this option will be ignored. Defaults to `false`.',
4545
},
4646
{
4747
name: "silent",

0 commit comments

Comments
 (0)