From 1faa34d810ca3b7045b001be8a03a426c2afd3ac Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Tue, 10 Sep 2024 12:57:09 -0400 Subject: [PATCH] document sentry cli SENTRY_ALLOW_FAILURE (#11318) --- docs/cli/configuration.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/cli/configuration.mdx b/docs/cli/configuration.mdx index 02ada2e88ae95..60dc57eb7b176 100644 --- a/docs/cli/configuration.mdx +++ b/docs/cli/configuration.mdx @@ -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.