From bf5ded1821ff6defbfb33fe04787cd96248352d2 Mon Sep 17 00:00:00 2001 From: Daniel Chen Date: Tue, 8 Apr 2025 09:05:40 -0700 Subject: [PATCH] chore: typo in debug.qmd sanitize error message --- docs/debug.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debug.qmd b/docs/debug.qmd index f78276ef..08dc958a 100644 --- a/docs/debug.qmd +++ b/docs/debug.qmd @@ -54,7 +54,7 @@ The error displayed in the app is only the final part of the stack trace, but th ::: callout-note ## Sanitized error messages -When Shiny apps are deployed, error messages are sanitized to the eliminate the possibility of leaking sensitive information. To unsanitize error messages, you'll need to set `sanitize_errors=True` in the `App` constructor (of a [Shiny core app](express-vs-core.qmd)). +When Shiny apps are deployed, error messages are sanitized to the eliminate the possibility of leaking sensitive information. To unsanitize error messages, you'll need to set `sanitize_errors=False` in the `App` constructor (of a [Shiny core app](express-vs-core.qmd)). :::