diff --git a/README.md b/README.md index bc8d175d..3e53b961 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Also, check the [example](example) directory. | sourceMapReference | `boolean` | optional | Determines whether sentry-cli should attempt to link minified files with their corresponding maps. By default, it will match files and maps based on name, and add a `Sourcemap` header to each minified file for which it finds a map. Can be disabled if all minified files contain `sourceMappingURL`. Defaults to `true`. | | rewrite | `boolean` | optional | Enables rewriting of matching source maps so that indexed maps are flattened and missing sources are inlined if possible. Defaults to `true` | | finalize | `boolean` | optional | Determines whether Sentry release record should be automatically finalized (`date_released` timestamp added) after artifact upload. Defaults to `true` | -| dryRun | `boolean` | optional | Attempts a dry run (useful for dev environments). Defaults to `false`. | +| dryRun | `boolean` | optional | Attempts a dry run (useful for dev environments). Defaults to `false`, but may be automatically set to true in development environments by some framework integrations (Next.JS, possibly others). | | debug | `boolean` | optional | Print useful debug information. Defaults to `false`. | | silent | `boolean` | optional | Suppresses all logs (useful for `--json` option). Defaults to `false`. | | cleanArtifacts | `boolean` | optional | Remove all the artifacts in the release before the upload. Defaults to `false`. |