Refs #31949 -- Adjusted error reporting docs.

This commit is contained in:
Carlton Gibson 2023-03-22 11:01:40 +01:00 committed by GitHub
parent 23cbed2187
commit 203a15cadb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ filtered out of error reports in a production environment (that is, where
.. versionchanged:: 5.0
:func:`sensitive_variables` can now be used to wrap ``async`` functions.
Support for wrapping ``async`` functions was added.
.. function:: sensitive_post_parameters(*parameters)
@ -240,7 +240,7 @@ filtered out of error reports in a production environment (that is, where
.. versionchanged:: 5.0
:func:`sensitive_post_parameters` can now be used to wrap ``async`` functions.
Support for wrapping ``async`` functions was added.
.. _custom-error-reports: