Skip to content

Commit

Permalink
document sentry cli SENTRY_ALLOW_FAILURE (#11318)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Sep 10, 2024
1 parent 262877d commit 1faa34d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/cli/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ The name of the environment to be appended to `User-Agent` header.

The header that will be added to every outgoing request in `key:value` format.

`SENTRY_ALLOW_FAILURE`

Note: This option will ignore the CLI's failure when uploading symbols. **BE AWARE** this will unblock your CI in case Sentry has issues, but you won't have unminified/unsymbolicated crashes in production.
When using this flag, you should download your sourcemaps/debug files from CI, to re-run the upload symbols command at a later point once Sentry is available.

(_http.keepalive_):

This ini only setting is used to control the behavior of the SDK with regards to HTTP keepalives. The default is _true_ but it can be set to _false_ to disable keepalive support.
Expand Down

0 comments on commit 1faa34d

Please sign in to comment.