From d9cd45998fd47968a0c43aa23610dfdc78e42c7e Mon Sep 17 00:00:00 2001 From: Anton Pirker Date: Thu, 7 Sep 2023 07:49:29 +0200 Subject: [PATCH] Added link to backpressure section in docs. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7122fed6..1941c5f786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,8 @@ If your system serves heavy load, please let us know how this feature works for you! + Check out the [documentation](https://docs.sentry.io/platforms/python/configuration/options/#enable-backpressure-handling) for more information. + - Stop recording spans for internal web requests to Sentry (#2297) by @szokeasaurusrex - Add test for `ThreadPoolExecutor` (#2259) by @gggritso - Add docstrings for `Scope.update_from_*` (#2311) by @sentrivana